From 7bc7794fb8781236259a020a4d90a46f799b734185d36e2445083ce03b1c7bc7 Mon Sep 17 00:00:00 2001 From: Niels Abspoel Date: Thu, 19 Feb 2015 18:57:01 +0000 Subject: [PATCH] Accepting request 286833 from home:aboe76:branches:devel:languages:python minor bugfix release OBS-URL: https://build.opensuse.org/request/show/286833 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=17 --- libnacl-1.4.0.tar.gz | 3 --- libnacl-1.4.1.tar.gz | 3 +++ python-libnacl.changes | 7 +++++++ python-libnacl.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 libnacl-1.4.0.tar.gz create mode 100644 libnacl-1.4.1.tar.gz diff --git a/libnacl-1.4.0.tar.gz b/libnacl-1.4.0.tar.gz deleted file mode 100644 index b6331c6..0000000 --- a/libnacl-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fee644e684472b307e864db0d01d81915e7fc2c9fd4a64c15a35e4883102d7d5 -size 28233 diff --git a/libnacl-1.4.1.tar.gz b/libnacl-1.4.1.tar.gz new file mode 100644 index 0000000..169011d --- /dev/null +++ b/libnacl-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cebd82dc652b562749937cba0c228ec3b8f566adcd186a90bac9f56e00a2d0f +size 28688 diff --git a/python-libnacl.changes b/python-libnacl.changes index c93b643..19455ea 100644 --- a/python-libnacl.changes +++ b/python-libnacl.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 19 18:50:58 UTC 2015 - aboe76@gmail.com + +- Updated to 1.4.1 + + Fix for crypto_auth_verify and crypto_auth_onetimeverify + + Lint fixes and updates + ------------------------------------------------------------------- Mon Nov 3 19:35:19 UTC 2014 - aboe76@gmail.com diff --git a/python-libnacl.spec b/python-libnacl.spec index 920c971..980e602 100644 --- a/python-libnacl.spec +++ b/python-libnacl.spec @@ -16,7 +16,7 @@ # Name: python-libnacl -Version: 1.4.0 +Version: 1.4.1 Release: 0 License: Apache-2.0 Summary: Python bindings for libsodium/tweetnacl based on ctypes