pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-pip



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Sep 10 14:01:28 UTC 2012

Modified Files:
        pkgsrc/devel/py-pip: Makefile PLIST distinfo

Log Message:
Update to 1.2.1 from 1.1

Upstream changes:
1.2.1 (2012-09-06)
Fixed a regression introduced in 1.2 about raising an exception when not 
finding any files to uninstall in the current environment. Thanks for the fix, 
Marcus Smith.

1.2 (2012-09-01)
Dropped support for Python 2.4 The minimum supported Python version is now 
Python 2.5.
Fixed issue #605 - pypi mirror support broken on some DNS responses. Thanks 
philwhin.
Fixed issue #355 - pip uninstall removes files it didn't install. Thanks 
pjdelport.
Fixed issues #493, #494, #440, and #573 related to improving support for the 
user installation scheme. Thanks Marcus Smith.
Write failure log to temp file if default location is not writable. Thanks 
andreigc.
Pull in submodules for git editable checkouts. Fixes #289 and #421. Thanks 
Hsiaoming Yang and Markus Hametner.
Use a temporary directory as the default build location outside of a 
virtualenv. Fixes issues #339 and #381. Thanks TC01.
Added support for specifying extras with local editables. Thanks Nick Stenning.
Added --egg flag to request egg-style rather than flat installation. Refs issue 
#3. Thanks Kamal Bin Mustafa.
Fixed issue #510 - prevent e.g. gmpy2-2.0.tar.gz from matching a request to pip 
install gmpy; sdist filename must begin with full project name followed by a 
dash. Thanks casevh for the report.
Fixed issue #504 - allow package URLS to have querystrings. Thanks W. Trevor 
King.
Fixed issue #58 - pip freeze now falls back to non-editable format rather than 
blowing up if it can't determine the origin repository of an editable. Thanks 
Rory McCann.
Added a __main__.py file to enable python -m pip on Python versions that 
support it. Thanks Alexey Luchko.
Fixed issue #487 - upgrade from VCS url of project that does exist on index. 
Thanks Andrew Knapp for the report.
Fixed issue #486 - fix upgrade from VCS url of project with no distribution on 
index. Thanks Andrew Knapp for the report.
Fixed issue #427 - clearer error message on a malformed VCS url. Thanks Thomas 
Fenzl.
Added support for using any of the built in guaranteed algorithms in hashlib as 
a checksum hash.
Fixed issue #321 - Raise an exception if current working directory can't be 
found or accessed.
Fixed issue #82 - Removed special casing of the user directory and use the 
Python default instead.
Fixed #436 - Only warn about version conflicts if there is actually one. This 
re-enables using ==dev in requirements files.
Moved tests to be run on Travis CI: http://travis-ci.org/pypa/pip
Added a better help formatter.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-pip/Makefile \
    pkgsrc/devel/py-pip/PLIST pkgsrc/devel/py-pip/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index