Update to 39.0.1

This commit is contained in:
Maxwell G 2023-02-20 13:49:21 -06:00
commit 63be48138e
No known key found for this signature in database
GPG key ID: F79E4E25E8C661F8
3 changed files with 10 additions and 4 deletions

View file

@ -5,8 +5,8 @@
%global srcname cryptography
Name: python-%{srcname}
Version: 37.0.2
Release: 8%{?dist}
Version: 39.0.1
Release: 1%{?dist}
Summary: PyCA's cryptography library
# cryptography is dual licensed under the Apache-2.0 and BSD-3-Clause,
@ -125,6 +125,10 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \
%{python3_sitearch}/%{srcname}-%{version}-py*.egg-info
%changelog
* Mon Feb 20 2023 Maxwell G <maxwell@gtmx.me> - 39.0.1-1
- Update to 39.0.1. Fixes rhbz#2124729.
- Mitigate CVE-2023-23931.
* Thu Jan 26 2023 Fabio Valentini <decathorpe@gmail.com> - 37.0.2-8
- Ensure correct compiler flags are used for Rust code.