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:           Mon Jan  4 12:00:19 UTC 2021

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

Log Message:
py-packaging: update to 20.8.

20.8 - 2020-12-11
~~~~~~~~~~~~~~~~~

* Revert back to setuptools for compatibility purposes for some Linux distros (:issue:`363`)
* Do not insert an underscore in wheel tags when the interpreter version number
  is more than 2 digits (:issue:`372`)

20.7 - 2020-11-28
~~~~~~~~~~~~~~~~~

No unreleased changes.

20.6 - 2020-11-28
~~~~~~~~~~~~~~~~~

.. note:: This release was subsequently yanked, and these changes were included in 20.7.

* Fix flit configuration, to include LICENSE files (:issue:`357`)
* Make `intel` a recognized CPU architecture for the `universal` macOS platform tag (:issue:`361`)
* Add some missing type hints to `packaging.requirements` (issue:`350`)

20.5 - 2020-11-27
~~~~~~~~~~~~~~~~~

* Officially support Python 3.9 (:issue:`343`)
* Deprecate the ``LegacyVersion`` and ``LegacySpecifier`` classes (:issue:`321`)
* Handle ``OSError`` on non-dynamic executables when attempting to resolve
  the glibc version string.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-packaging/Makefile
cvs rdiff -u -r1.7 -r1.8 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.10 pkgsrc/devel/py-packaging/Makefile:1.11
--- pkgsrc/devel/py-packaging/Makefile:1.10     Wed Oct 21 08:56:52 2020
+++ pkgsrc/devel/py-packaging/Makefile  Mon Jan  4 12:00:19 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/10/21 08:56:52 adam Exp $
+# $NetBSD: Makefile,v 1.11 2021/01/04 12:00:19 wiz Exp $
 
-DISTNAME=      packaging-20.4
+DISTNAME=      packaging-20.8
 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.7 pkgsrc/devel/py-packaging/distinfo:1.8
--- pkgsrc/devel/py-packaging/distinfo:1.7      Wed Oct 21 08:56:52 2020
+++ pkgsrc/devel/py-packaging/distinfo  Mon Jan  4 12:00:19 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/10/21 08:56:52 adam Exp $
+$NetBSD: distinfo,v 1.8 2021/01/04 12:00:19 wiz Exp $
 
-SHA1 (packaging-20.4.tar.gz) = b99fa7af153646722b2d1817bb09906cc5a94bc6
-RMD160 (packaging-20.4.tar.gz) = 570cb61f1cb0b903dc777f98673c259d8b393130
-SHA512 (packaging-20.4.tar.gz) = d53912041a9950efb5d221fc968adc328c2ef1e54ec9806d2158fd6db1b170e37afb05213f5750b10c59927504083ca3781c958caa0c802b1c7c0fe1ac1682a4
-Size (packaging-20.4.tar.gz) = 74402 bytes
+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



Home | Main Index | Thread Index | Old Index