From 985179992e2474c548bee625c3671b352bb3eaaa1e7effb65e3cba3502cc995f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 11 Jul 2023 13:46:03 +0000 Subject: [PATCH] - update to 41.0.2: * Fixed bugs in creating and parsing SSH certificates where critical options with values were handled incorrectly. Certificates are now created correctly and parsing accepts correct values as well as the previously generated invalid forms with a warning. In the next release, support for parsing these invalid forms will be removed. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=190 --- _service | 2 +- cryptography-41.0.1.tar.gz | 3 --- cryptography-41.0.2.tar.gz | 3 +++ python-cryptography.changes | 11 +++++++++++ python-cryptography.spec | 2 +- vendor.tar.zst | 4 ++-- 6 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 cryptography-41.0.1.tar.gz create mode 100644 cryptography-41.0.2.tar.gz diff --git a/_service b/_service index 28fd155..97a96c3 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - cryptography-41.0.1/src/rust + cryptography-41.0.2/src/rust zst diff --git a/cryptography-41.0.1.tar.gz b/cryptography-41.0.1.tar.gz deleted file mode 100644 index 633feec..0000000 --- a/cryptography-41.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d34579085401d3f49762d2f7d6634d6b6c2ae1242202e860f4d26b046e3a1006 -size 629124 diff --git a/cryptography-41.0.2.tar.gz b/cryptography-41.0.2.tar.gz new file mode 100644 index 0000000..c0060e1 --- /dev/null +++ b/cryptography-41.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d230bf856164de164ecb615ccc14c7fc6de6906ddd5b491f3af90d3514c925c +size 630080 diff --git a/python-cryptography.changes b/python-cryptography.changes index d3cd6b0..159e977 100644 --- a/python-cryptography.changes +++ b/python-cryptography.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jul 11 13:44:14 UTC 2023 - Dirk Müller + +- update to 41.0.2: + * Fixed bugs in creating and parsing SSH certificates where + critical options with values were handled incorrectly. + Certificates are now created correctly and parsing accepts + correct values as well as the previously generated + invalid forms with a warning. In the next release, support + for parsing these invalid forms will be removed. + ------------------------------------------------------------------- Tue Jul 11 11:44:23 UTC 2023 - Johannes Kastl diff --git a/python-cryptography.spec b/python-cryptography.spec index 2fabcf4..ef3c0ab 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -27,7 +27,7 @@ %endif %{?sle15_python_module_pythons} Name: python-cryptography%{psuffix} -Version: 41.0.1 +Version: 41.0.2 Release: 0 Summary: Python library which exposes cryptographic recipes and primitives License: Apache-2.0 OR BSD-3-Clause diff --git a/vendor.tar.zst b/vendor.tar.zst index fb9f6c1..6bfefe0 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db2566256b8e495a97af1192916c64e758d5f1a52ed3870ac36701193f56ce9e -size 6149053 +oid sha256:f9203263f072cf9d91d7eb424cdc451a7650679edeeb0ab7f3457bf71c9312c2 +size 6108785