Hello community,

here is the log from the commit of package python-pip for openSUSE:Factory 
checked in at 2020-12-16 10:59:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pip (Old)
 and      /work/SRC/openSUSE:Factory/.python-pip.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pip"

Wed Dec 16 10:59:28 2020 rev:52 rq:855625 version:20.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pip/python-pip.changes    2020-11-25 
19:27:49.262374627 +0100
+++ /work/SRC/openSUSE:Factory/.python-pip.new.2328/python-pip.changes  
2020-12-16 10:59:30.075511765 +0100
@@ -1,0 +2,16 @@
+Mon Dec 14 00:14:23 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- Fix the condition to really not break Python 2.7 in Leap
+
+-------------------------------------------------------------------
+Sun Dec 13 21:23:26 UTC 2020 - Matej Cepl <[email protected]>
+
+- We don't need to break Python 2.7
+
+-------------------------------------------------------------------
+Fri Dec 11 22:13:56 UTC 2020 - Matej Cepl <[email protected]>
+
+- Add remove_mock.patch to remove dependency on the external mock
+  package (gh#pypa/pip#9266).
+
+-------------------------------------------------------------------

New:
----
  remove_mock.patch

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

Other differences:
------------------
++++++ python-pip.spec ++++++
--- /var/tmp/diff_new_pack.JDbyCC/_old  2020-12-16 10:59:31.019512692 +0100
+++ /var/tmp/diff_new_pack.JDbyCC/_new  2020-12-16 10:59:31.023512697 +0100
@@ -42,6 +42,9 @@
 Source:         
https://github.com/pypa/pip/archive/%{version}.tar.gz#/pip-%{version}-gh.tar.gz
 # PATCH-FIX-OPENSUSE pip-shipped-requests-cabundle.patch -- adapted patch from 
python-certifi package
 Patch0:         pip-shipped-requests-cabundle.patch
+# PATCH-FIX-UPSTREAM remove_mock.patch gh#pypa/pip#9266 [email protected]
+# remove dependency on the external module mock
+Patch1:         remove_mock.patch
 BuildRequires:  %{python_module setuptools >= 40.8.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -61,13 +64,15 @@
 BuildRequires:  %{python_module csv23}
 BuildRequires:  %{python_module docutils}
 BuildRequires:  %{python_module freezegun}
-BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pretend}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module scripttest}
 BuildRequires:  %{python_module setuptools-wheel}
 BuildRequires:  %{python_module virtualenv >= 1.10}
 BuildRequires:  %{python_module wheel}
+%if 0%{?suse_version} <= 1500
+BuildRequires:  %{python_module mock}
+%endif
 BuildRequires:  ca-certificates
 BuildRequires:  git
 BuildRequires:  subversion
@@ -83,10 +88,10 @@
 pip-installable as well.
 
 %prep
-%setup -q -n pip-%{version}
 # Unbundling is not advised by upstream. See src/pip/_vendor/README.rst
 # Exception: Use our own cabundle. Adapted patch from python-certifi package
-%patch0 -p1
+%autosetup -p1 -n pip-%{version}
+
 rm src/pip/_vendor/certifi/cacert.pem
 
 %if %{with test}

++++++ remove_mock.patch ++++++
++++ 601 lines (skipped)
_______________________________________________
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