SHA256
1
0
forked from pool/python-pip

Accepting request 56453 from home:saschpe:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/56453
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=7
This commit is contained in:
Cristian Rodríguez
2010-12-21 15:41:18 +00:00
committed by Git OBS Bridge
parent 7f20eeb315
commit 90870e2e89
4 changed files with 50 additions and 22 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Dec 20 20:14:53 UTC 2010 - saschpe@gmx.de
- Regenerated spec file:
* added 'Requires: python-setuptools'
- Update to 0.8.2:
* Avoid redundant unpacking of bundles (from pwaller)
* Fixed issue #32, #150, #161 - Fixed checking out the correct
tag/branch/commit when updating an editable Git requirement.
* Fixed issue #49 - Added ability to install version control
requirements without making them editable, e.g.:
pip install hg+http://bitbucket.org/ianb/pip/
* Fixed issue #175 - Correctly locate build and source directory
on Mac OS X.
* Added git+https:// scheme to Git VCS backend.
-------------------------------------------------------------------
Wed Sep 15 02:38:50 UTC 2010 - alexandre@exatati.com.br