14
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

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