From bd559846bf58dd2d0938111fa96847b788a8c1d0 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Mon, 17 Feb 2025 17:01:22 +0100 Subject: [PATCH] automatic version update by autodist [release 44.0.1-1mamba;Wed Feb 12 2025] --- python-cryptography.spec | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/python-cryptography.spec b/python-cryptography.spec index e158bae..14aa5ab 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-cryptography -Version: 42.0.8 +Version: 44.0.1 Release: 1mamba Summary: Cryptographic recipes and primitives to Python developers Group: System/Libraries @@ -20,7 +20,6 @@ BuildRequires: python3.11dist(cffi) ## AUTOBUILDREQ-END BuildRequires: python3-devel >= 3.11.5-3mamba BuildRequires: python-setuptools-rust-py3 -BuildRequires: python-setuptools-rust-py310 %description %{summary}. @@ -29,9 +28,11 @@ BuildRequires: python-setuptools-rust-py310 %pyver_package %endif +# Unclear if this string requirement on setuptools!=75.2.0 makes sense here +sed -i "s|,!=75.2.0||" pyproject.toml + %prep %setup -q -n cryptography-%{version} -#%patch0 -p1 %build # https://github.com/pyca/cryptography/issues/9023 @@ -55,9 +56,27 @@ CC=clang CFLAGS="%{optflags}" RUSTFLAGS+="-Clinker-plugin-lto -Clinker=clang -Cl %{python_sitearch}/%{pkgname}-%{version}.dist-info/* %dir %{python_sitearch}/%{pkgname} %{python_sitearch}/%{pkgname}/* +%{python3_sitearch}/rust/Cargo.toml +%dir %{python3_sitearch}/rust/cryptography-* +%{python3_sitearch}/rust/cryptography-*/Cargo.toml %doc LICENSE %changelog +* Wed Feb 12 2025 Automatic Build System 44.0.1-1mamba +- automatic version update by autodist + +* Thu Nov 28 2024 Automatic Build System 44.0.0-1mamba +- automatic version update by autodist + +* Sat Nov 02 2024 Automatic Build System 43.0.3-1mamba +- automatic version update by autodist + +* Fri Sep 06 2024 Automatic Build System 43.0.1-1mamba +- automatic version update by autodist + +* Sun Jul 21 2024 Automatic Build System 43.0.0-1mamba +- automatic version update by autodist + * Wed Jun 05 2024 Automatic Build System 42.0.8-1mamba - automatic version update by autodist