SHA256
1
0
forked from pool/python-pip
python-pip/python-pip.changes

59 lines
2.7 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
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
- Update to 0.8.1:
- Added global user flag as shortcut for
install-option=”user”. From Ronny Pfannschmidt.
- Added support for PyPI mirrors as defined in PEP 381, from
Jannis Leidel.
- Fixed issue #138 - Git revisions ignored. Thanks John-Scott
Atlakson.
- Fixed issue #95 - Initial editable install of github package
from a tag fails. Thanks John-Scott Atlakson.
- Fixed issue #107 - Cant install if a directory in cwd has the
same name as the package youre installing.
- Fixed issue #39 - install-option=”prefix=~/.local” ignored
with -e.
- Thanks Ronny Pfannschmidt and Wil Tan.
- Aditional changes from 0.8:
- Track which build/ directories pip creates, never remove directories it doesnt create. From Hugo Lopes Tavares.
- Pip now accepts file:// index URLs. Thanks Dave Abrahams.
- Various cleanup to make test-running more consistent and less fragile. Thanks Dave Abrahams.
- Real Windows support (with passing tests). Thanks Dave Abrahams.
- pip-2.7 etc. scripts are created (Python-version specific scripts)
- contrib/build-standalone script creates a runnable .zip form of pip, from Jannis Leidel
- Editable git repos are updated when reinstalled
- Fix problem with --editable when multiple .egg-info/ directories are found.
- A number of VCS-related fixes for pip freeze, from Hugo Lopes Tavares.
- Significant test framework changes, from Hugo Lopes Tavares.
- Bzip2 source file.
-------------------------------------------------------------------
Sun Jun 20 17:58:17 UTC 2010 - nix@opensuse.org
- Fix error in expression so that package builds (was failing on all targets)
-------------------------------------------------------------------
Fri May 28 01:57:29 UTC 2010 - alexandre@exatati.com.br
- Update to 0.7.2;
- Building as noarch for openSUSE >= 11.2;
- Spec file cleaned with spec-cleaner.