SHA256
1
0
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:
Jan Matejek 2016-05-16 15:25:36 +00:00 committed by Git OBS Bridge
parent ff8bd97bc6
commit 026ad1dbba
4 changed files with 21 additions and 4 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d24b03ffa67638a3fa931c09fd9e0273ffa904e95ebebe7d4b1a54c93d7b732
size 1140573

View File

@ -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

View File

@ -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