File tree Expand file tree Collapse file tree
SPECS/python-cryptography Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Summary: Python cryptography library
33Name: python-cryptography
44Version: 42.0.5
5- Release: 2 %{?dist }
5+ Release: 3 %{?dist }
66License: ASL 2.0
77Vendor: Microsoft Corporation
88Distribution: Azure Linux
@@ -103,14 +103,17 @@ openssl req \
103103 -out mariner.cert
104104openssl rsa -in mariner.key -out mariner.pem
105105mv 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
107107PYTHONPATH=%{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
You can’t perform that action at this time.
0 commit comments