X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=python-cryptography.spec;h=8cb876beabe23fcb6ad702ee71a81cb6eb4c35d2;hb=6c9680f283d192fad6e841763ec7ba5b2cfc1c26;hp=bbc87207b19cab7ffb76eeb2b1d1c505bb5a0ab0;hpb=226a2f8d4ad00f666569af1f8566dd3509a429f1;p=packages%2Fpython3-cryptography.git diff --git a/python-cryptography.spec b/python-cryptography.spec index bbc8720..8cb876b 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -6,27 +6,32 @@ Summary: Crypthography library for Python 2 Summary(pl.UTF-8): Biblioteka Cryptography dla Pythona 2 Name: python-cryptography -Version: 0.8.2 -Release: 1 +Version: 1.2.3 +Release: 2 License: Apache v2.0 or BSD Group: Libraries/Python Source0: https://pypi.python.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz -# Source0-md5: 7d33499e851300c194cbb0396de72462 +# Source0-md5: 5474d2b3e8c7555a60852e48d2743f85 URL: https://cryptography.io/ BuildRequires: openssl-devel >= 0.9.8 +BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.710 %if %{with python2} -BuildRequires: python-cffi >= 0.8 +BuildRequires: python-cffi >= 1.4.1 BuildRequires: python-devel >= 1:2.6 +BuildRequires: python-enum34 +BuildRequires: python-pyasn1 +BuildRequires: python-setuptools BuildRequires: python-six >= 1.4.1 %endif %if %{with python3} -BuildRequires: python3-cffi >= 0.8 +BuildRequires: python3-cffi >= 1.4.1 BuildRequires: python3-devel >= 1:3.2 +BuildRequires: python3-pyasn1 +BuildRequires: python3-setuptools BuildRequires: python3-six >= 1.4.1 %endif -BuildRequires: rpm-pythonprov -BuildRequires: rpmbuild(macros) >= 1.612 -Requires: python-cffi >= 0.8 +Requires: python-cffi >= 1.4.1 Requires: python-six >= 1.4.1 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -59,7 +64,7 @@ Ten pakiet zawiera moduły Pythona 2. Summary: Crypthography library for Python 3 Summary(pl.UTF-8): Biblioteka Cryptography dla Pythona 3 Group: Libraries/Python -Requires: python3-cffi >= 0.8 +Requires: python3-cffi >= 1.4.1 Requires: python3-six >= 1.4.1 %description -n python3-cryptography @@ -94,12 +99,12 @@ Ten pakiet zawiera moduły Pythona 3. export CFLAGS="%{rpmcflags}" %if %{with python2} -%{__python} setup.py build \ +%py_build \ --build-base build-2 %endif %if %{with python2} -%{__python3} setup.py build \ +%py3_build \ --build-base build-3 %endif @@ -107,25 +112,13 @@ export CFLAGS="%{rpmcflags}" rm -rf $RPM_BUILD_ROOT %if %{with python2} -%{__python} setup.py \ - build --build-base build-2 \ - install --skip-build \ - --optimize=2 \ - --root=$RPM_BUILD_ROOT +%py_install %py_postclean -%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/cryptography/hazmat/bindings/__pycache__/*.c -%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/cryptography/hazmat/primitives/src/*.[ch] %endif %if %{with python3} -%{__python3} setup.py \ - build --build-base build-3 \ - install --skip-build \ - --optimize=2 \ - --root=$RPM_BUILD_ROOT - -%{__rm} $RPM_BUILD_ROOT%{py3_sitedir}/cryptography/hazmat/primitives/src/*.[ch] +%py3_install %endif %clean @@ -136,7 +129,6 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc AUTHORS.rst README.rst LICENSE.APACHE LICENSE.BSD %dir %{py_sitedir}/cryptography -%attr(755,root,root) %{py_sitedir}/cryptography/_*_cffi_*.so %{py_sitedir}/cryptography/*.py[co] %dir %{py_sitedir}/cryptography/hazmat %{py_sitedir}/cryptography/hazmat/*.py[co] @@ -148,10 +140,13 @@ rm -rf $RPM_BUILD_ROOT %{py_sitedir}/cryptography/hazmat/backends/openssl/*.py[co] %dir %{py_sitedir}/cryptography/hazmat/bindings %{py_sitedir}/cryptography/hazmat/bindings/*.py[co] +%attr(755,root,root) %{py_sitedir}/cryptography/hazmat/bindings/_*.so %dir %{py_sitedir}/cryptography/hazmat/bindings/commoncrypto %{py_sitedir}/cryptography/hazmat/bindings/commoncrypto/*.py[co] %dir %{py_sitedir}/cryptography/hazmat/bindings/openssl %{py_sitedir}/cryptography/hazmat/bindings/openssl/*.py[co] +%dir %{py_sitedir}/cryptography/hazmat/primitives/interfaces +%{py_sitedir}/cryptography/hazmat/primitives/interfaces/*.py[co] %dir %{py_sitedir}/cryptography/hazmat/primitives %{py_sitedir}/cryptography/hazmat/primitives/*.py[co] %dir %{py_sitedir}/cryptography/hazmat/primitives/asymmetric @@ -162,6 +157,8 @@ rm -rf $RPM_BUILD_ROOT %{py_sitedir}/cryptography/hazmat/primitives/kdf/*.py[co] %dir %{py_sitedir}/cryptography/hazmat/primitives/twofactor %{py_sitedir}/cryptography/hazmat/primitives/twofactor/*.py[co] +%dir %{py_sitedir}/cryptography/x509 +%{py_sitedir}/cryptography/x509/*.py[co] %{py_sitedir}/cryptography-%{version}-py*.egg-info %endif @@ -170,7 +167,6 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc AUTHORS.rst README.rst LICENSE.APACHE LICENSE.BSD %dir %{py3_sitedir}/cryptography -%attr(755,root,root) %{py3_sitedir}/cryptography/_*_cffi_*.so %{py3_sitedir}/cryptography/*.py %{py3_sitedir}/cryptography/__pycache__ %dir %{py3_sitedir}/cryptography/hazmat @@ -188,12 +184,16 @@ rm -rf $RPM_BUILD_ROOT %dir %{py3_sitedir}/cryptography/hazmat/bindings %{py3_sitedir}/cryptography/hazmat/bindings/*.py %{py3_sitedir}/cryptography/hazmat/bindings/__pycache__ +%attr(755,root,root) %{py3_sitedir}/cryptography/hazmat/bindings/_*.so %dir %{py3_sitedir}/cryptography/hazmat/bindings/commoncrypto %{py3_sitedir}/cryptography/hazmat/bindings/commoncrypto/*.py %{py3_sitedir}/cryptography/hazmat/bindings/commoncrypto/__pycache__ %dir %{py3_sitedir}/cryptography/hazmat/bindings/openssl %{py3_sitedir}/cryptography/hazmat/bindings/openssl/*.py %{py3_sitedir}/cryptography/hazmat/bindings/openssl/__pycache__ +%dir %{py3_sitedir}/cryptography/hazmat/primitives/interfaces +%{py3_sitedir}/cryptography/hazmat/primitives/interfaces/*.py +%{py3_sitedir}/cryptography/hazmat/primitives/interfaces/__pycache__ %dir %{py3_sitedir}/cryptography/hazmat/primitives %{py3_sitedir}/cryptography/hazmat/primitives/*.py %{py3_sitedir}/cryptography/hazmat/primitives/__pycache__ @@ -209,5 +209,8 @@ rm -rf $RPM_BUILD_ROOT %dir %{py3_sitedir}/cryptography/hazmat/primitives/twofactor %{py3_sitedir}/cryptography/hazmat/primitives/twofactor/*.py %{py3_sitedir}/cryptography/hazmat/primitives/twofactor/__pycache__ +%dir %{py3_sitedir}/cryptography/x509 +%{py3_sitedir}/cryptography/x509/*.py +%{py3_sitedir}/cryptography/x509/__pycache__ %{py3_sitedir}/cryptography-%{version}-py*.egg-info %endif