Hello community,

here is the log from the commit of package python-requests-mock for 
openSUSE:Factory checked in at 2020-12-12 20:29:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requests-mock (Old)
 and      /work/SRC/openSUSE:Factory/.python-requests-mock.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-requests-mock"

Sat Dec 12 20:29:20 2020 rev:15 rq:854252 version:1.8.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-requests-mock/python-requests-mock.changes    
    2020-06-21 19:06:14.312974279 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-requests-mock.new.2328/python-requests-mock.changes
      2020-12-12 20:31:35.833804017 +0100
@@ -1,0 +2,8 @@
+Wed Dec  9 10:26:01 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- Support TW with multiple python3 flavors
+  * gh#openSUSE/python-rpm-macros#66
+  * fix BuildRequires
+  * fix %python_expand $python executable replacement
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-requests-mock.spec ++++++
--- /var/tmp/diff_new_pack.Tju1mm/_old  2020-12-12 20:31:36.373804580 +0100
+++ /var/tmp/diff_new_pack.Tju1mm/_new  2020-12-12 20:31:36.377804584 +0100
@@ -32,17 +32,21 @@
 BuildRequires:  %{python_module purl}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests >= 2.3}
-BuildRequires:  %{python_module rpm-macros}
 BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module testrepository >= 0.0.18}
 BuildRequires:  %{python_module testtools}
+BuildRequires:  python-rpm-macros
+%if 0%{suse_version} >= 1550
+BuildRequires:  %{python_module dbm}
+%else
+BuildRequires:  python3-dbm
+%endif
 BuildRequires:  fdupes
 Requires:       python-requests >= 2.3
 Requires:       python-six
 BuildArch:      noarch
-%ifpython3
-BuildRequires:  python3-dbm
-Requires:       python3-dbm
+%if "%python_flavor" != "python2"
+Requires:       python-dbm
 %endif
 %python_subpackages
 
@@ -66,7 +70,7 @@
 mv .testr.conf .testr.conf.orig
 %{python_expand # first line can't be empty
 rm -rf .testrepository
-sed 's/python/$python/' .testr.conf.orig >| .testr.conf
+sed 's/python /$python /' .testr.conf.orig >| .testr.conf
 testr init
 testr run --parallel
 }
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to