From 61411f6cf02e593ca47fbfbb5bb8b5f3885a3819a7f8f00620e34f5d54ae25af Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 9 Feb 2022 12:07:12 +0000 Subject: [PATCH] - 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 --- python-readme_renderer.changes | 6 ++++++ python-readme_renderer.spec | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/python-readme_renderer.changes b/python-readme_renderer.changes index 446c25c..6e3dd80 100644 --- a/python-readme_renderer.changes +++ b/python-readme_renderer.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 9 10:39:46 UTC 2022 - Matej Cepl + +- 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 diff --git a/python-readme_renderer.spec b/python-readme_renderer.spec index 3f9eac3..89631a3 100644 --- a/python-readme_renderer.spec +++ b/python-readme_renderer.spec @@ -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