Hello community,

here is the log from the commit of package python3-pip for openSUSE:Factory 
checked in at 2014-07-10 08:17:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pip (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pip"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pip/python3-pip.changes  2014-02-18 
14:46:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pip.new/python3-pip.changes     
2014-07-10 09:30:59.000000000 +0200
@@ -1,0 +2,43 @@
+Thu Jul  3 07:48:45 UTC 2014 - [email protected]
+
+- Update to version 1.5.6:
+  * Upgrade requests to 2.3.0 to fix an issue with proxies on Python 3.4.1 (PR 
#1821).
+- Changes from version 1.5.5:
+  * Fixes #1632.  Uninstall issues on debianized pypy, specifically issues with
+    setuptools upgrades. (PR #1743)
+  * Update documentation to point at https://bootstrap.pypa.io/get-pip.py for
+    bootstrapping pip.
+  * Update docs to point to https://pip.pypa.io/
+  * Upgrade the bundled projects (distlib==0.1.8, html5lib==1.0b3, six==1.6.1,
+    colorama==0.3.1, setuptools==3.4.4).
+- Changes from version 1.5.4:
+  * Correct deprecation warning for ``pip install --build`` to only notify when
+    the `--build` value is different than the default.
+- Changes from version 1.5.3:
+  * **DEPRECATION** ``pip install --build`` and ``pip install --no-clean`` are 
now
+    deprecated.  See Issue #906 for discussion.
+  * Fixed #1112. Couldn't download directly from wheel paths/urls, and when 
wheel
+    downloads did occur using requirement specifiers, dependencies weren't
+    downloaded (PR #1527)
+  * Fixed #1320. ``pip wheel`` was not downloading wheels that already existed 
(PR #1524)
+  * Fixed #1111. ``pip install --download`` was failing using local 
``--find-links`` (PR #1524)
+  * Workaround for Python bug http://bugs.python.org/issue20053 (PR #1544)
+  * Don't pass a unicode __file__ to setup.py on Python 2.x (PR #1583)
+  * Verify that the Wheel version is compatible with this pip (PR #1569)
+- Changes from version 1.5.2:
+  * Upgraded the vendored ``pkg_resources`` and ``_markerlib`` to setuptools 
2.1.
+  * Fixed an error that prevented accessing PyPI when pyopenssl, 
ndg-httpsclient,
+    and pyasn1 are installed
+  * Fixed an issue that caused trailing comments to be incorrectly included as
+    part of the URL in a requirements file
+- Changes from version 1.5.1:
+  * pip now only requires setuptools (any setuptools, not a certain version) 
when
+    installing distributions from src (i.e. not from wheel). (Pull #1434).
+  * `get-pip.py` now installs setuptools, when it's not already installed 
(Pull #1475)
+  * Don't decode downloaded files that have a ``Content-Encoding`` header. 
(Pull #1435)
+  * Fix to correctly parse wheel filenames with single digit versions. (Pull 
#1445)
+  * If `--allow-unverified` is used assume it also means `--allow-external`. 
(Pull #1457)
+- Add pip-shipped-requests-cabundle.patch: Use system CA bundle
+- Don't invoke "2to3" anymore, code works without
+
+-------------------------------------------------------------------

Old:
----
  pip-1.5.tar.gz

New:
----
  pip-1.5.6.tar.gz
  pip-shipped-requests-cabundle.patch

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

Other differences:
------------------
++++++ python3-pip.spec ++++++
--- /var/tmp/diff_new_pack.6ZVL27/_old  2014-07-10 09:31:00.000000000 +0200
+++ /var/tmp/diff_new_pack.6ZVL27/_new  2014-07-10 09:31:00.000000000 +0200
@@ -17,13 +17,14 @@
 
 
 Name:           python3-pip
-Version:        1.5
+Version:        1.5.6
 Release:        0
 Url:            http://www.pip-installer.org
 Summary:        Pip installs packages. Python packages. An easy_install 
replacement
 License:        MIT
 Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/p/pip/pip-%{version}.tar.gz
+Patch0:         pip-shipped-requests-cabundle.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3
 %if 0%{?suse_version} == 1220
@@ -31,10 +32,8 @@
 %endif
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
-
 # prevent build cycle with python3 requirement
 #!BuildIgnore:  python3-pip
-
 # Test requirements (not on SLE12)
 %if 0%{?suse_version} != 1315
 BuildRequires:  python3-mock
@@ -42,7 +41,6 @@
 BuildRequires:  python3-scripttest >= 1.3
 BuildRequires:  python3-virtualenv >= 1.1.0
 %endif
-
 Requires:       python3-setuptools
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
@@ -55,8 +53,7 @@
 
 %prep
 %setup -q -n pip-%{version}
-sed -i "s|#!/usr/bin/env python||g" pip/__init__.py # Fix non-executable script
-2to3 -wvn .
+%patch0 -p1
 
 %build
 python3 setup.py build

++++++ pip-1.5.tar.gz -> pip-1.5.6.tar.gz ++++++
++++ 29441 lines of diff (skipped)

++++++ pip-shipped-requests-cabundle.patch ++++++
diff -ruN a/pip/_vendor/requests/certs.py b/pip/_vendor/requests/certs.py
--- a/pip/_vendor/requests/certs.py     2014-05-16 20:03:31.000000000 +0200
+++ b/pip/_vendor/requests/certs.py     2014-07-03 09:54:46.751966582 +0200
@@ -17,8 +17,7 @@
 
 def where():
     """Return the preferred certificate bundle."""
-    # vendored bundle inside Requests
-    return os.path.join(os.path.dirname(__file__), 'cacert.pem')
+    return "/etc/ssl/ca-bundle.pem"
 
 if __name__ == '__main__':
     print(where())
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to