forked from pool/python-PyNaCl
Accepting request 945150 from home:stroeder:python
- Update to 1.5.0 * Removed support for Python 2.7 and Python 3.5. * Changes of binary wheel distributions. * Update libsodium to 1.0.18-stable (July 25, 2021 release). * Add inline type hints. OBS-URL: https://build.opensuse.org/request/show/945150 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=19
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:54e9a2c849c742006516ad56a88f5c74bf2ce92c9f67435187c3c5953b346505
|
|
||||||
size 3416950
|
|
BIN
PyNaCl-1.5.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
PyNaCl-1.5.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 9 18:54:14 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
- Update to 1.5.0
|
||||||
|
* Removed support for Python 2.7 and Python 3.5.
|
||||||
|
* Changes of binary wheel distributions.
|
||||||
|
* Update libsodium to 1.0.18-stable (July 25, 2021 release).
|
||||||
|
* Add inline type hints.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 8 10:39:20 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Mon Nov 8 10:39:20 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-PyNaCl
|
# spec file for package python-PyNaCl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,8 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
Name: python-PyNaCl
|
Name: python-PyNaCl
|
||||||
Version: 1.4.0
|
Version: 1.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python binding to the Networking and Cryptography (NaCl) library
|
Summary: Python binding to the Networking and Cryptography (NaCl) library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -35,7 +36,7 @@ BuildRequires: %{python_module wheel}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: pkgconfig(libsodium)
|
BuildRequires: pkgconfig(libsodium) >= 1.0.18
|
||||||
Requires: python-cffi
|
Requires: python-cffi
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
|
Reference in New Issue
Block a user