pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-hanko



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb 17 09:30:09 UTC 2026

Modified Files:
        pkgsrc/security/py-hanko: Makefile PLIST distinfo

Log Message:
py-hanko: updated to 0.33.0

0.33.0

New features and enhancements

Signing

Explicitly define a no-op stamping style

Miscellaneous

Integrate some actual signing hardware into CI processes.

Bugs fixed

Use embedded intermediate certificates when validating existing timestamps.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-hanko/Makefile \
    pkgsrc/security/py-hanko/PLIST pkgsrc/security/py-hanko/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-hanko/Makefile
diff -u pkgsrc/security/py-hanko/Makefile:1.1 pkgsrc/security/py-hanko/Makefile:1.2
--- pkgsrc/security/py-hanko/Makefile:1.1       Wed Jan 28 10:30:58 2026
+++ pkgsrc/security/py-hanko/Makefile   Tue Feb 17 09:30:09 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2026/01/28 10:30:58 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2026/02/17 09:30:09 adam Exp $
 
-DISTNAME=      pyhanko-0.32.0
+DISTNAME=      pyhanko-0.33.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyhanko/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/MatthiasVal
 COMMENT=       Tools for stamping and signing PDF files
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=80.8.0:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-asn1crypto>=1.5.1:../../security/py-asn1crypto
 DEPENDS+=      ${PYPKGPREFIX}-tzlocal>=4.3:../../time/py-tzlocal
 DEPENDS+=      ${PYPKGPREFIX}-hanko-certvalidator>=0.29.0:../../security/py-hanko-certvalidator
Index: pkgsrc/security/py-hanko/PLIST
diff -u pkgsrc/security/py-hanko/PLIST:1.1 pkgsrc/security/py-hanko/PLIST:1.2
--- pkgsrc/security/py-hanko/PLIST:1.1  Wed Jan 28 10:30:58 2026
+++ pkgsrc/security/py-hanko/PLIST      Tue Feb 17 09:30:09 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2026/01/28 10:30:58 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2026/02/17 09:30:09 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -366,6 +366,9 @@ ${PYSITELIB}/pyhanko/stamp/base.pyo
 ${PYSITELIB}/pyhanko/stamp/functions.py
 ${PYSITELIB}/pyhanko/stamp/functions.pyc
 ${PYSITELIB}/pyhanko/stamp/functions.pyo
+${PYSITELIB}/pyhanko/stamp/noop.py
+${PYSITELIB}/pyhanko/stamp/noop.pyc
+${PYSITELIB}/pyhanko/stamp/noop.pyo
 ${PYSITELIB}/pyhanko/stamp/py.typed
 ${PYSITELIB}/pyhanko/stamp/qr.py
 ${PYSITELIB}/pyhanko/stamp/qr.pyc
Index: pkgsrc/security/py-hanko/distinfo
diff -u pkgsrc/security/py-hanko/distinfo:1.1 pkgsrc/security/py-hanko/distinfo:1.2
--- pkgsrc/security/py-hanko/distinfo:1.1       Wed Jan 28 10:30:58 2026
+++ pkgsrc/security/py-hanko/distinfo   Tue Feb 17 09:30:09 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2026/01/28 10:30:58 wiz Exp $
+$NetBSD: distinfo,v 1.2 2026/02/17 09:30:09 adam Exp $
 
-BLAKE2s (pyhanko-0.32.0.tar.gz) = 02e49c7e61103c62625d8f48b37771e6802076a12fc2315ab657b71f2fab4947
-SHA512 (pyhanko-0.32.0.tar.gz) = ffb668c02b778c5af98f95d4a3c86967e5bf91a32b93b72ccf76e796cd3f751c7e712f8904f76b4315b2bd0e7d1f704079a415ae6de5432db8069af932461b1a
-Size (pyhanko-0.32.0.tar.gz) = 411900 bytes
+BLAKE2s (pyhanko-0.33.0.tar.gz) = 88305adcd79eb8863912e19a4b4708ec1a9a4eb25d70c25643a8eb8f072d1e43
+SHA512 (pyhanko-0.33.0.tar.gz) = a696db504e52536a8ddf1a30e8ec90f48d2feb5cdb2cf386e871067e5c1fcf4e3243b11cbeb5f5c5e45fec10f6575abc12049aaed2dd5c6e5001c37129556d8f
+Size (pyhanko-0.33.0.tar.gz) = 412604 bytes



Home | Main Index | Thread Index | Old Index