Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-recommonmark for
openSUSE:Factory checked in at 2021-11-27 00:50:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-recommonmark (Old)
and /work/SRC/openSUSE:Factory/.python-recommonmark.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-recommonmark"
Sat Nov 27 00:50:53 2021 rev:11 rq:933512 version:0.7.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-recommonmark/python-recommonmark.changes
2020-12-30 17:11:09.309250059 +0100
+++
/work/SRC/openSUSE:Factory/.python-recommonmark.new.1895/python-recommonmark.changes
2021-11-27 00:51:36.962741643 +0100
@@ -1,0 +2,5 @@
+Wed Nov 17 16:43:36 UTC 2021 - Sebastian Wagner <[email protected]>
+
+- Disable Python 2 because Package is not able to build with Python 2 on Leap
15.3 because of "nothing provides python2-charset-normalizer >= 2.0.0 needed by
python2-requests"
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-recommonmark.spec ++++++
--- /var/tmp/diff_new_pack.6ccP9o/_old 2021-11-27 00:51:37.378740206 +0100
+++ /var/tmp/diff_new_pack.6ccP9o/_new 2021-11-27 00:51:37.382740192 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-recommonmark
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,8 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define oldpython python
+# Package is not able to build with Python 2 on Leap 15.3 because of "nothing
provides python2-charset-normalizer >= 2.0.0 needed by python2-requests"
+%define skip_python2 1
Name: python-recommonmark
Version: 0.7.1
Release: 0
@@ -35,7 +35,7 @@
Requires: python-Sphinx >= 1.3.1
Requires: python-docutils >= 0.11
Requires(post): update-alternatives
-Requires(preun): update-alternatives
+Requires(preun):update-alternatives
Provides: python-reCommonMark = %{version}
Obsoletes: python-reCommonMark < %{version}
BuildArch: noarch
@@ -46,10 +46,6 @@
BuildRequires: %{python_module future}
BuildRequires: %{python_module pytest}
# /SECTION tests
-%ifpython2
-Obsoletes: %{oldpython}-reCommonMark < %{version}
-Provides: %{oldpython}-reCommonMark = %{version}
-%endif
%python_subpackages
%description