diff --git a/Markdown-3.6.tar.gz b/Markdown-3.6.tar.gz deleted file mode 100644 index 24981f4..0000000 --- a/Markdown-3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224 -size 354715 diff --git a/markdown-3.7.tar.gz b/markdown-3.7.tar.gz new file mode 100644 index 0000000..e40a4cc --- /dev/null +++ b/markdown-3.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae2471477cfd02dbbf038d5d9bc226d40def84b4fe2986e49b59b6b472bbed2 +size 357086 diff --git a/python-Markdown.changes b/python-Markdown.changes index 442a37a..e62c46f 100644 --- a/python-Markdown.changes +++ b/python-Markdown.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Aug 17 10:27:01 UTC 2024 - BenoƮt Monin + +- update to version 3.7: + * Changed + + Refactor abbr Extension + * Fixed + + Fixed links to source code on GitHub from the documentation + (#1453). +- rename source tarball to markdown to match upstream + ------------------------------------------------------------------- Mon Aug 12 14:47:54 UTC 2024 - Matej Cepl diff --git a/python-Markdown.spec b/python-Markdown.spec index e0f7b01..2378b2e 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -27,13 +27,13 @@ %bcond_with test %endif Name: python-Markdown%{psuffix} -Version: 3.6 +Version: 3.7 Release: 0 Summary: Python implementation of Markdown License: BSD-3-Clause Group: Development/Languages/Python URL: https://python-markdown.github.io/ -Source: https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/m/markdown/markdown-%{version}.tar.gz Patch0: markdown-3.0-python37.patch BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module importlib-metadata >= 4.4 if %python-base < 3.10} @@ -60,7 +60,7 @@ on what exactly is supported and what is not. Additional features are supported by the [Available Extensions][]. %prep -%autosetup -p1 -n Markdown-%{version} +%autosetup -p1 -n markdown-%{version} %build %if %{without test}