Date: Thu, 15 Jan 2026 11:58:54 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 575732f2ace3 - main - security/py-cryptography-vectors: Update to 46.0.3 Message-ID: <6968d67e.3776e.6d185721@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=575732f2ace3e8717c6b88a5e88048462cac1e6c commit 575732f2ace3e8717c6b88a5e88048462cac1e6c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-01-15 11:37:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-01-15 11:53:33 +0000 security/py-cryptography-vectors: Update to 46.0.3 Changes: https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst https://cryptography.io/en/latest/changelog/ --- security/py-cryptography-vectors/Makefile | 3 ++- security/py-cryptography-vectors/distinfo | 6 +++--- security/py-cryptography-vectors/files/patch-pyproject.toml | 11 +++++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/security/py-cryptography-vectors/Makefile b/security/py-cryptography-vectors/Makefile index 09560f052339..c2f16f7c3c3a 100644 --- a/security/py-cryptography-vectors/Makefile +++ b/security/py-cryptography-vectors/Makefile @@ -1,5 +1,5 @@ PORTNAME= cryptography-vectors -PORTVERSION= 45.0.7 +PORTVERSION= 46.0.3 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,6 +20,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_F USES= python USE_PYTHON= autoplist concurrent pep517 +MAKE_ENV= SOURCE_DATE_EPOCH=315532800 # 1980-01-01 00:00:00 UTC NO_ARCH= yes .include <bsd.port.mk> diff --git a/security/py-cryptography-vectors/distinfo b/security/py-cryptography-vectors/distinfo index 317b6133c22e..f3a06eb33806 100644 --- a/security/py-cryptography-vectors/distinfo +++ b/security/py-cryptography-vectors/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756789128 -SHA256 (cryptography_vectors-45.0.7.tar.gz) = 48e71fc4ac5f6298b2de53a99726ddc4a9e5ef0a94d921820109e7b90baf9f56 -SIZE (cryptography_vectors-45.0.7.tar.gz) = 35344680 +TIMESTAMP = 1767157667 +SHA256 (cryptography_vectors-46.0.3.tar.gz) = a23246fcb794fc87d814d1b4be20df74a299840a2430cc74651bc7ba0f3b548c +SIZE (cryptography_vectors-46.0.3.tar.gz) = 33809245 diff --git a/security/py-cryptography-vectors/files/patch-pyproject.toml b/security/py-cryptography-vectors/files/patch-pyproject.toml new file mode 100644 index 000000000000..c39ce6135515 --- /dev/null +++ b/security/py-cryptography-vectors/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 1970-01-01 00:00:00 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ + [build-system] +-requires = ["uv_build>=0.7.19,<0.9.0"] +-build-backend = "uv_build" ++requires = ["flit_core >=3.2,<4"] ++build-backend = "flit_core.buildapi" + + [project] + name = "cryptography_vectors"home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6968d67e.3776e.6d185721>
