- We require cmarkgfm == 0.7.0 (gh#pypa/readme_renderer#221) and

still we have to stkip test_md_fixtures.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-readme_renderer?expand=0&rev=17
This commit is contained in:
Matej Cepl 2022-02-09 12:07:12 +00:00 committed by Git OBS Bridge
parent e6b558a756
commit 61411f6cf0
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 9 10:39:46 UTC 2022 - Matej Cepl <mcepl@suse.com>
- We require cmarkgfm == 0.7.0 (gh#pypa/readme_renderer#221) and
still we have to stkip test_md_fixtures.
-------------------------------------------------------------------
Sun Jan 16 12:48:21 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -27,7 +27,7 @@ URL: https://github.com/pypa/readme_renderer
Source: https://files.pythonhosted.org/packages/source/r/readme_renderer/readme_renderer-%{version}.tar.gz
BuildRequires: %{python_module Pygments >= 2.5.1}
BuildRequires: %{python_module bleach >= 2.1.0}
BuildRequires: %{python_module cmarkgfm >= 0.5.0}
BuildRequires: %{python_module cmarkgfm >= 0.7.0}
BuildRequires: %{python_module docutils >= 0.13.1}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@ -36,7 +36,7 @@ BuildRequires: python-rpm-macros
Requires: python-Pygments >= 2.5.1
Requires: python-bleach >= 2.1.0
Requires: python-docutils >= 0.13.1
Recommends: python-cmarkgfm >= 0.5.0
Recommends: python-cmarkgfm >= 0.7.0
BuildArch: noarch
%python_subpackages
@ -57,7 +57,8 @@ long_description for packages.
%check
export LANG=en_US.UTF-8
%pytest
# gh#pypa/readme_renderer#221 for exclusion
%pytest -v -k 'not test_md_fixtures'
%files %{python_files}
%license LICENSE