Accepting request 406269 from devel:languages:python

- Use pypi.io as Source url.

- 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/406269
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2016-07-10 16:45:10 +00:00 committed by Git OBS Bridge
commit 662f1e56c2
4 changed files with 27 additions and 5 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,25 @@
-------------------------------------------------------------------
Thu Jun 30 06:33:26 UTC 2016 - tbechtold@suse.com
- Use pypi.io as Source url.
-------------------------------------------------------------------
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,13 +21,13 @@
%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
License: MIT
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/p/pip/pip-%{version}.tar.gz
Source: https://pypi.io/packages/source/p/pip/pip-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-setuptools