diff --git a/python-cryptography.spec b/python-cryptography.spec index 87720e3d75a33147f7ada6452b36cf411d39b937..f87515bfe4e5c14415f2e694a4cc2fd944feb84d 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -1,12 +1,12 @@ %bcond_with tests %global srcname cryptography -%global rust_arches x86_64 aarch64 ppc64le riscv64 +%global rust_arches x86_64 aarch64 ppc64le riscv64 loongarch64 Summary: PyCA's cryptography library Name: python-%{srcname} Version: 41.0.4 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 or BSD URL: https://cryptography.io/en/latest/ Source0: https://github.com/pyca/cryptography/archive/%{version}/%{srcname}-%{version}.tar.gz @@ -85,6 +85,10 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \ %{python3_sitearch}/%{srcname}-%{version}-py*.egg-info %changelog +* Tue Jun 11 2024 Pengda Dou - 41.0.4-3 +- [Type] other +- [DESC] add support for loongarch64 + * Thu Jan 18 2024 jackeyji - 41.0.4-2 - fix CVE-2023-49083