14
0

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:
2021-02-02 08:09:32 +00:00
committed by Git OBS Bridge
parent d9718a5664
commit 2caf29efe9
4 changed files with 14 additions and 6 deletions

3
libnacl-1.7.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bbfbb595ba6acfdd8f40a143bddb62c54fb53580330ed6ba3dca1ba4036437bb
size 43343

View File

@@ -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>

View File

@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-libnacl
Version: 1.7.1
Version: 1.7.2
Release: 0
Summary: Python bindings for libsodium based on ctypes
License: Apache-2.0
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 setuptools}
BuildRequires: fdupes
@@ -32,7 +32,7 @@ BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(libsodium)
# This will need updating and verification but smart magic is not copied by
# singlespec macros
Requires: libsodium23
Requires: libsodium >= 0.5.0
%python_subpackages
%description

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87f7990aa59fc6275e9db1c6b3345e4ba78f73bd0a99f4d17c0faf0809f05fce
size 43232