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:           Tue May  7 05:17:20 UTC 2019

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

Log Message:
py-pip: updated to 19.1.1

19.1.1:

Features
- Restore pyproject.toml handling to how it was with pip 19.0.3 to prevent
  the need to add --no-use-pep517 when installing in editable mode.

Bug Fixes
- Fix a regression that caused @ to be quoted in pypiserver links.
  This interfered with parsing the revision string from VCS urls.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-pip/Makefile
cvs rdiff -u -r1.24 -r1.25 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.30 pkgsrc/devel/py-pip/Makefile:1.31
--- pkgsrc/devel/py-pip/Makefile:1.30   Wed Apr 24 08:28:33 2019
+++ pkgsrc/devel/py-pip/Makefile        Tue May  7 05:17:20 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2019/04/24 08:28:33 adam Exp $
+# $NetBSD: Makefile,v 1.31 2019/05/07 05:17:20 adam Exp $
 
-DISTNAME=      pip-19.1
+DISTNAME=      pip-19.1.1
 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.24 pkgsrc/devel/py-pip/distinfo:1.25
--- pkgsrc/devel/py-pip/distinfo:1.24   Wed Apr 24 08:28:33 2019
+++ pkgsrc/devel/py-pip/distinfo        Tue May  7 05:17:20 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2019/04/24 08:28:33 adam Exp $
+$NetBSD: distinfo,v 1.25 2019/05/07 05:17:20 adam Exp $
 
-SHA1 (pip-19.1.tar.gz) = 76c4689bba9bbf49742c59a3f5378a4e0a30cddc
-RMD160 (pip-19.1.tar.gz) = b141f79a6c44f3884d0d8b15a4dd7de810ab906c
-SHA512 (pip-19.1.tar.gz) = b10f6a8e0cc71b4987657acb90e677217a485f3605cca3ac9fe946102a8b6e07346d69952469db264e9aa7753015695818f107e361beab8a9fd0fbd5410900df
-Size (pip-19.1.tar.gz) = 1334822 bytes
+SHA1 (pip-19.1.1.tar.gz) = bf596e0f6e0fc2e6667aecf9442051f3ec6c9b25
+RMD160 (pip-19.1.1.tar.gz) = 51e18ca1176bf8780095780d8487622700fcd1d8
+SHA512 (pip-19.1.1.tar.gz) = b35598fc6077af44d69f32bc3bc4b28630b1761a31b6b814c59069adbea98bdd68071471bf5ebd28551aae8e970b882200938f6751135f246dc8228f799604a3
+Size (pip-19.1.1.tar.gz) = 1334144 bytes



Home | Main Index | Thread Index | Old Index