rebuilt with python 3.10 [release 36.0.2-2mamba;Fri Apr 08 2022]
This commit is contained in:
parent
2cff2ca2cc
commit
3c6b8162e1
@ -1,6 +1,6 @@
|
|||||||
Name: python-cryptography
|
Name: python-cryptography
|
||||||
Version: 36.0.2
|
Version: 36.0.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Cryptographic recipes and primitives to Python developers
|
Summary: Cryptographic recipes and primitives to Python developers
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -18,6 +18,7 @@ BuildRequires: libpython3-devel
|
|||||||
BuildRequires: python3.7dist(cffi)
|
BuildRequires: python3.7dist(cffi)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python-setuptools-rust-py3
|
BuildRequires: python-setuptools-rust-py3
|
||||||
|
BuildRequires: python-setuptools-rust-py310
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -44,14 +45,24 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
|
|
||||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
|
%if "0%{with_pyver}" != "03"
|
||||||
|
# workaround for build-id file conflict
|
||||||
|
rm -f %{buildroot}%{python_sitearch}/cryptography/hazmat/bindings/_rust.abi*.so
|
||||||
|
%endif
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python_sitearch}/cryptography-%{version}-py*.egg-info
|
%dir %{python_sitearch}/cryptography-%{version}-py*.egg-info
|
||||||
%{python_sitearch}/cryptography-%{version}-py*.egg-info/*
|
%{python_sitearch}/cryptography-%{version}-py*.egg-info/*
|
||||||
|
%if "0%{with_pyver}" == "03"
|
||||||
%{python_sitearch}/cryptography/hazmat/bindings/_rust.abi*.so
|
%{python_sitearch}/cryptography/hazmat/bindings/_rust.abi*.so
|
||||||
|
%endif
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 08 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 36.0.2-2mamba
|
||||||
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
* Wed Mar 16 2022 Automatic Build System <autodist@mambasoft.it> 36.0.2-1mamba
|
* Wed Mar 16 2022 Automatic Build System <autodist@mambasoft.it> 36.0.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user