From 1bcd019a4b02d619f4cf244a9c49fa61c16835b6d91cad478f2b5b12451d8ab7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 7 May 2024 16:14:48 +0000 Subject: [PATCH] - update to 42.0.7: * Restored Windows 7 compatibility for our pre-built wheels. Note that we do not test on Windows 7 and wheels for our next release will not support it. Microsoft no longer provides support for Windows 7 and users are encouraged to upgrade. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=215 --- _service | 2 +- cryptography-42.0.6.tar.gz | 3 --- cryptography-42.0.7.tar.gz | 3 +++ python-cryptography.changes | 9 +++++++++ python-cryptography.spec | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 cryptography-42.0.6.tar.gz create mode 100644 cryptography-42.0.7.tar.gz diff --git a/_service b/_service index 35be3ff..630dba3 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - cryptography-42.0.6/src/rust + cryptography-42.0.7/src/rust zst diff --git a/cryptography-42.0.6.tar.gz b/cryptography-42.0.6.tar.gz deleted file mode 100644 index c7688a0..0000000 --- a/cryptography-42.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f987a244dfb0333fbd74a691c36000a2569eaf7c7cc2ac838f85f59f0588ddc9 -size 670978 diff --git a/cryptography-42.0.7.tar.gz b/cryptography-42.0.7.tar.gz new file mode 100644 index 0000000..6d98a9c --- /dev/null +++ b/cryptography-42.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecbfbc00bf55888edda9868a4cf927205de8499e7fabe6c050322298382953f2 +size 671230 diff --git a/python-cryptography.changes b/python-cryptography.changes index 7ab5c66..56ab089 100644 --- a/python-cryptography.changes +++ b/python-cryptography.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue May 7 16:14:05 UTC 2024 - Dirk Müller + +- update to 42.0.7: + * Restored Windows 7 compatibility for our pre-built wheels. + Note that we do not test on Windows 7 and wheels for our next + release will not support it. Microsoft no longer provides + support for Windows 7 and users are encouraged to upgrade. + ------------------------------------------------------------------- Tue May 7 07:34:43 UTC 2024 - Dirk Müller diff --git a/python-cryptography.spec b/python-cryptography.spec index 7fb9187..3ad0e87 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -27,7 +27,7 @@ %endif %{?sle15_python_module_pythons} Name: python-cryptography%{psuffix} -Version: 42.0.6 +Version: 42.0.7 Release: 0 Summary: Python library which exposes cryptographic recipes and primitives License: Apache-2.0 OR BSD-3-Clause