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: adam
Date: Sat Feb 9 17:13:59 UTC 2019
Modified Files:
pkgsrc/devel/py-pip: Makefile distinfo
Log Message:
py-pip: updated to 19.0.2
19.0.2:
Bug Fixes
- Fix a crash where PEP 517-based builds using --no-cache-dir would fail in
some circumstances with an AssertionError due to not finalizing a build
directory internally.
- Provide a better error message if attempting an editable install of a
directory with a pyproject.toml but no setup.py.
- The implicit default backend used for projects that provide a pyproject.toml
file without explicitly specifying build-backend now behaves more like direct
execution of setup.py, and hence should restore compatibility with projects
that were unable to be installed with pip 19.0. This raised the minimum
required version of setuptools for such builds to 40.8.0.
- Allow RECORD lines with more than three elements, and display a warning.
- AdjacentTempDirectory fails on unwritable directory instead of locking up the uninstall command.
- Make failed uninstalls roll back more reliably and better at avoiding naming conflicts.
- Ensure the correct wheel file is copied when building PEP 517 distribution is built.
- The Python 2 end of life warning now only shows on CPython, which is the
implementation that has announced end of life plans.
Improved Documentation
- Re-write README and documentation index
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-pip/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-pip/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-pip/Makefile
diff -u pkgsrc/devel/py-pip/Makefile:1.27 pkgsrc/devel/py-pip/Makefile:1.28
--- pkgsrc/devel/py-pip/Makefile:1.27 Thu Jan 24 08:29:39 2019
+++ pkgsrc/devel/py-pip/Makefile Sat Feb 9 17:13:59 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2019/01/24 08:29:39 adam Exp $
+# $NetBSD: Makefile,v 1.28 2019/02/09 17:13:59 adam Exp $
-DISTNAME= pip-19.0.1
+DISTNAME= pip-19.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pip/}
Index: pkgsrc/devel/py-pip/distinfo
diff -u pkgsrc/devel/py-pip/distinfo:1.21 pkgsrc/devel/py-pip/distinfo:1.22
--- pkgsrc/devel/py-pip/distinfo:1.21 Thu Jan 24 08:29:39 2019
+++ pkgsrc/devel/py-pip/distinfo Sat Feb 9 17:13:59 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2019/01/24 08:29:39 adam Exp $
+$NetBSD: distinfo,v 1.22 2019/02/09 17:13:59 adam Exp $
-SHA1 (pip-19.0.1.tar.gz) = 18466117d61dfcfd8c63283079481ed78b5519e0
-RMD160 (pip-19.0.1.tar.gz) = e53d8423691fa43a217a750501302f0f15544ed5
-SHA512 (pip-19.0.1.tar.gz) = 9d2d64170e020f8643ec0b4ff1dc727c343ff6c2962f99afa60d44da4ba865be4f211860f15b64d2a04400b19f477d68f46652949675fcb236ec3c7d7b760507
-Size (pip-19.0.1.tar.gz) = 1321875 bytes
+SHA1 (pip-19.0.2.tar.gz) = 8d56fb414e81d2ad34b7d368db5218f347f78896
+RMD160 (pip-19.0.2.tar.gz) = fffd70ad5c6fee31b94f662202695ec64b331506
+SHA512 (pip-19.0.2.tar.gz) = c6e13da3a57462371d32982c80575c5181592f5c6a8e70d60ec879e689442f4ad468e7aef97eb58c9da50a5a770385aa35e701eefd713a8e9fafeb12e11d956b
+Size (pip-19.0.2.tar.gz) = 1324514 bytes
Home |
Main Index |
Thread Index |
Old Index