From db985c72bc05bceae326306ba90f8f56f600789c4496adf4d1f9c44e3ecee14a Mon Sep 17 00:00:00 2001 From: Niels Abspoel Date: Mon, 3 Nov 2014 19:46:06 +0000 Subject: [PATCH] Accepting request 259550 from home:aboe76:branches:devel:languages:python minor update to libnacl, for new blake hash OBS-URL: https://build.opensuse.org/request/show/259550 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=15 --- libnacl-1.3.6.tar.gz | 3 --- libnacl-1.4.0.tar.gz | 3 +++ python-libnacl.changes | 8 ++++++++ python-libnacl.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 libnacl-1.3.6.tar.gz create mode 100644 libnacl-1.4.0.tar.gz diff --git a/libnacl-1.3.6.tar.gz b/libnacl-1.3.6.tar.gz deleted file mode 100644 index fc53cce..0000000 --- a/libnacl-1.3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8045a4b82f23ae4d6a07732b4998029ac51957bed16534c2b12d926ead35188 -size 25952 diff --git a/libnacl-1.4.0.tar.gz b/libnacl-1.4.0.tar.gz new file mode 100644 index 0000000..b6331c6 --- /dev/null +++ b/libnacl-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee644e684472b307e864db0d01d81915e7fc2c9fd4a64c15a35e4883102d7d5 +size 28233 diff --git a/python-libnacl.changes b/python-libnacl.changes index 3b965b3..c93b643 100644 --- a/python-libnacl.changes +++ b/python-libnacl.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Nov 3 19:35:19 UTC 2014 - aboe76@gmail.com + +- Updated to 1.4.0 + + Initial support has been added for the blake2b hash algorithm + + Fix issue with keyfile saves on windows + + Fix libsodium detection for Ubuntu manual installs and Windows dll detection + ------------------------------------------------------------------- Thu Oct 2 20:43:02 UTC 2014 - aboe76@gmail.com diff --git a/python-libnacl.spec b/python-libnacl.spec index 32e3f98..920c971 100644 --- a/python-libnacl.spec +++ b/python-libnacl.spec @@ -16,7 +16,7 @@ # Name: python-libnacl -Version: 1.3.6 +Version: 1.4.0 Release: 0 License: Apache-2.0 Summary: Python bindings for libsodium/tweetnacl based on ctypes