From ee67bdda368443282ddd3564899b198d5a6b8a6e Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Thu, 12 Dec 2024 10:47:06 +0100 Subject: [PATCH] python/markdown2: update to 2.5.2 --- components/python/markdown2/.gitignore | 2 +- components/python/markdown2/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/python/markdown2/.gitignore b/components/python/markdown2/.gitignore index 3072c4c768..dac6866c96 100644 --- a/components/python/markdown2/.gitignore +++ b/components/python/markdown2/.gitignore @@ -1 +1 @@ -/markdown2-2.5.1/ +/markdown2-2.5.2/ diff --git a/components/python/markdown2/Makefile b/components/python/markdown2/Makefile index baed481441..3fe7860306 100644 --- a/components/python/markdown2/Makefile +++ b/components/python/markdown2/Makefile @@ -19,11 +19,11 @@ BUILD_STYLE = setup.py include ../../../make-rules/shared-macros.mk COMPONENT_NAME = markdown2 -HUMAN_VERSION = 2.5.1 +HUMAN_VERSION = 2.5.2 COMPONENT_SUMMARY = A fast and complete Python implementation of Markdown COMPONENT_PROJECT_URL = https://github.com/trentm/python-markdown2 COMPONENT_ARCHIVE_HASH = \ - sha256:12fc04ea5a87f7bb4b65acf5bf3af1183b20838cc7d543b74c92ec7eea4bbc74 + sha256:3ac02226a901c4b2f6fc21dbd17c26d118d2c25bcbb28cee093a1f8b5c46f3f1 COMPONENT_LICENSE = MIT COMPONENT_LICENSE_FILE = LICENSE.txt -- 2.11.4.GIT