Path to this page:
Subject: CVS commit: pkgsrc/devel/py-packaging
From: Adam Ciarcinski
Date: 2019-01-20 12:58:36
Message id: 20190120115836.BD91DFB16@cvs.NetBSD.org
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.
Files: