Accepting request 922968 from system:homeautomation:home-assistant:unstable
- update to 3.4.8 - keep new rust support disabled for now to avoid new dependencies OBS-URL: https://build.opensuse.org/request/show/922968 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=138
This commit is contained in:
BIN
cryptography-3.3.2.tar.gz
(Stored with Git LFS)
BIN
cryptography-3.3.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEBf2foWz3VzUNkaVgI1rl8Sn57ZgFAmAgGngACgkQI1rl8Sn5
|
||||
7Zjfdwf8CO3jtW3dYS0sXDMQ1n300gUWW6y90xPj5elUfpG6YDREa+PDioo7CSzU
|
||||
Xb+ldbBqJPaD7aF5MJ3cEp67WcQ6qW5MqkcrRcTlZkA3EqQqIIFf66jYGf63u5kC
|
||||
QXTuU0hVx/JhqXYU8/LOja9lQ0SZirACYVR7pa3wFnJKaQeG0WLuT2ky9+UDW8nI
|
||||
zxuAz/ysLgmlfLE60rUR53nVIu05m2AOQYWNjaWAagwYa72Hqztksot4wNFhAiUu
|
||||
oe7yrbl7iEGkwzCAYWCl6HtSWIoXiQxUXOejzJVhyyOiubWFdDpWrflWUCZJdx2S
|
||||
Dze+PGSBjOUEFW/KFU+mGK3evyImdQ==
|
||||
=RmGY
|
||||
-----END PGP SIGNATURE-----
|
3
cryptography-3.4.8.tar.gz
Normal file
3
cryptography-3.4.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94cc5ed4ceaefcbe5bf38c8fba6a21fc1d365bb8fb826ea1688e3370b2e24a1c
|
||||
size 546907
|
11
cryptography-3.4.8.tar.gz.asc
Normal file
11
cryptography-3.4.8.tar.gz.asc
Normal file
@@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEBf2foWz3VzUNkaVgI1rl8Sn57ZgFAmElKd0ACgkQI1rl8Sn5
|
||||
7Zj4mwf6AoZkFckXshuEY9KYUNAd6rrt/J7MKvTXya3zxdH1nCvj+e9VMa3ariCt
|
||||
/VZ1f7YEM/brN2YnVe9uN+x1CE5Kt9pL2RANXg6AuT0KWwP2FA7e8alSkG7eHfyv
|
||||
zvWfCb8C7IhcoiVGByGF55vRxDQ02n+6/AikBlxQ+3hjQc9HMvjf74SJEhdiCCnu
|
||||
D+PHmHuTu1aYw04MzTzhN3UQQewjzttX8xVYpD8nF/N9IxlEZHIAiyiSLUQ44SNR
|
||||
S8zbkEHe0yQTx8t39w7Hr0yyFTBW9uNsnyc6+HV9+m3FsAsgVd6ZmpM5JH9vKrYb
|
||||
tp8A0Tv5mX5Di0u5ZGjDjjdp+ZeLoQ==
|
||||
=aP3q
|
||||
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 4 07:00:30 UTC 2021 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to 3.4.8
|
||||
- keep new rust support disabled for now to avoid new dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 26 10:07:08 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without python2
|
||||
Name: python-cryptography
|
||||
Version: 3.3.2
|
||||
Version: 3.4.8
|
||||
Release: 0
|
||||
Summary: Python library which exposes cryptographic recipes and primitives
|
||||
License: Apache-2.0 OR BSD-3-Clause
|
||||
@@ -39,6 +39,7 @@ BuildRequires: %{python_module idna >= 2.1}
|
||||
BuildRequires: %{python_module pyasn1-modules}
|
||||
BuildRequires: %{python_module pytz}
|
||||
BuildRequires: %{python_module setuptools >= 11.3}
|
||||
BuildRequires: %{python_module setuptools_rust}
|
||||
BuildRequires: %{python_module six >= 1.4.1}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libopenssl-devel
|
||||
@@ -63,6 +64,7 @@ BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module pretend}
|
||||
BuildRequires: %{python_module pyasn1 >= 0.1.8}
|
||||
BuildRequires: %{python_module pytest > 3.3.0}
|
||||
BuildRequires: %{python_module pytest-subtests}
|
||||
# /SECTION
|
||||
# python-base is not enough, we need the _ssl module
|
||||
Requires: python
|
||||
@@ -89,6 +91,7 @@ functions.
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
export CRYPTOGRAPHY_DONT_BUILD_RUST=1
|
||||
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||
%python_build
|
||||
|
||||
@@ -105,7 +108,7 @@ find . -name .keep -print -delete
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE LICENSE.APACHE LICENSE.BSD
|
||||
%doc AUTHORS.rst CONTRIBUTING.rst CHANGELOG.rst README.rst
|
||||
%doc CONTRIBUTING.rst CHANGELOG.rst README.rst
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user