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: wiz
Date: Wed Feb 3 20:18:44 UTC 2021
Modified Files:
pkgsrc/devel/py-packaging: Makefile distinfo
Log Message:
py-packaging: update to 20.9.
20.9 - 2021-01-29
~~~~~~~~~~~~~~~~~
* Run [isort](https://pypi.org/project/isort/) over the code base (:issue:`377`)
* Add support for the ``macosx_10_*_universal2`` platform tags (:issue:`379`)
* Introduce ``packaging.utils.parse_wheel_filename()`` and ``parse_sdist_filename()``
(:issue:`387` and :issue:`389`)
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-packaging/Makefile
cvs rdiff -u -r1.8 -r1.9 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.11 pkgsrc/devel/py-packaging/Makefile:1.12
--- pkgsrc/devel/py-packaging/Makefile:1.11 Mon Jan 4 12:00:19 2021
+++ pkgsrc/devel/py-packaging/Makefile Wed Feb 3 20:18:44 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2021/01/04 12:00:19 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2021/02/03 20:18:44 wiz Exp $
-DISTNAME= packaging-20.8
+DISTNAME= packaging-20.9
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.8 pkgsrc/devel/py-packaging/distinfo:1.9
--- pkgsrc/devel/py-packaging/distinfo:1.8 Mon Jan 4 12:00:19 2021
+++ pkgsrc/devel/py-packaging/distinfo Wed Feb 3 20:18:44 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2021/01/04 12:00:19 wiz Exp $
+$NetBSD: distinfo,v 1.9 2021/02/03 20:18:44 wiz Exp $
-SHA1 (packaging-20.8.tar.gz) = 860beac5bb1361dead58166dced967ca896c9937
-RMD160 (packaging-20.8.tar.gz) = 12a7dd85dc369a5cea92f17e710b7388b40fd853
-SHA512 (packaging-20.8.tar.gz) = e5d0f21928d0039be88987bda02ec1c5851ad4447c534657f86b73f31a3dd3f028969429ea26b0c6f3c8d1525ccc051e82e10b908ee8b33d66da273b72feccea
-Size (packaging-20.8.tar.gz) = 79359 bytes
+SHA1 (packaging-20.9.tar.gz) = 6f8880ab84f05714a2549c1b54314b4f79fee319
+RMD160 (packaging-20.9.tar.gz) = 13af4881f42cfaa3b857096a93001501a5884371
+SHA512 (packaging-20.9.tar.gz) = 229b729aa9be7730509b7036dce0ca0750103fb7e2cd45d51f0eeaf2a4731605d63d11e11c10c7c481e228faa5e860c2c8f7bc6bee3190cafd72c22d7b3db264
+Size (packaging-20.9.tar.gz) = 81267 bytes
Home |
Main Index |
Thread Index |
Old Index