diff --git a/pip-8.1.0.tar.gz b/pip-8.1.0.tar.gz deleted file mode 100644 index d08d1a7..0000000 --- a/pip-8.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8faa75dd7d0737b16d50cd0a56dc91a631c79ecfd8d38b80f6ee929ec82043e -size 1138794 diff --git a/pip-8.1.2.tar.gz b/pip-8.1.2.tar.gz new file mode 100644 index 0000000..28374a8 --- /dev/null +++ b/pip-8.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d24b03ffa67638a3fa931c09fd9e0273ffa904e95ebebe7d4b1a54c93d7b732 +size 1140573 diff --git a/python-pip.changes b/python-pip.changes index 4f706cc..60edb25 100644 --- a/python-pip.changes +++ b/python-pip.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat May 14 16:05:24 UTC 2016 - tbechtold@suse.com + +- update to 8.1.2: + * Fix a regression on systems with uninitialized locale (:issue:`3575`). + * Use environment markers to filter packages before determining if a + required wheel is supported. Solves (:issue:`3254`). + * Make glibc parsing for `manylinux1` support more robust for the variety of + glibc versions found in the wild (:issue:`3588`). + * Update environment marker support to fully support PEP 508 and legacy + environment markers (:issue:`3624`). + * Always use debug logging to the ``--log`` file (:issue:`3351`). + * Don't attempt to wrap search results for extremely narrow terminal windows + (:issue:`3655`). + * Fix regression with non-ascii requirement files on Python 2 and add support + for encoding headers in requirement files (:issue:`3548`, :pull:`3547`). + ------------------------------------------------------------------- Wed Mar 9 09:46:20 UTC 2016 - tbechtold@suse.com diff --git a/python-pip.spec b/python-pip.spec index 57ba767..425623a 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -21,7 +21,7 @@ %bcond_with test Name: python-pip -Version: 8.1.0 +Version: 8.1.2 Release: 0 Url: http://www.pip-installer.org Summary: Pip installs packages. Python packages. An easy_install replacement