Skip to content

Commit af89812

Browse files
authored
Fix Ptest python-Cryptography (#13691)
1 parent 3c19036 commit af89812

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

SPECS/python-cryptography/python-cryptography.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Summary: Python cryptography library
33
Name: python-cryptography
44
Version: 42.0.5
5-
Release: 2%{?dist}
5+
Release: 3%{?dist}
66
License: ASL 2.0
77
Vendor: Microsoft Corporation
88
Distribution: Azure Linux
@@ -103,14 +103,17 @@ openssl req \
103103
-out mariner.cert
104104
openssl rsa -in mariner.key -out mariner.pem
105105
mv mariner.pem %{_sysconfdir}/ssl/certs
106-
pip3 install pretend pytest hypothesis iso8601 cryptography_vectors pytz iniconfig
106+
pip3 install pretend pytest hypothesis iso8601 cryptography_vectors==%{version} pytz iniconfig
107107
PYTHONPATH=%{buildroot}%{python3_sitearch} \
108108
%{__python3} -m pytest -v tests
109109

110110
%files -n python3-cryptography -f %{pyproject_files}
111111
%license LICENSE
112112

113113
%changelog
114+
* Tue May 06 2025 Riken Maharjan <rmaharjan@microsoft.com> - 42.0.5-3
115+
- Fix Ptest for python-cryptography
116+
114117
* Mon Mar 18 2024 Brian Fjeldstad <bfjelds@microsoft.com> - 42.0.5-2
115118
- Build rust backings
116119

0 commit comments

Comments
 (0)