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:           Thu Feb 21 08:32:21 UTC 2019

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

Log Message:
py-pip: updated to 19.0.3

19.0.3:
Bug Fixes
- Fix an IndexError crash when a legacy build of a wheel fails.
- Fix a regression introduced in 19.0.2 where the filename in a RECORD file
  of an installed file would not be updated when installing a wheel.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-pip/Makefile
cvs rdiff -u -r1.22 -r1.23 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.28 pkgsrc/devel/py-pip/Makefile:1.29
--- pkgsrc/devel/py-pip/Makefile:1.28   Sat Feb  9 17:13:59 2019
+++ pkgsrc/devel/py-pip/Makefile        Thu Feb 21 08:32:21 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2019/02/09 17:13:59 adam Exp $
+# $NetBSD: Makefile,v 1.29 2019/02/21 08:32:21 adam Exp $
 
-DISTNAME=      pip-19.0.2
+DISTNAME=      pip-19.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pip/}
@@ -19,8 +19,6 @@ REPLACE_PYTHON+=      src/pip/_vendor/request
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${RM} -f pip pip[2-3]
-       cd ${DESTDIR}${PREFIX}/${PYSITELIB}/pip/_vendor && \
-               chmod -R go-w .
 
 # no tests included
 do-test:

Index: pkgsrc/devel/py-pip/distinfo
diff -u pkgsrc/devel/py-pip/distinfo:1.22 pkgsrc/devel/py-pip/distinfo:1.23
--- pkgsrc/devel/py-pip/distinfo:1.22   Sat Feb  9 17:13:59 2019
+++ pkgsrc/devel/py-pip/distinfo        Thu Feb 21 08:32:21 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2019/02/09 17:13:59 adam Exp $
+$NetBSD: distinfo,v 1.23 2019/02/21 08:32:21 adam Exp $
 
-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
+SHA1 (pip-19.0.3.tar.gz) = 6d45ee889c29ba738a2af555f9a81296337f212f
+RMD160 (pip-19.0.3.tar.gz) = 9f9766bf6497c3e57b4ad263aa777188f66d9f0a
+SHA512 (pip-19.0.3.tar.gz) = 71562800d5e52e7eb9a49ebb77ac7d2ec2b2a3ef464c9f67a4a76ed1123dce57c59c422ac91dc688f91bf9e84ad13d6547ff3cb61ac4bec54ca9428512b83163
+Size (pip-19.0.3.tar.gz) = 1324617 bytes



Home | Main Index | Thread Index | Old Index