Accepting request 1074242 from home:benoit_monin:branches:devel:languages:python

- update to version 3.4.3: bug-fix release
- drop macros in spec file: already provided by python-rpm-macros

OBS-URL: https://build.opensuse.org/request/show/1074242
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=79
This commit is contained in:
Dirk Mueller 2023-03-26 16:47:40 +00:00 committed by Git OBS Bridge
parent a7ab06c3ab
commit e34ecd3c0c
4 changed files with 17 additions and 8 deletions

View File

@ -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
View File

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

View File

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

View File

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