git: ed173d7b0754 - main - security/py-python-pkcs11: Update to 0.9.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Jul 2026 05:04:24 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ed173d7b0754585d947e0cd3d60ac89b4b4688b0
commit ed173d7b0754585d947e0cd3d60ac89b4b4688b0
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-12 04:52:15 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-07-12 04:52:15 +0000
security/py-python-pkcs11: Update to 0.9.5
Changes: https://github.com/pyauth/python-pkcs11/releases
---
security/py-python-pkcs11/Makefile | 2 +-
security/py-python-pkcs11/distinfo | 6 +++---
security/py-python-pkcs11/files/patch-pyproject.toml | 15 ++++-----------
3 files changed, 8 insertions(+), 15 deletions(-)
diff --git a/security/py-python-pkcs11/Makefile b/security/py-python-pkcs11/Makefile
index 650e5bc6d39a..352a03c9e4ff 100644
--- a/security/py-python-pkcs11/Makefile
+++ b/security/py-python-pkcs11/Makefile
@@ -1,5 +1,5 @@
PORTNAME= python-pkcs11
-PORTVERSION= 0.9.4
+PORTVERSION= 0.9.5
CATEGORIES= security python
MASTER_SITES= PYPI \
https://github.com/pyauth/python-pkcs11/releases/download/v${PORTVERSION}/
diff --git a/security/py-python-pkcs11/distinfo b/security/py-python-pkcs11/distinfo
index a2d5cbb535b0..4e231a53d3a2 100644
--- a/security/py-python-pkcs11/distinfo
+++ b/security/py-python-pkcs11/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1777252792
-SHA256 (python_pkcs11-0.9.4.tar.gz) = 3d950aadefa473b880dc75f01539133487e65ec2a97db1e955c4f6bef1bd71d5
-SIZE (python_pkcs11-0.9.4.tar.gz) = 180658
+TIMESTAMP = 1783784468
+SHA256 (python_pkcs11-0.9.5.tar.gz) = 6b65ec741ea45f47438c495e3d71d97ae671d03afaee6358022babda634508bd
+SIZE (python_pkcs11-0.9.5.tar.gz) = 194453
diff --git a/security/py-python-pkcs11/files/patch-pyproject.toml b/security/py-python-pkcs11/files/patch-pyproject.toml
index b7b2a6f7a80a..50febd9bf115 100644
--- a/security/py-python-pkcs11/files/patch-pyproject.toml
+++ b/security/py-python-pkcs11/files/patch-pyproject.toml
@@ -1,6 +1,6 @@
Revert: https://github.com/pyauth/python-pkcs11/commit/d45957fd94abfd01b47cbf6a5b96862cf542dfbb
---- pyproject.toml.orig 2025-06-22 05:22:53 UTC
+--- pyproject.toml.orig 2026-07-10 12:17:27 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
@@ -15,7 +15,7 @@ Revert: https://github.com/pyauth/python-pkcs11/commit/d45957fd94abfd01b47cbf6a
dependencies = ["asn1crypto>=1.5.1"]
-license = "MIT"
+license = {text = "MIT"}
- requires-python = ">=3.9"
+ requires-python = ">=3.10"
dynamic = ["version"]
@@ -49,11 +49,6 @@ combine-as-imports = true
@@ -28,12 +28,5 @@ Revert: https://github.com/pyauth/python-pkcs11/commit/d45957fd94abfd01b47cbf6a
- {name = "pkcs11._pkcs11", sources = ["pkcs11/_pkcs11.pyx"]}
-]
- [tool.cibuildwheel.linux]
- archs = ["auto64"]
-@@ -96,4 +91,4 @@ dev = [
- { include-group = "release" },
- ]
-
--[tool.setuptools_scm]
-\ No newline at end of file
-+[tool.setuptools_scm]
+ [tool.cibuildwheel]
+ skip = "cp3??t-*"