Hello community,

here is the log from the commit of package python-pip for openSUSE:Factory 
checked in at 2018-08-02 14:48:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pip (Old)
 and      /work/SRC/openSUSE:Factory/.python-pip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pip"

Thu Aug  2 14:48:43 2018 rev:37 rq:624944 version:18.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pip/python-pip.changes    2018-04-26 
13:34:26.623968687 +0200
+++ /work/SRC/openSUSE:Factory/.python-pip.new/python-pip.changes       
2018-08-02 14:48:46.159322929 +0200
@@ -1,0 +2,15 @@
+Mon Jul 23 21:03:56 UTC 2018 - [email protected]
+
+- update to 18.0
+- refresh pip-8.1.2-shipped-requests-cabundle.patch
+ * drop python 3.3 support
+ * Remove the legacy format from pip list.
+ * Remove support for cleaning up #egg fragment postfixes
+ * Remove the shim for the old get-pip.py location
+ * Introduce a new --prefer-binary flag, to prefer older wheels
+     over newer source packages.
+ * Improve autocompletion function on file name completion 
+ * Add support for installing PEP 518 build dependencies from source
+ * Improve status message when upgrade is skipped due to only-if-needed 
strategy
+
+-------------------------------------------------------------------

Old:
----
  pip-10.0.1.tar.gz

New:
----
  pip-18.0.tar.gz

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

Other differences:
------------------
++++++ python-pip.spec ++++++
--- /var/tmp/diff_new_pack.m4MeJS/_old  2018-08-02 14:48:46.751324062 +0200
+++ /var/tmp/diff_new_pack.m4MeJS/_new  2018-08-02 14:48:46.751324062 +0200
@@ -21,7 +21,7 @@
 # enable testing with a build conditional (off by default):
 %bcond_with test
 Name:           python-pip
-Version:        10.0.1
+Version:        18.0
 Release:        0
 Summary:        Pip installs packages. Python packages. An easy_install 
replacement
 License:        MIT

++++++ pip-10.0.1.tar.gz -> pip-18.0.tar.gz ++++++
++++ 208187 lines of diff (skipped)

++++++ pip-8.1.2-shipped-requests-cabundle.patch ++++++
--- /var/tmp/diff_new_pack.m4MeJS/_old  2018-08-02 14:48:47.019324575 +0200
+++ /var/tmp/diff_new_pack.m4MeJS/_new  2018-08-02 14:48:47.019324575 +0200
@@ -1,24 +1,23 @@
-Index: pip-10.0.1/src/pip/_vendor/certifi/core.py
+Index: pip-18.0/src/pip/_vendor/certifi/core.py
 ===================================================================
---- pip-10.0.1.orig/src/pip/_vendor/certifi/core.py
-+++ pip-10.0.1/src/pip/_vendor/certifi/core.py
+--- pip-18.0.orig/src/pip/_vendor/certifi/core.py
++++ pip-18.0/src/pip/_vendor/certifi/core.py
 @@ -7,7 +7,6 @@ certifi.py
- 
- This module returns the installation location of cacert.pem.
- """
--import os
- import warnings
- 
- 
-@@ -19,10 +18,7 @@ class DeprecatedBundleWarning(Deprecatio
- 
- 
- def where():
--    f = os.path.dirname(__file__)
--
--    return os.path.join(f, 'cacert.pem')
--
-+    return '/etc/ssl/ca-bundle.pem'
- 
- def old_where():
-     warnings.warn(
+ 
+ This module returns the installation location of cacert.pem.
+ """
+-import os
+ import warnings
+ 
+ 
+@@ -19,9 +18,8 @@ class DeprecatedBundleWarning(Deprecatio
+ 
+ 
+ def where():
+-    f = os.path.dirname(__file__)
+ 
+-    return os.path.join(f, 'cacert.pem')
++    return '/etc/ssl/ca-bundle.pem'
+ 
+ 
+ def old_where():


Reply via email to