pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-asn1
Module Name: pkgsrc
Committed By: adam
Date: Wed Sep 11 08:06:26 UTC 2024
Modified Files:
pkgsrc/security/py-asn1: Makefile PLIST distinfo
Log Message:
py-asn1: updated to 0.6.1
Revision 0.6.1, released 10-09-2024
- Added support for Python 3.13 and updated GitHub Actions
- Removed Python 2 support and related code
- Improved error handling and consistency
- Runtime deprecation of `tagMap` and `typeMap` aliases
- Fixed duplicated and missing declarations
- Cleaned documentation and comments
- Removed bdist_wheel universal flag from setup.cfg
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/security/py-asn1/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/py-asn1/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/py-asn1/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-asn1/Makefile
diff -u pkgsrc/security/py-asn1/Makefile:1.28 pkgsrc/security/py-asn1/Makefile:1.29
--- pkgsrc/security/py-asn1/Makefile:1.28 Tue Apr 2 17:35:03 2024
+++ pkgsrc/security/py-asn1/Makefile Wed Sep 11 08:06:26 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2024/04/02 17:35:03 adam Exp $
+# $NetBSD: Makefile,v 1.29 2024/09/11 08:06:26 adam Exp $
-DISTNAME= pyasn1-0.6.0
+DISTNAME= pyasn1-0.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyasn1/}
@@ -15,7 +15,5 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-asn1/PLIST
diff -u pkgsrc/security/py-asn1/PLIST:1.14 pkgsrc/security/py-asn1/PLIST:1.15
--- pkgsrc/security/py-asn1/PLIST:1.14 Tue Nov 21 18:55:18 2023
+++ pkgsrc/security/py-asn1/PLIST Wed Sep 11 08:06:26 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2023/11/21 18:55:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2024/09/11 08:06:26 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -59,9 +59,6 @@ ${PYSITELIB}/pyasn1/compat/__init__.pyo
${PYSITELIB}/pyasn1/compat/integer.py
${PYSITELIB}/pyasn1/compat/integer.pyc
${PYSITELIB}/pyasn1/compat/integer.pyo
-${PYSITELIB}/pyasn1/compat/octets.py
-${PYSITELIB}/pyasn1/compat/octets.pyc
-${PYSITELIB}/pyasn1/compat/octets.pyo
${PYSITELIB}/pyasn1/debug.py
${PYSITELIB}/pyasn1/debug.pyc
${PYSITELIB}/pyasn1/debug.pyo
Index: pkgsrc/security/py-asn1/distinfo
diff -u pkgsrc/security/py-asn1/distinfo:1.26 pkgsrc/security/py-asn1/distinfo:1.27
--- pkgsrc/security/py-asn1/distinfo:1.26 Tue Apr 2 17:35:03 2024
+++ pkgsrc/security/py-asn1/distinfo Wed Sep 11 08:06:26 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2024/04/02 17:35:03 adam Exp $
+$NetBSD: distinfo,v 1.27 2024/09/11 08:06:26 adam Exp $
-BLAKE2s (pyasn1-0.6.0.tar.gz) = e3f681887eb8844776a8ce265db4a30d77858931cea97d4384f3dee0d744223c
-SHA512 (pyasn1-0.6.0.tar.gz) = 577bbb750a00e82e7a00806da6c564ab863341e0aa57b74e3132e1be814e0349e33ff05d48c04e58cd514ce97a971a5eafbaae75c978a3eb9268008c2270d15e
-Size (pyasn1-0.6.0.tar.gz) = 148088 bytes
+BLAKE2s (pyasn1-0.6.1.tar.gz) = 87687ebd7cf119f29c537902cb851b107a4f5edd043ca7596ed1550236c7c564
+SHA512 (pyasn1-0.6.1.tar.gz) = a85036aeafc899b72a0dbd6adfe43d6b4d6ac8e79e2c8a043534ff9298c3a1942aeac42241fcc8a57bf89a9be845fecb01d3814bf812260ec7f370fa2f56e774
+Size (pyasn1-0.6.1.tar.gz) = 145322 bytes
Home |
Main Index |
Thread Index |
Old Index