pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-pip py-pip: updated to 19.0.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/b1adf8f610b8
branches: trunk
changeset: 329518:b1adf8f610b8
user: adam <adam%pkgsrc.org@localhost>
date: Sat Feb 09 17:13:59 2019 +0000
description:
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
diffstat:
devel/py-pip/Makefile | 4 ++--
devel/py-pip/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 546af3584f28 -r b1adf8f610b8 devel/py-pip/Makefile
--- a/devel/py-pip/Makefile Sat Feb 09 17:11:49 2019 +0000
+++ b/devel/py-pip/Makefile Sat Feb 09 17:13:59 2019 +0000
@@ -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/}
diff -r 546af3584f28 -r b1adf8f610b8 devel/py-pip/distinfo
--- a/devel/py-pip/distinfo Sat Feb 09 17:11:49 2019 +0000
+++ b/devel/py-pip/distinfo Sat Feb 09 17:13:59 2019 +0000
@@ -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