From eaf2e482fd2b640162ab00074742890199841578 Mon Sep 17 00:00:00 2001 From: ocs-bot Date: Thu, 1 Aug 2024 10:06:48 +0800 Subject: [PATCH] Rebuilt for gcc --- python-cryptography.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index f1bd635..70ad1d1 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -6,7 +6,7 @@ Summary: PyCA's cryptography library Name: python-%{srcname} Version: 41.0.4 -Release: 4%{?dist} +Release: 5%{?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 @@ -76,6 +76,10 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \ %{python3_sitearch}/%{srcname}-%{version}-py*.egg-info %changelog +* Thu Aug 01 2024 Rebuild Robot - 41.0.4-5 +- [Type] bugfix +- [DESC] Rebuilt for gcc + * Fri Jul 26 2024 jackeyji - 41.0.4-4 - [Type] bugfix - [DESC] adapt cargo_prep macro -- Gitee