From 646bae90ff7ba568d0250544e04c6ada6c2554eb Mon Sep 17 00:00:00 2001 From: gordonwwang Date: Tue, 18 Jul 2023 11:43:45 +0800 Subject: [PATCH] Rebuilt for rust 1.69.0 --- python-cryptography.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index 045821f..cca0a79 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -6,7 +6,7 @@ Summary: PyCA's cryptography library Name: python-%{srcname} Version: 38.0.2 -Release: 5%{?dist} +Release: 6%{?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 @@ -82,6 +82,9 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \ %{python3_sitearch}/%{srcname}-%{version}-py*.egg-info %changelog +* Tue Jul 18 2023 Wang Guodong - 38.0.2-6 +- Rebuilt for rust 1.69.0 + * Fri Apr 28 2023 OpenCloudOS Release Engineering - 38.0.2-5 - Rebuilt for OpenCloudOS Stream 23.05 -- Gitee