forked from pool/python-pip
Accepting request 82747 from home:ocefpaf:branches:devel:languages:python
- Update to 1.0.2 * Fixed docs issues. * Fixed issue #295 - Reinstall a package when using the ``install -I`` option * Fixed issue #283 - Finds a Git tag pointing to same commit as origin/master * Fixed issue #279 - Use absolute path for path to docs in setup.py * Fixed issue #320 - Correctly handle exceptions on Python3. * Fixed issue #314 - Correctly parse ``--editable`` lines in requirements files - Updates from 1.0.1 * Start to use git-flow. * Fixed issue #274 - `find_command` should not raise AttributeError * Fixed issue #273 - respect Content-Disposition header. Thanks Bradley Ayers. * Fixed issue #233 - pathext handling on Windows. * Fixed issue #252 - svn+svn protocol. * Fixed issue #44 - multiple CLI searches. * Fixed issue #266 - current working directory when running setup.py clean. - Updates from 1.0 * Added Python 3 support! Huge thanks to Vinay Sajip, Vitaly Babiy, Kelsey Hightower, and Alex Gronholm, among others. * Download progress only shown on a real TTY. Thanks Alex Morega. * Fixed finding of VCS binaries to not be fooled by same-named directories. Thanks Alex Morega. * Fixed uninstall of packages from system Python for users of Debian/Ubuntu python-setuptools package (workaround until fixed in Debian and Ubuntu). * Added `get-pip.py https://raw.github.com/pypa/pip/master/contrib/get-pip.py - Updates from 0.8.3 * Fixed issue #14 - No uninstall-on-upgrade with URL package. Thanks Oliver Tonnhofer * Fixed issue #163 - Egg name not properly resolved. Thanks Igor Sobreira * Fixed issue #178 - Non-alphabetical installation of requirements. Thanks Igor Sobreira * Fixed issue #199 - Documentation mentions --index instead of --index-url. Thanks Kelsey Hightower * Fixed issue #204 - rmtree undefined in mercurial.py. Thanks Kelsey Hightower * Fixed bug in Git vcs backend that would break during reinstallation. * Fixed bug in Mercurial vcs backend related to pip freeze and branch/tag resolution. * Fixed bug in version string parsing related to the suffix "-dev". OBS-URL: https://build.opensuse.org/request/show/82747 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=9
This commit is contained in:
parent
2ad7b4b3d0
commit
6d4e296c7f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea76795ffa83f2c644c86c831ac2133d136546d1a05b24443743d0c5807de95a
|
||||
size 80516
|
3
pip-1.0.2.tar.bz2
Normal file
3
pip-1.0.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20fc05547161d31d67c9480c2d679ef6aa55243ef0e3f4e3e3f7cf272ff0bff6
|
||||
size 74873
|
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 17 13:04:36 UTC 2011 - ocefpaf@gmail.com
|
||||
|
||||
- Update to 1.0.2
|
||||
* Fixed docs issues.
|
||||
* Fixed issue #295 - Reinstall a package when using the ``install -I``
|
||||
option
|
||||
* Fixed issue #283 - Finds a Git tag pointing to same commit as
|
||||
origin/master
|
||||
* Fixed issue #279 - Use absolute path for path to docs in setup.py
|
||||
* Fixed issue #320 - Correctly handle exceptions on Python3.
|
||||
* Fixed issue #314 - Correctly parse ``--editable`` lines in requirements
|
||||
files
|
||||
- Updates from 1.0.1
|
||||
* Start to use git-flow.
|
||||
* Fixed issue #274 - `find_command` should not raise AttributeError
|
||||
* Fixed issue #273 - respect Content-Disposition header. Thanks Bradley
|
||||
Ayers.
|
||||
* Fixed issue #233 - pathext handling on Windows.
|
||||
* Fixed issue #252 - svn+svn protocol.
|
||||
* Fixed issue #44 - multiple CLI searches.
|
||||
* Fixed issue #266 - current working directory when running setup.py clean.
|
||||
- Updates from 1.0
|
||||
* Added Python 3 support! Huge thanks to Vinay Sajip, Vitaly Babiy, Kelsey
|
||||
Hightower, and Alex Gronholm, among others.
|
||||
* Download progress only shown on a real TTY. Thanks Alex Morega.
|
||||
* Fixed finding of VCS binaries to not be fooled by same-named directories.
|
||||
Thanks Alex Morega.
|
||||
* Fixed uninstall of packages from system Python for users of Debian/Ubuntu
|
||||
python-setuptools package (workaround until fixed in Debian and Ubuntu).
|
||||
* Added `get-pip.py https://raw.github.com/pypa/pip/master/contrib/get-pip.py
|
||||
- Updates from 0.8.3
|
||||
* Fixed issue #14 - No uninstall-on-upgrade with URL package. Thanks Oliver
|
||||
Tonnhofer
|
||||
* Fixed issue #163 - Egg name not properly resolved. Thanks Igor Sobreira
|
||||
* Fixed issue #178 - Non-alphabetical installation of requirements. Thanks
|
||||
Igor Sobreira
|
||||
* Fixed issue #199 - Documentation mentions --index instead of --index-url.
|
||||
Thanks Kelsey Hightower
|
||||
* Fixed issue #204 - rmtree undefined in mercurial.py. Thanks Kelsey
|
||||
Hightower
|
||||
* Fixed bug in Git vcs backend that would break during reinstallation.
|
||||
* Fixed bug in Mercurial vcs backend related to pip freeze and branch/tag
|
||||
resolution.
|
||||
* Fixed bug in version string parsing related to the suffix "-dev".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 20 20:14:53 UTC 2010 - saschpe@gmx.de
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define mod_name pip
|
||||
|
||||
Name: python-%{mod_name}
|
||||
Version: 0.8.2
|
||||
Version: 1.0.2
|
||||
Release: 0
|
||||
Url: http://pip.openplans.org
|
||||
Summary: Pip installs packages. Python packages. An easy_install replacement
|
||||
|
Loading…
Reference in New Issue
Block a user