Accepting request 952930 from devel:languages:python
- 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/request/show/952930 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-readme_renderer?expand=0&rev=7
This commit is contained in:
commit
952cc03546
@ -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>
|
Sun Jan 16 12:48:21 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -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
|
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 Pygments >= 2.5.1}
|
||||||
BuildRequires: %{python_module bleach >= 2.1.0}
|
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 docutils >= 0.13.1}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@ -36,7 +36,7 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: python-Pygments >= 2.5.1
|
Requires: python-Pygments >= 2.5.1
|
||||||
Requires: python-bleach >= 2.1.0
|
Requires: python-bleach >= 2.1.0
|
||||||
Requires: python-docutils >= 0.13.1
|
Requires: python-docutils >= 0.13.1
|
||||||
Recommends: python-cmarkgfm >= 0.5.0
|
Recommends: python-cmarkgfm >= 0.7.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@ -57,7 +57,8 @@ long_description for packages.
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
%pytest
|
# gh#pypa/readme_renderer#221 for exclusion
|
||||||
|
%pytest -v -k 'not test_md_fixtures'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user