Accepting request 1074478 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1074478 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Markdown?expand=0&rev=40
This commit is contained in:
commit
3c611e6178
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b809086bb6efad416156e00a0da66fe47618a5d6918dd688f53f40c8e4cfeff
|
||||
size 322554
|
3
Markdown-3.4.3.tar.gz
Normal file
3
Markdown-3.4.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8bf101198e004dc93e84a12a7395e31aac6a9c9942848ae1d99b9d72cf9b3520
|
||||
size 322175
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 17:07:05 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
- update to version 3.4.3: bug-fix release
|
||||
* Restore console script (#1327).
|
||||
- additional changes from version 3.4.2: bug-fix release
|
||||
* Improve standalone * and _ parsing (#1300).
|
||||
* Consider <html> HTML tag a block-level element (#1309).
|
||||
* Officially support Python 3.11.
|
||||
* Switch from setup.py to pyproject.toml.
|
||||
- drop macros in spec file: already provided by python-rpm-macros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 17 17:53:17 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Markdown
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,11 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-Markdown
|
||||
Version: 3.4.1
|
||||
Version: 3.4.3
|
||||
Release: 0
|
||||
Summary: Python implementation of Markdown
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user