# # Conditional build: %bcond_without doc # Sphinx documentation %bcond_without tests # unit test %define crates_ver 41.0.4 Summary: Crypthography library for Python 3 Summary(pl.UTF-8): Biblioteka Cryptography dla Pythona 3 Name: python3-cryptography Version: 41.0.4 Release: 2 License: Apache v2.0 or BSD Group: Libraries/Python #Source0Download: https://pypi.org/simple/cryptography/ Source0: https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz # Source0-md5: e53b22d4baae5430e881f2f516effa67 #Source1Download: https://pypi.org/simple/cryptography_vectors/ Source1: https://files.pythonhosted.org/packages/source/c/cryptography-vectors/cryptography_vectors-%{version}.tar.gz # Source1-md5: baa05bd96d91129bb8123881fca0129d # cd cryptography-%{version}/src/rust # cargo vendor # tar cJf python3-cryptography-crates-%{version}.tar.xz vendor Cargo.lock Source2: %{name}-crates-%{crates_ver}.tar.xz # Source2-md5: 940f9f8bc4bbdd7d1fe081e38cbf90d3 URL: https://cryptography.io/ BuildRequires: openssl-devel >= 1.1.1d BuildRequires: python3-cffi >= 1.12 BuildRequires: python3-devel >= 1:3.7 BuildRequires: python3-setuptools >= 1:61.0.0 BuildRequires: python3-setuptools_rust >= 0.11.4 BuildRequires: rpm-build >= 4.6 BuildRequires: rpm-pythonprov >= 5.4.15-48 BuildRequires: rpmbuild(macros) >= 2.004 BuildRequires: rust >= 1.56.0 %if %{with tests} BuildRequires: python3-hypothesis >= 1.11.4 BuildRequires: python3-pretend BuildRequires: python3-pytest >= 6.2.0 BuildRequires: python3-pytest-benchmark %endif %if %{with doc} # TODO: bump to 1.1.1 / 5.3.0 resp. BuildRequires: python3-sphinx_rtd_theme >= 1.0.0 BuildRequires: sphinx-pdg-3 >= 4.5.0 BuildRequires: tar >= 1:1.22 BuildRequires: xz %endif Requires: openssl >= 1.1.1d ExclusiveArch: %{rust_arches} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 3.6+ and PyPy3 7.2+. cryptography includes both high level recipes and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests, and key derivation functions. %description -l pl.UTF-8 cryptography to pakiet zaprojektowany w celu udostępnienia funkcji i obiektów kryptograficznych programistom Pythona. Celem jest dostarczenie "standardowej biblioteki kryptograficznej". Obsługuje Pythona 3.6+ oraz PyPy 7.2+. cryptography zawiera zarówno funkcje wysokopoziomowe, jak i niskopoziomowe interfejsy do popularnych algorytmów kryptograficznych, takich jak szyfry symetryczne, skróty wiadomości czy funkcje wyprowadzające klucze. %package apidocs Summary: API documentation for cryptography module Summary(pl.UTF-8): Dokumentacja API modułu cryptography Group: Documentation BuildArch: noarch %description apidocs API documentation for cryptography module. %description apidocs -l pl.UTF-8 Dokumentacja API modułu cryptography. %prep %setup -q -n cryptography-%{version} %{?with_tests:-a1} %if %{with tests} %{__mv} cryptography_vectors-%{version}/cryptography_vectors . %endif cd src/rust tar xf %{SOURCE2} # use our offline registry export CARGO_HOME="$(pwd)/.cargo" mkdir -p "$CARGO_HOME" cat >.cargo/config <