pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-packaging



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jan 20 11:58:36 UTC 2019

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

Log Message:
py-packaging: updated to 19.0

19.0:

* Fix string representation of PEP 508 direct URL requirements with markers.

* Better handling of file URLs

  This allows for using file:///absolute/path, which was previously
  prevented due to the missing netloc.

  This allows for all file URLs that urlunparse turns back into the
  original URL to be valid.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-packaging/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-packaging/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-packaging/Makefile
diff -u pkgsrc/devel/py-packaging/Makefile:1.4 pkgsrc/devel/py-packaging/Makefile:1.5
--- pkgsrc/devel/py-packaging/Makefile:1.4      Sun Oct  7 06:44:36 2018
+++ pkgsrc/devel/py-packaging/Makefile  Sun Jan 20 11:58:36 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/10/07 06:44:36 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/01/20 11:58:36 adam Exp $
 
-DISTNAME=      packaging-18.0
+DISTNAME=      packaging-19.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/packaging/}

Index: pkgsrc/devel/py-packaging/distinfo
diff -u pkgsrc/devel/py-packaging/distinfo:1.3 pkgsrc/devel/py-packaging/distinfo:1.4
--- pkgsrc/devel/py-packaging/distinfo:1.3      Sun Oct  7 06:44:36 2018
+++ pkgsrc/devel/py-packaging/distinfo  Sun Jan 20 11:58:36 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/10/07 06:44:36 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/01/20 11:58:36 adam Exp $
 
-SHA1 (packaging-18.0.tar.gz) = 8a64f2b9c411b7275ba1c10ceadbd01b6779d21d
-RMD160 (packaging-18.0.tar.gz) = 24b2a77156eb4bb77da56e4d078c48b7aac5fa9a
-SHA512 (packaging-18.0.tar.gz) = 9f7cab9bdd756cc49192379b8381f81d218d3201e071498f2f6fd0307b1c46ad1a8c8b9d4f27e62d5f469eb05603a57be54deb8a5e0dbc2cf542e436a7127b34
-Size (packaging-18.0.tar.gz) = 48018 bytes
+SHA1 (packaging-19.0.tar.gz) = f9bc600c375bad7f83fb7ae6290c18612ead2d4e
+RMD160 (packaging-19.0.tar.gz) = 635d122fd897fed30ea6e92c51b7a4584e80dcec
+SHA512 (packaging-19.0.tar.gz) = aa55b6fbca764e7de2992e294b7be9dc90b25f88b64ba0cd2d1d93042402d4360b4c2cdc134a94b083da0c0bc83de8fa7185c0856bcc96fa25828c10a793fba7
+Size (packaging-19.0.tar.gz) = 48608 bytes



Home | Main Index | Thread Index | Old Index