pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-packaging py-packaging: update to 20.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dec4bbb87262
branches:  trunk
changeset: 444269:dec4bbb87262
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 04 12:00:19 2021 +0000

description:
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.

diffstat:

 devel/py-packaging/Makefile |   4 ++--
 devel/py-packaging/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r cf1ca6d997dd -r dec4bbb87262 devel/py-packaging/Makefile
--- a/devel/py-packaging/Makefile       Mon Jan 04 11:55:11 2021 +0000
+++ b/devel/py-packaging/Makefile       Mon Jan 04 12:00:19 2021 +0000
@@ -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/}
diff -r cf1ca6d997dd -r dec4bbb87262 devel/py-packaging/distinfo
--- a/devel/py-packaging/distinfo       Mon Jan 04 11:55:11 2021 +0000
+++ b/devel/py-packaging/distinfo       Mon Jan 04 12:00:19 2021 +0000
@@ -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