forked from pool/python-libnacl
Accepting request 868490 from home:aboe76:branches:devel:languages:python
- Update to 1.7.2 * remove encoding parameter json.loads for python 3.9 compatibility * implement functions for equal-comparison and hashing keys * improved spec file OBS-URL: https://build.opensuse.org/request/show/868490 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=42
This commit is contained in:
3
libnacl-1.7.2.tar.gz
Normal file
3
libnacl-1.7.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bbfbb595ba6acfdd8f40a143bddb62c54fb53580330ed6ba3dca1ba4036437bb
|
||||||
|
size 43343
|
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 1 23:12:44 UTC 2021 - Niels Abspoel <aboe76@gmail.com>
|
||||||
|
|
||||||
|
- Update to 1.7.2
|
||||||
|
* remove encoding parameter json.loads for python 3.9 compatibility
|
||||||
|
* implement functions for equal-comparison and hashing keys
|
||||||
|
* improved spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 3 13:12:32 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
Tue Mar 3 13:12:32 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-libnacl
|
Name: python-libnacl
|
||||||
Version: 1.7.1
|
Version: 1.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for libsodium based on ctypes
|
Summary: Python bindings for libsodium based on ctypes
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/saltstack/libnacl
|
URL: https://github.com/saltstack/libnacl
|
||||||
Source0: https://github.com/saltstack/libnacl/archive/v%{version}.tar.gz
|
Source0: https://github.com/saltstack/libnacl/archive/libnacl-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@@ -32,7 +32,7 @@ BuildRequires: python-rpm-macros
|
|||||||
BuildRequires: pkgconfig(libsodium)
|
BuildRequires: pkgconfig(libsodium)
|
||||||
# This will need updating and verification but smart magic is not copied by
|
# This will need updating and verification but smart magic is not copied by
|
||||||
# singlespec macros
|
# singlespec macros
|
||||||
Requires: libsodium23
|
Requires: libsodium >= 0.5.0
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:87f7990aa59fc6275e9db1c6b3345e4ba78f73bd0a99f4d17c0faf0809f05fce
|
|
||||||
size 43232
|
|
Reference in New Issue
Block a user