git: 48ea9381bd1f - main - security/py-cryptography-vectors: Update to 46.0.5

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 09 Mar 2026 18:24:47 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=48ea9381bd1ffea57357237bcff14fc30d6c1d74

commit 48ea9381bd1ffea57357237bcff14fc30d6c1d74
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-03-09 17:58:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-03-09 18:19:12 +0000

    security/py-cryptography-vectors: Update to 46.0.5
    
    Changes:        https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst
                    https://cryptography.io/en/latest/changelog/
---
 security/py-cryptography-vectors/Makefile                   | 2 +-
 security/py-cryptography-vectors/distinfo                   | 6 +++---
 security/py-cryptography-vectors/files/patch-pyproject.toml | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/security/py-cryptography-vectors/Makefile b/security/py-cryptography-vectors/Makefile
index 87fb826a2b71..efbe28a6410d 100644
--- a/security/py-cryptography-vectors/Makefile
+++ b/security/py-cryptography-vectors/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	cryptography-vectors
-PORTVERSION=	46.0.4
+PORTVERSION=	46.0.5
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/security/py-cryptography-vectors/distinfo b/security/py-cryptography-vectors/distinfo
index 36d2fd26a164..093e225742f7 100644
--- a/security/py-cryptography-vectors/distinfo
+++ b/security/py-cryptography-vectors/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1769874408
-SHA256 (cryptography_vectors-46.0.4.tar.gz) = fb8e489f5688d9751fd9631d4be0a0df3275698e78d6d753c1b8cf3ce4127c78
-SIZE (cryptography_vectors-46.0.4.tar.gz) = 33809303
+TIMESTAMP = 1771421728
+SHA256 (cryptography_vectors-46.0.5.tar.gz) = ffbccee9455201c01b37c63d65d9f83b362d40c2bed9caac248ebbdfa4e4fc7c
+SIZE (cryptography_vectors-46.0.5.tar.gz) = 33809256
diff --git a/security/py-cryptography-vectors/files/patch-pyproject.toml b/security/py-cryptography-vectors/files/patch-pyproject.toml
index c39ce6135515..10f83e45ae7c 100644
--- a/security/py-cryptography-vectors/files/patch-pyproject.toml
+++ b/security/py-cryptography-vectors/files/patch-pyproject.toml
@@ -4,7 +4,7 @@
  [build-system]
 -requires = ["uv_build>=0.7.19,<0.9.0"]
 -build-backend = "uv_build"
-+requires = ["flit_core >=3.2,<4"]
++requires = ["flit_core>=3.2,<4"]
 +build-backend = "flit_core.buildapi"
  
  [project]