Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-readme_renderer for
openSUSE:Factory checked in at 2022-02-09 20:38:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-readme_renderer (Old)
and /work/SRC/openSUSE:Factory/.python-readme_renderer.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-readme_renderer"
Wed Feb 9 20:38:18 2022 rev:7 rq:952930 version:32.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-readme_renderer/python-readme_renderer.changes
2022-01-20 00:11:55.542559355 +0100
+++
/work/SRC/openSUSE:Factory/.python-readme_renderer.new.1898/python-readme_renderer.changes
2022-02-09 20:38:30.938277746 +0100
@@ -1,0 +2,6 @@
+Wed Feb 9 10:39:46 UTC 2022 - Matej Cepl <[email protected]>
+
+- We require cmarkgfm == 0.7.0 (gh#pypa/readme_renderer#221) and
+ still we have to stkip test_md_fixtures.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-readme_renderer.spec ++++++
--- /var/tmp/diff_new_pack.5SG5pA/_old 2022-02-09 20:38:32.634281804 +0100
+++ /var/tmp/diff_new_pack.5SG5pA/_new 2022-02-09 20:38:32.638281813 +0100
@@ -27,7 +27,7 @@
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 @@
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 @@
%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