Update to 41.0.5, resolves RHBZ#2239707

This commit is contained in:
Christian Heimes 2023-10-26 17:20:09 +02:00 committed by Miro Hrončok
commit 1c95190536
3 changed files with 9 additions and 4 deletions

View file

@ -5,8 +5,8 @@
%global srcname cryptography
Name: python-%{srcname}
Version: 41.0.3
Release: 2%{?dist}
Version: 41.0.5
Release: 1%{?dist}
Summary: PyCA's cryptography library
# cryptography is dual licensed under the Apache-2.0 and BSD-3-Clause,
@ -137,6 +137,9 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \
%{python3_sitearch}/%{srcname}-%{version}-py*.egg-info
%changelog
* Thu Oct 26 2023 Christian Heimes <cheimes@redhat.com> - 41.0.5-1
- Update to 41.0.5, resolves RHBZ#2239707
* Fri Dec 01 2023 Fabio Valentini <decathorpe@gmail.com> - 41.0.3-2
- Rebuild for openssl crate >= v0.10.60 (RUSTSEC-2023-0044, RUSTSEC-2023-0072)