summaryrefslogtreecommitdiff
path: root/security/py-cryptography/files/patch-pyproject.toml
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-11-11 15:13:20 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-11-11 15:17:09 +0800
commit505f42c58af1c1e55abc25f6f2f3166ac960685a (patch)
tree9f245a38451268922adc591197bb589c53f4ce78 /security/py-cryptography/files/patch-pyproject.toml
parentftp/curl: Temporarily remove GSSAPI_BASE (diff)
security/py-cryptography: Update to 45.0.7
Changes: https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst https://cryptography.io/en/latest/changelog/
Diffstat (limited to 'security/py-cryptography/files/patch-pyproject.toml')
-rw-r--r--security/py-cryptography/files/patch-pyproject.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/py-cryptography/files/patch-pyproject.toml b/security/py-cryptography/files/patch-pyproject.toml
new file mode 100644
index 000000000000..13bd298738a5
--- /dev/null
+++ b/security/py-cryptography/files/patch-pyproject.toml
@@ -0,0 +1,12 @@
+--- pyproject.toml.orig 2025-05-18 02:39:52 UTC
++++ pyproject.toml
+@@ -21,8 +21,7 @@ readme = "README.rst"
+ ]
+ description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
+ readme = "README.rst"
+-license = "Apache-2.0 OR BSD-3-Clause"
+-license-files = [ "LICENSE", "LICENSE.APACHE", "LICENSE.BSD" ]
++license = { text = "Apache-2.0 OR BSD-3-Clause" }
+ classifiers = [
+ "Development Status :: 5 - Production/Stable",
+ "Intended Audience :: Developers",