2024-01-06 10:59:56 +01:00
|
|
|
Name: python-cryptography
|
2024-01-06 10:59:57 +01:00
|
|
|
Version: 38.0.4
|
2024-01-06 10:59:57 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 10:59:56 +01:00
|
|
|
Summary: Cryptographic recipes and primitives to Python developers
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/pyca/cryptography
|
2024-01-06 10:59:56 +01:00
|
|
|
Source: https://pypi.debian.net/cryptography/cryptography-%{version}.tar.gz
|
2024-01-06 10:59:56 +01:00
|
|
|
Patch0: python-cryptography-1.5.2-fix_available_backends.patch
|
2024-01-06 10:59:56 +01:00
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 10:59:57 +01:00
|
|
|
BuildRequires: libgcc
|
2024-01-06 10:59:56 +01:00
|
|
|
BuildRequires: libopenssl-devel
|
2024-01-06 10:59:57 +01:00
|
|
|
BuildRequires: libpython3-devel
|
|
|
|
BuildRequires: python3.7dist(cffi)
|
2024-01-06 10:59:56 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 10:59:57 +01:00
|
|
|
BuildRequires: python-setuptools-rust-py3
|
2024-01-06 10:59:57 +01:00
|
|
|
BuildRequires: python-setuptools-rust-py310
|
2024-01-06 10:59:56 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
2024-01-06 10:59:57 +01:00
|
|
|
%endif
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n cryptography-%{version}
|
2024-01-06 10:59:56 +01:00
|
|
|
#%patch0 -p1
|
2024-01-06 10:59:56 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-06 10:59:56 +01:00
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
%if "0%{with_pyver}" != "03"
|
|
|
|
# workaround for build-id file conflict
|
|
|
|
rm -f %{buildroot}%{python_sitearch}/cryptography/hazmat/bindings/_rust.abi*.so
|
|
|
|
%endif
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-06 10:59:56 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 10:59:57 +01:00
|
|
|
%dir %{python_sitearch}/cryptography-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/cryptography-%{version}-py*.egg-info/*
|
2024-01-06 10:59:57 +01:00
|
|
|
%if "0%{with_pyver}" == "03"
|
2024-01-06 10:59:57 +01:00
|
|
|
%{python_sitearch}/cryptography/hazmat/bindings/_rust.abi*.so
|
2024-01-06 10:59:57 +01:00
|
|
|
%endif
|
2024-01-06 10:59:56 +01:00
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 10:59:57 +01:00
|
|
|
* Mon Nov 28 2022 Automatic Build System <autodist@mambasoft.it> 38.0.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Wed Nov 02 2022 Automatic Build System <autodist@mambasoft.it> 38.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Wed Oct 12 2022 Automatic Build System <autodist@mambasoft.it> 38.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Mon Sep 12 2022 Automatic Build System <autodist@mambasoft.it> 38.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Thu Jul 07 2022 Automatic Build System <autodist@mambasoft.it> 37.0.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Wed Jun 22 2022 Automatic Build System <autodist@mambasoft.it> 37.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Thu May 05 2022 Automatic Build System <autodist@mambasoft.it> 37.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Thu Apr 28 2022 Automatic Build System <autodist@mambasoft.it> 37.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Wed Apr 27 2022 Automatic Build System <autodist@mambasoft.it> 37.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Fri Apr 08 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 36.0.2-2mamba
|
|
|
|
- rebuilt with python 3.10
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Wed Mar 16 2022 Automatic Build System <autodist@mambasoft.it> 36.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Sat Jan 22 2022 Automatic Build System <autodist@mambasoft.it> 36.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.2-1mamba
|
|
|
|
- update to 3.3.2
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Fri Dec 11 2020 Automatic Build System <autodist@mambasoft.it> 3.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Thu Dec 10 2020 Automatic Build System <autodist@mambasoft.it> 3.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Wed Oct 28 2020 Automatic Build System <autodist@mambasoft.it> 3.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 26 2020 Automatic Build System <autodist@mambasoft.it> 3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Tue Sep 22 2020 Automatic Build System <autodist@mambasoft.it> 3.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Sun Aug 30 2020 Automatic Build System <autodist@mambasoft.it> 3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Mon Jul 27 2020 Automatic Build System <autodist@mambasoft.it> 3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Fri Apr 24 2020 Automatic Build System <autodist@mambasoft.it> 2.9.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Thu Apr 23 2020 Automatic Build System <autodist@mambasoft.it> 2.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9-1mamba
|
|
|
|
- update to 2.9
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Thu Nov 14 2019 Automatic Build System <autodist@mambasoft.it> 2.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Wed Jun 26 2019 Automatic Build System <autodist@mambasoft.it> 2.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Fri Mar 08 2019 Automatic Build System <autodist@mambasoft.it> 2.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Mon Feb 04 2019 Automatic Build System <autodist@mambasoft.it> 2.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Wed Nov 21 2018 Automatic Build System <autodist@mambasoft.it> 2.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Mon Nov 12 2018 Automatic Build System <autodist@mambasoft.it> 2.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Wed Aug 15 2018 Automatic Build System <autodist@mambasoft.it> 2.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Mon Aug 06 2018 Automatic Build System <autodist@mambasoft.it> 2.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Thu Mar 29 2018 Automatic Build System <autodist@mambasoft.it> 2.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:57 +01:00
|
|
|
* Wed Mar 21 2018 Automatic Build System <autodist@mambasoft.it> 2.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Mon Mar 19 2018 Automatic Build System <autodist@mambasoft.it> 2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Wed Dec 20 2017 Automatic Build System <autodist@mambasoft.it> 2.1.4-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Sat Nov 04 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.3-1mamba
|
|
|
|
- update to 2.1.3
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Fri Apr 14 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-3mamba
|
|
|
|
- fix typo in requirement
|
|
|
|
|
|
|
|
* Thu Apr 13 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-2mamba
|
|
|
|
- require python-packaging and python-asn1crypto
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Fri Mar 17 2017 Automatic Build System <autodist@mambasoft.it> 1.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Sun Jan 29 2017 Automatic Build System <autodist@mambasoft.it> 1.7.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Wed Dec 14 2016 Automatic Build System <autodist@mambasoft.it> 1.7.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Tue Dec 13 2016 Automatic Build System <autodist@mambasoft.it> 1.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Thu Dec 01 2016 Automatic Build System <autodist@mambasoft.it> 1.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Sun Nov 06 2016 Automatic Build System <autodist@mambasoft.it> 1.5.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Mon Oct 17 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.2-2mamba
|
|
|
|
- patched to fix no _available_backends problem (see http://stackoverflow.com/questions/38277915/python-cryptography-multibackend-cannot-be-innitialized#38285941)
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Tue Sep 27 2016 Automatic Build System <autodist@mambasoft.it> 1.5.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Fri Sep 23 2016 Automatic Build System <autodist@mambasoft.it> 1.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Fri Aug 26 2016 Automatic Build System <autodist@mambasoft.it> 1.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Sun Jun 05 2016 Automatic Build System <autodist@mambasoft.it> 1.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Fri Jun 03 2016 Automatic Build System <autodist@mambasoft.it> 1.3.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Thu Jun 02 2016 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Tue Mar 22 2016 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Sat Mar 19 2016 Automatic Build System <autodist@mambasoft.it> 1.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Sat Mar 12 2016 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Sat Jan 30 2016 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Sat Jan 09 2016 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Fri Dec 11 2015 Automatic Build System <autodist@mambasoft.it> 1.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:59:56 +01:00
|
|
|
* Sat Dec 05 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-1mamba
|
|
|
|
- package created using the webbuild interface
|