automatic version update by autodist [release 44.0.1-1mamba;Wed Feb 12 2025]
This commit is contained in:
parent
217566d19c
commit
bd559846bf
@ -1,6 +1,6 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-cryptography
|
Name: python-cryptography
|
||||||
Version: 42.0.8
|
Version: 44.0.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Cryptographic recipes and primitives to Python developers
|
Summary: Cryptographic recipes and primitives to Python developers
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -20,7 +20,6 @@ BuildRequires: python3.11dist(cffi)
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||||
BuildRequires: python-setuptools-rust-py3
|
BuildRequires: python-setuptools-rust-py3
|
||||||
BuildRequires: python-setuptools-rust-py310
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -29,9 +28,11 @@ BuildRequires: python-setuptools-rust-py310
|
|||||||
%pyver_package
|
%pyver_package
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# Unclear if this string requirement on setuptools!=75.2.0 makes sense here
|
||||||
|
sed -i "s|,!=75.2.0||" pyproject.toml
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n cryptography-%{version}
|
%setup -q -n cryptography-%{version}
|
||||||
#%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# https://github.com/pyca/cryptography/issues/9023
|
# 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/*
|
%{python_sitearch}/%{pkgname}-%{version}.dist-info/*
|
||||||
%dir %{python_sitearch}/%{pkgname}
|
%dir %{python_sitearch}/%{pkgname}
|
||||||
%{python_sitearch}/%{pkgname}/*
|
%{python_sitearch}/%{pkgname}/*
|
||||||
|
%{python3_sitearch}/rust/Cargo.toml
|
||||||
|
%dir %{python3_sitearch}/rust/cryptography-*
|
||||||
|
%{python3_sitearch}/rust/cryptography-*/Cargo.toml
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 12 2025 Automatic Build System <autodist@openmamba.org> 44.0.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Nov 28 2024 Automatic Build System <autodist@openmamba.org> 44.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Nov 02 2024 Automatic Build System <autodist@openmamba.org> 43.0.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Sep 06 2024 Automatic Build System <autodist@openmamba.org> 43.0.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Jul 21 2024 Automatic Build System <autodist@openmamba.org> 43.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Jun 05 2024 Automatic Build System <autodist@openmamba.org> 42.0.8-1mamba
|
* Wed Jun 05 2024 Automatic Build System <autodist@openmamba.org> 42.0.8-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user