14
0

- Update to 25.0:

* Fix testsuite to work with new pygments
- Remove merged patch pygments25.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-readme_renderer?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2020-03-15 07:09:39 +00:00
committed by Git OBS Bridge
parent 23b3e0c2c5
commit c711a5dc26
5 changed files with 12 additions and 32 deletions

View File

@@ -18,14 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-readme_renderer
Version: 24.0
Version: 25.0
Release: 0
Summary: A library for rendering "readme" descriptions
License: Apache-2.0
URL: https://github.com/pypa/readme_renderer
Source: https://files.pythonhosted.org/packages/source/r/readme_renderer/readme_renderer-%{version}.tar.gz
Patch0: pygments25.patch
BuildRequires: %{python_module Pygments}
BuildRequires: %{python_module Pygments >= 2.5.2}
BuildRequires: %{python_module bleach >= 3.0.0}
BuildRequires: %{python_module check-manifest}
BuildRequires: %{python_module cmarkgfm >= 0.2.0}
@@ -52,7 +51,6 @@ long_description for packages.
%prep
%setup -q -n readme_renderer-%{version}
%patch0 -p1
%build
%python_build