pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-id
Module Name: pkgsrc
Committed By: wiz
Date: Sun Feb 8 21:54:05 UTC 2026
Modified Files:
pkgsrc/devel/py-id: Makefile PLIST distinfo
Log Message:
py-id: update to 1.6.1.
1.6.1
Audience fixes by @jku in #443
1.6.0
What's Changed
Add PyPy to testing strategy by @di in #340
refactor: replace requests with urllib3 by @woodruffw in #333
chore: mark Python 3.14 support, drop 3.8 by @woodruffw in #433
add support for --root-issuer when generating CCI claims by @meeech in #438
prep 1.6.0 release by @di in #440
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-id/Makefile pkgsrc/devel/py-id/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-id/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-id/Makefile
diff -u pkgsrc/devel/py-id/Makefile:1.2 pkgsrc/devel/py-id/Makefile:1.3
--- pkgsrc/devel/py-id/Makefile:1.2 Sun Feb 23 20:40:45 2025
+++ pkgsrc/devel/py-id/Makefile Sun Feb 8 21:54:05 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2025/02/23 20:40:45 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/02/08 21:54:05 wiz Exp $
-DISTNAME= id-1.5.0
+DISTNAME= id-1.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/id/}
Index: pkgsrc/devel/py-id/PLIST
diff -u pkgsrc/devel/py-id/PLIST:1.2 pkgsrc/devel/py-id/PLIST:1.3
--- pkgsrc/devel/py-id/PLIST:1.2 Sun Feb 23 20:40:45 2025
+++ pkgsrc/devel/py-id/PLIST Sun Feb 8 21:54:05 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2025/02/23 20:40:45 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/02/08 21:54:05 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -16,3 +16,4 @@ ${PYSITELIB}/id/_internal/oidc/__init__.
${PYSITELIB}/id/_internal/oidc/ambient.py
${PYSITELIB}/id/_internal/oidc/ambient.pyc
${PYSITELIB}/id/_internal/oidc/ambient.pyo
+${PYSITELIB}/id/py.typed
Index: pkgsrc/devel/py-id/distinfo
diff -u pkgsrc/devel/py-id/distinfo:1.1 pkgsrc/devel/py-id/distinfo:1.2
--- pkgsrc/devel/py-id/distinfo:1.1 Fri Jan 31 18:03:35 2025
+++ pkgsrc/devel/py-id/distinfo Sun Feb 8 21:54:05 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2025/01/31 18:03:35 wiz Exp $
+$NetBSD: distinfo,v 1.2 2026/02/08 21:54:05 wiz Exp $
-BLAKE2s (id-1.5.0.tar.gz) = ce5de34981fce505ccc4a9e6561d11c873746c0a6066fd4d22d4bd2fc938ae63
-SHA512 (id-1.5.0.tar.gz) = 968f0026071fcbe7aec77e7dbd840ad90ac5d763d4fca391326874fbd0cf66edf4f34d2a75859722cf2eb591b640c2ad63208139c7f0ca96ea3e52e7bf40c5c6
-Size (id-1.5.0.tar.gz) = 15237 bytes
+BLAKE2s (id-1.6.1.tar.gz) = 35b34f833caf859e104794fac804075156310b6d009b87d22fc7f5de3e930558
+SHA512 (id-1.6.1.tar.gz) = b9dc482e668ae70c329853906edff51b9762739a7c87fe44f3cb682a2cb1d2012e2934572702569bf5b921a09ba6507e4f29956da1ca3a0e31ac705fd2e01dce
+Size (id-1.6.1.tar.gz) = 18088 bytes
Home |
Main Index |
Thread Index |
Old Index