pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-wheel py-wheel: updated to 0.36.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a10ecbc569b
branches:  trunk
changeset: 443063:8a10ecbc569b
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Dec 06 11:05:09 2020 +0000

description:
py-wheel: updated to 0.36.1

0.36.1
- Fixed ``AssertionError`` when ``MACOSX_DEPLOYMENT_TARGET`` was set to ``11``
- Fixed regression introduced in 0.36.0 on Python 2.7 when a custom generator
  name was passed as unicode (Scikit-build)
  (``TypeError: 'unicode' does not have the buffer interface``)

0.36.0
- Added official Python 3.9 support
- Updated vendored ``packaging`` library to v20.7
- Switched to always using LF as line separator when generating ``WHEEL`` files
  (on Windows, CRLF was being used instead)
- The ABI tag is taken from  the sysconfig SOABI value. On PyPy the SOABI value
  is ``pypy37-pp73`` which is not compliant with PEP 3149, as it should have
  both the API tag and the platform tag. This change future-proofs any change
  in PyPy's SOABI tag to make sure only the ABI tag is used by wheel.

diffstat:

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

diffs (27 lines):

diff -r 78f725f2e334 -r 8a10ecbc569b devel/py-wheel/Makefile
--- a/devel/py-wheel/Makefile   Sun Dec 06 10:58:34 2020 +0000
+++ b/devel/py-wheel/Makefile   Sun Dec 06 11:05:09 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2020/08/21 07:54:23 adam Exp $
+# $NetBSD: Makefile,v 1.21 2020/12/06 11:05:09 adam Exp $
 
-DISTNAME=      wheel-0.35.1
+DISTNAME=      wheel-0.36.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wheel/}
diff -r 78f725f2e334 -r 8a10ecbc569b devel/py-wheel/distinfo
--- a/devel/py-wheel/distinfo   Sun Dec 06 10:58:34 2020 +0000
+++ b/devel/py-wheel/distinfo   Sun Dec 06 11:05:09 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2020/08/21 07:54:23 adam Exp $
+$NetBSD: distinfo,v 1.17 2020/12/06 11:05:09 adam Exp $
 
-SHA1 (wheel-0.35.1.tar.gz) = bea859736adb64781b706891f8e9a3be3d8654ee
-RMD160 (wheel-0.35.1.tar.gz) = 6b27ce59ee444eb7dae8dd6a855bb4ccf5557a03
-SHA512 (wheel-0.35.1.tar.gz) = 591bf77d53a12ad153a766ce99b6a4fb0d5fbef41f35ba5d4a1f423881d1feaba5be4941e2d9e712a3d97996b442e5a50af7915f95729ead39564b0eca9e88c8
-Size (wheel-0.35.1.tar.gz) = 59712 bytes
+SHA1 (wheel-0.36.1.tar.gz) = 4b590117f78ed80e9a8dd5f6e1ffe3c588dc8e98
+RMD160 (wheel-0.36.1.tar.gz) = 58ea83cf41886ad829a6b371b3327eb5cc3ebd97
+SHA512 (wheel-0.36.1.tar.gz) = 8f20a2b4879356fab1748087419d40b6162129262f2f397dd69892720a384f774ac375fb546d4527108cc687cadfdffa6328664919194d05548490f6d479c534
+Size (wheel-0.36.1.tar.gz) = 64220 bytes



Home | Main Index | Thread Index | Old Index