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:   rodent
Date:           Sun Feb  2 06:58:08 UTC 2014

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

Log Message:
Updated to latest release, 1.5.2. From CHANGES.txt:

1.5.2 (2014-01-26)
------------------

* Upgraded the vendored ``pkg_resources`` and ``_markerlib`` to setuptools 2.1.
* Fixed an error that prevented accessing PyPI when pyopenssl, ndg-httpsclient,
  and pyasn1 are installed
* Fixed an issue that caused trailing comments to be incorrectly included as
  part of the URL in a requirements file

1.5.1 (2014-01-20)
------------------

* pip now only requires setuptools (any setuptools, not a certain version) when
  installing distributions from src (i.e. not from wheel). (Pull #1434).
* `get-pip.py` now installs setuptools, when it's not already installed (Pull
  #1475)
* Don't decode downloaded files that have a ``Content-Encoding`` header. (Pull
  #1435)
* Fix to correctly parse wheel filenames with single digit versions. (Pull
  #1445)
* If `--allow-unverified` is used assume it also means `--allow-external`. (Pull
  #1457)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-pip/Makefile

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