15
0

Accepting request 1246685 from home:glaubitz:branches:devel:languages:python

- Update to 2.5.3
  * [pull #616] make tables without body gfm compatible
- Add sed command to remove shebang from lib/markdown2.py

OBS-URL: https://build.opensuse.org/request/show/1246685
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-markdown2?expand=0&rev=38
This commit is contained in:
2025-02-18 14:50:56 +00:00
committed by Git OBS Bridge
parent 678b690f13
commit 00c7a01721
4 changed files with 12 additions and 4 deletions

View File

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

3
markdown2-2.5.3.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Feb 18 13:40:24 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.5.3
* [pull #616] make tables without body gfm compatible
- Add sed command to remove shebang from lib/markdown2.py
-------------------------------------------------------------------
Wed Jan 8 16:23:14 UTC 2025 - Yunus Acar <yunus.acar@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-markdown2
Version: 2.5.2
Version: 2.5.3
Release: 0
Summary: A Python implementation of Markdown
License: MIT
@@ -46,6 +46,7 @@ header-ids.
%prep
%autosetup -p1 -n markdown2-%{version}
sed -i '/#\!\/usr\/bin\/env\ python/d' lib/markdown2.py
%build
%pyproject_wheel