From 8ada713fb770fae2696e32169a9468d867a0428b Mon Sep 17 00:00:00 2001 From: doupengda Date: Tue, 11 Jun 2024 10:59:36 +0800 Subject: [PATCH] add support for loongarch64 --- python-cryptography.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index 87720e3..f87515b 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 -- Gitee