SHA256
1
0
forked from pool/python-pip

Accepting request 186463 from home:dirkmueller:branches:devel:languages:python

- update to 1.4.1:
 * Fixed issues with installing from pybundle files (Pull #1116).
 * Fixed error when sysconfig module throws an exception (Pull #1095).
 * Don't ignore already installed pre-releases (Pull #1076).
 * Fixes related to upgrading setuptools (Pull #1092).
 * Fixes so that --download works with wheel archives (Pull #1113).
 * Fixes related to recognizing and cleaning global build dirs (Pull #1080)

OBS-URL: https://build.opensuse.org/request/show/186463
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=27
This commit is contained in:
Sascha Peilicke 2013-08-09 08:24:31 +00:00 committed by Git OBS Bridge
parent 77499bad92
commit fe08b6136a
4 changed files with 15 additions and 4 deletions

3
pip-1.4.1.tar.gz Normal file
View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Aug 8 20:16:51 UTC 2013 - dmueller@suse.com
- update to 1.4.1:
* Fixed issues with installing from pybundle files (Pull #1116).
* Fixed error when sysconfig module throws an exception (Pull #1095).
* Don't ignore already installed pre-releases (Pull #1076).
* Fixes related to upgrading setuptools (Pull #1092).
* Fixes so that --download works with wheel archives (Pull #1113).
* Fixes related to recognizing and cleaning global build dirs (Pull #1080)
-------------------------------------------------------------------
Mon Jul 29 14:49:27 UTC 2013 - speilicke@suse.com

View File

@ -17,7 +17,7 @@
Name: python-pip
Version: 1.4
Version: 1.4.1
Release: 0
Url: http://www.pip-installer.org
Summary: Pip installs packages. Python packages. An easy_install replacement