diff --git a/pip-0.8.2.tar.bz2 b/pip-0.8.2.tar.bz2 deleted file mode 100644 index 224bfa6..0000000 --- a/pip-0.8.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea76795ffa83f2c644c86c831ac2133d136546d1a05b24443743d0c5807de95a -size 80516 diff --git a/pip-1.0.2.tar.bz2 b/pip-1.0.2.tar.bz2 new file mode 100644 index 0000000..95a161a --- /dev/null +++ b/pip-1.0.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20fc05547161d31d67c9480c2d679ef6aa55243ef0e3f4e3e3f7cf272ff0bff6 +size 74873 diff --git a/python-pip.changes b/python-pip.changes index 818be13..1bd1653 100644 --- a/python-pip.changes +++ b/python-pip.changes @@ -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 diff --git a/python-pip.spec b/python-pip.spec index 7bff3d2..5a66e10 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -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