git: fb3f9b8695b2 - main - security/py-cryptography-vectors: Update to 50.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Aug 2026 05:46:47 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fb3f9b8695b2d77093fa32298de0133124ea6a95
commit fb3f9b8695b2d77093fa32298de0133124ea6a95
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-08-31 05:20:42 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-08-31 05:41:26 +0000
security/py-cryptography-vectors: Update to 50.0.0
Changes: https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst
https://cryptography.io/en/latest/changelog/
---
security/py-cryptography-vectors/Makefile | 4 ++--
security/py-cryptography-vectors/distinfo | 6 +++---
security/py-cryptography-vectors/files/patch-pyproject.toml | 8 +++-----
3 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/security/py-cryptography-vectors/Makefile b/security/py-cryptography-vectors/Makefile
index 85ce121f53b8..831a1ffa2d6d 100644
--- a/security/py-cryptography-vectors/Makefile
+++ b/security/py-cryptography-vectors/Makefile
@@ -1,5 +1,5 @@
PORTNAME= cryptography-vectors
-PORTVERSION= 49.0.0
+PORTVERSION= 50.0.0
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APACHE
LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE.BSD
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.12<4:devel/py-flit-core@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.12:devel/py-flit-core@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
diff --git a/security/py-cryptography-vectors/distinfo b/security/py-cryptography-vectors/distinfo
index 0a891869350c..7dc485d98381 100644
--- a/security/py-cryptography-vectors/distinfo
+++ b/security/py-cryptography-vectors/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1783523939
-SHA256 (cryptography_vectors-49.0.0.tar.gz) = 9e3352b1e652d2f986755edf79228a385f6b0bd53d5b248c087ff79b24a7b516
-SIZE (cryptography_vectors-49.0.0.tar.gz) = 54876507
+TIMESTAMP = 1787587998
+SHA256 (cryptography_vectors-50.0.0.tar.gz) = 6760814930443e6d73a6afcad09463d3ffdc42084ee0bdcfb2f05697250c3c8d
+SIZE (cryptography_vectors-50.0.0.tar.gz) = 54914883
diff --git a/security/py-cryptography-vectors/files/patch-pyproject.toml b/security/py-cryptography-vectors/files/patch-pyproject.toml
index 4ea22ecb332d..39256f75de42 100644
--- a/security/py-cryptography-vectors/files/patch-pyproject.toml
+++ b/security/py-cryptography-vectors/files/patch-pyproject.toml
@@ -1,12 +1,10 @@
--- pyproject.toml.orig 1970-01-01 00:00:00 UTC
+++ pyproject.toml
-@@ -1,8 +1,8 @@
+@@ -1,6 +1,6 @@
[build-system]
- # These requirements must be kept sync with the requirements in
- # ./.github/requirements/build-requirements.{in,txt}
--requires = ["uv_build>=0.7.19,<0.12.0"]
+-requires = ["uv_build>=0.7.19,<0.13.0"]
-build-backend = "uv_build"
-+requires = ["flit_core>=3.12,<4"]
++requires = ["flit_core >= 3.12"]
+build-backend = "flit_core.buildapi"
[project]