Accepting request 1041379 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1041379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cryptography?expand=0&rev=69
This commit is contained in:
Dominique Leuenberger 2022-12-09 12:16:37 +00:00 committed by Git OBS Bridge
commit 2a08c892a5
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bfbe6ee19615b07a98b1d2287d6a6073f734735b49ee45b11324d85efc4d5cbd
size 599876

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:175c1a818b87c9ac80bb7377f5520b7f31b3ef2a0004e2420319beadedb67290
size 599786

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Dec 7 16:43:26 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <mcepl@suse.com>

View File

@ -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