Accepting request 1195094 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1195094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Markdown?expand=0&rev=48
This commit is contained in:
Ana Guerrero 2024-08-22 16:10:29 +00:00 committed by Git OBS Bridge
commit ec68754c9b
4 changed files with 17 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224
size 354715

BIN
markdown-3.7.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Aug 17 10:27:01 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
- 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 <mcepl@cepl.eu>

View File

@ -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}