From 7de9edad2bb681d4836f555a8b32fbab6d9981e2f299becce4dff4d10983d6b2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 8 Dec 2022 11:47:57 +0000 Subject: [PATCH] Accepting request 1041287 from home:yarunachalam:branches:devel:languages:python - Update to version 38.0.4 * Fixed compilation when using LibreSSL 3.6.0. * Fixed error when using py2app to build an application with a cryptography dependency. OBS-URL: https://build.opensuse.org/request/show/1041287 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=165 --- cryptography-38.0.3.tar.gz | 3 --- cryptography-38.0.4.tar.gz | 3 +++ python-cryptography.changes | 7 +++++++ python-cryptography.spec | 3 ++- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 cryptography-38.0.3.tar.gz create mode 100644 cryptography-38.0.4.tar.gz diff --git a/cryptography-38.0.3.tar.gz b/cryptography-38.0.3.tar.gz deleted file mode 100644 index cc06a74..0000000 --- a/cryptography-38.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfbe6ee19615b07a98b1d2287d6a6073f734735b49ee45b11324d85efc4d5cbd -size 599876 diff --git a/cryptography-38.0.4.tar.gz b/cryptography-38.0.4.tar.gz new file mode 100644 index 0000000..16c47a5 --- /dev/null +++ b/cryptography-38.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175c1a818b87c9ac80bb7377f5520b7f31b3ef2a0004e2420319beadedb67290 +size 599786 diff --git a/python-cryptography.changes b/python-cryptography.changes index 00c23fc..67c9a2b 100644 --- a/python-cryptography.changes +++ b/python-cryptography.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Dec 7 16:43:26 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 38.0.4 + * Fixed compilation when using LibreSSL 3.6.0. + * Fixed error when using py2app to build an application with a cryptography dependency. + ------------------------------------------------------------------- Thu Nov 3 19:17:35 UTC 2022 - Matej Cepl diff --git a/python-cryptography.spec b/python-cryptography.spec index 69b5718..392b436 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -28,7 +28,7 @@ %bcond_with test %endif Name: python-cryptography%{psuffix} -Version: 38.0.3 +Version: 38.0.4 Release: 0 Summary: Python library which exposes cryptographic recipes and primitives License: Apache-2.0 OR BSD-3-Clause @@ -46,6 +46,7 @@ Patch3: remove_python_3_6_deprecation_warning.patch %endif BuildRequires: %{python_module cffi >= 1.12} BuildRequires: %{python_module devel} +BuildRequires: %{python_module exceptiongroup} BuildRequires: %{python_module setuptools-rust} BuildRequires: %{python_module setuptools} BuildRequires: cargo >= 1.41.0