Accepting request 1084850 from devel:languages:python

- update to 2.0.5:
  * Improve on parsing list. Make it possible to customize list
    regex

OBS-URL: https://build.opensuse.org/request/show/1084850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mistune?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2023-05-09 11:05:56 +00:00 committed by Git OBS Bridge
commit d1c5f32806
4 changed files with 11 additions and 5 deletions

View File

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

BIN
mistune-2.0.5.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu May 4 19:14:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.0.5:
* Improve on parsing list. Make it possible to customize list
regex
-------------------------------------------------------------------
Fri Apr 21 12:28:10 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -21,7 +21,7 @@
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-%{modname}
Version: 2.0.4
Version: 2.0.5
Release: 0
Summary: Python Markdown parser with renderers and plugins
License: BSD-3-Clause
@ -30,7 +30,6 @@ URL: https://github.com/lepture/mistune
Source: https://github.com/lepture/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros