Update to 35.0.0 (#2009117)
This commit is contained in:
parent
33bbaec862
commit
6fb44d50f2
7 changed files with 9 additions and 1070 deletions
|
|
@ -6,8 +6,8 @@
|
|||
%global pyo3_version 0.13.1
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 3.4.7
|
||||
Release: 6%{?dist}
|
||||
Version: 35.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: PyCA's cryptography library
|
||||
|
||||
License: ASL 2.0 or BSD
|
||||
|
|
@ -16,10 +16,6 @@ Source0: https://github.com/pyca/cryptography/archive/%{version}/%{srcnam
|
|||
# created by ./vendor_rust.py helper script
|
||||
Source1: cryptography-%{version}-vendor.tar.bz2
|
||||
Source2: conftest-skipper.py
|
||||
Patch0001: 0001-fix-pkcs12-parse-ordering.-fixes-5872-5879.patch
|
||||
Patch0002: 0002-WIP-3.0.0-support-5250.patch
|
||||
Patch0003: 0003-switch-to-using-EVP_PKEY_derive-instead-of-DH_comput.patch
|
||||
Patch0004: 0004-Use-well-defined-enum-representation.patch
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
|
||||
|
|
@ -119,6 +115,9 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \
|
|||
%{python3_sitearch}/%{srcname}-%{version}-py*.egg-info
|
||||
|
||||
%changelog
|
||||
* Thu Sep 30 2021 Christian Heimes <cheimes@redhat.com> - 35.0-1
|
||||
- Update to 35.0.0 (#2009117)
|
||||
|
||||
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 3.4.7-6
|
||||
- Rebuilt with OpenSSL 3.0.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue