forked from pool/python-pip
Accepting request 395519 from home:tbechtold:branches:devel:languages:python
- 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`). OBS-URL: https://build.opensuse.org/request/show/395519 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=42
This commit is contained in:
parent
ff8bd97bc6
commit
026ad1dbba
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d8faa75dd7d0737b16d50cd0a56dc91a631c79ecfd8d38b80f6ee929ec82043e
|
|
||||||
size 1138794
|
|
3
pip-8.1.2.tar.gz
Normal file
3
pip-8.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4d24b03ffa67638a3fa931c09fd9e0273ffa904e95ebebe7d4b1a54c93d7b732
|
||||||
|
size 1140573
|
@ -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
|
Wed Mar 9 09:46:20 UTC 2016 - tbechtold@suse.com
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
|
|
||||||
Name: python-pip
|
Name: python-pip
|
||||||
Version: 8.1.0
|
Version: 8.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.pip-installer.org
|
Url: http://www.pip-installer.org
|
||||||
Summary: Pip installs packages. Python packages. An easy_install replacement
|
Summary: Pip installs packages. Python packages. An easy_install replacement
|
||||||
|
Loading…
Reference in New Issue
Block a user