From 2caf29efe96d3f38d3c3a5cf9ce8fceb85edc4e59264fbe698fa56e08ef7a220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 2 Feb 2021 08:09:32 +0000 Subject: [PATCH 1/3] 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 --- libnacl-1.7.2.tar.gz | 3 +++ python-libnacl.changes | 8 ++++++++ python-libnacl.spec | 6 +++--- v1.7.1.tar.gz | 3 --- 4 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 libnacl-1.7.2.tar.gz delete mode 100644 v1.7.1.tar.gz diff --git a/libnacl-1.7.2.tar.gz b/libnacl-1.7.2.tar.gz new file mode 100644 index 0000000..b3d2989 --- /dev/null +++ b/libnacl-1.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbfbb595ba6acfdd8f40a143bddb62c54fb53580330ed6ba3dca1ba4036437bb +size 43343 diff --git a/python-libnacl.changes b/python-libnacl.changes index 66a49d0..e8176ea 100644 --- a/python-libnacl.changes +++ b/python-libnacl.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Feb 1 23:12:44 UTC 2021 - Niels Abspoel + +- 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 diff --git a/python-libnacl.spec b/python-libnacl.spec index 5ebb954..f614547 100644 --- a/python-libnacl.spec +++ b/python-libnacl.spec @@ -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 diff --git a/v1.7.1.tar.gz b/v1.7.1.tar.gz deleted file mode 100644 index debd1f3..0000000 --- a/v1.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87f7990aa59fc6275e9db1c6b3345e4ba78f73bd0a99f4d17c0faf0809f05fce -size 43232 From d0b9ec3eaf4f36954abaedc8f4baadcd94a73a283a4af14e42e190626fb0c118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 2 Feb 2021 08:50:58 +0000 Subject: [PATCH 2/3] fix the link OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=43 --- python-libnacl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-libnacl.spec b/python-libnacl.spec index f614547..30ac421 100644 --- a/python-libnacl.spec +++ b/python-libnacl.spec @@ -1,7 +1,7 @@ # # spec file for package python-libnacl # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ 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/libnacl-%{version}.tar.gz +Source0: https://github.com/saltstack/libnacl/archive/v%{version}.tar.gz#/libnacl-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes From 8bf70a9af77706da3588da64251559c6090af1f0fe1208ee55bf51f2a99b2984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 19 Feb 2021 10:18:47 +0000 Subject: [PATCH 3/3] Accepting request 873565 from home:aboe76:branches:devel:languages:python - Revert libsodium requirement back to libsodium23 OBS-URL: https://build.opensuse.org/request/show/873565 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=44 --- python-libnacl.changes | 5 +++++ python-libnacl.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-libnacl.changes b/python-libnacl.changes index e8176ea..960f22d 100644 --- a/python-libnacl.changes +++ b/python-libnacl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 18 20:17:07 UTC 2021 - Niels Abspoel + +- Revert libsodium requirement back to libsodium23 + ------------------------------------------------------------------- Mon Feb 1 23:12:44 UTC 2021 - Niels Abspoel diff --git a/python-libnacl.spec b/python-libnacl.spec index 30ac421..728347a 100644 --- a/python-libnacl.spec +++ b/python-libnacl.spec @@ -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: libsodium >= 0.5.0 +Requires: libsodium23 %python_subpackages %description