From d2d401ef152e5adaa386cfb69ef14530a425f7c4017bf34e1dc8f45ef05c977b Mon Sep 17 00:00:00 2001 From: Niels Abspoel Date: Thu, 2 Oct 2014 20:50:50 +0000 Subject: [PATCH] Accepting request 253707 from home:aboe76:branches:devel:languages:python small update to libnacl from upstream OBS-URL: https://build.opensuse.org/request/show/253707 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=13 --- libnacl-1.3.5.tar.gz | 3 --- libnacl-1.3.6.tar.gz | 3 +++ python-libnacl.changes | 7 +++++++ python-libnacl.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 libnacl-1.3.5.tar.gz create mode 100644 libnacl-1.3.6.tar.gz diff --git a/libnacl-1.3.5.tar.gz b/libnacl-1.3.5.tar.gz deleted file mode 100644 index 5fe2a3b..0000000 --- a/libnacl-1.3.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cde71d46e52a70f52daa92820350d401b6757fb9a4e581200460ddbe0154bf5d -size 25676 diff --git a/libnacl-1.3.6.tar.gz b/libnacl-1.3.6.tar.gz new file mode 100644 index 0000000..fc53cce --- /dev/null +++ b/libnacl-1.3.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8045a4b82f23ae4d6a07732b4998029ac51957bed16534c2b12d926ead35188 +size 25952 diff --git a/python-libnacl.changes b/python-libnacl.changes index 5af0aa8..3b965b3 100644 --- a/python-libnacl.changes +++ b/python-libnacl.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Oct 2 20:43:02 UTC 2014 - aboe76@gmail.com + +- Small update to 1.3.6 + + Restrict library load to specific supported libsodium versions + + fix randombytes functions + ------------------------------------------------------------------- Tue Sep 9 21:14:30 UTC 2014 - aboe76@gmail.com diff --git a/python-libnacl.spec b/python-libnacl.spec index 98c0dfa..32e3f98 100644 --- a/python-libnacl.spec +++ b/python-libnacl.spec @@ -16,7 +16,7 @@ # Name: python-libnacl -Version: 1.3.5 +Version: 1.3.6 Release: 0 License: Apache-2.0 Summary: Python bindings for libsodium/tweetnacl based on ctypes