Compare commits

...

No commits in common. "c8" and "c8-beta" have entirely different histories.
c8 ... c8-beta

1 changed files with 2 additions and 7 deletions

View File

@ -6,7 +6,7 @@
Name: python-%{srcname}
Version: 3.2.1
Release: 7%{?dist}
Release: 6%{?dist}
Summary: PyCA's cryptography library
Group: Development/Libraries
@ -75,9 +75,7 @@ find . -name .keep -print -delete
rm -f tests/hazmat/primitives/test_padding.py
# don't run hypothesis tests
rm -rf tests/hypothesis
PYTHONPATH=%{buildroot}%{python3_sitearch} \
%{__python3} -m pytest \
-k "not test_decrypt_invalid_decrypt"
PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest
%files -n python%{python3_pkgversion}-%{srcname}
@ -88,9 +86,6 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} \
%changelog
* Fri Dec 01 2023 Christian Heimes <cheimes@redhat.com> - 3.2.1-7
- Fix FTBFS caused by rsa_pkcs1_implicit_rejection OpenSSL feature, resolves: RHEL-17873
* Wed Feb 22 2023 Christian Heimes <cheimes@redhat.com> - 3.2.1-6
- Fix CVE-2023-23931: Don't allow update_into to mutate immutable objects, resolves rhbz#2172404