From c145d025c3c199b4d7e6fb24f784b3a3ae14e85c1d495a7289d4c06c5906f392 Mon Sep 17 00:00:00 2001 From: Niels Abspoel Date: Tue, 2 Sep 2014 17:33:11 +0000 Subject: [PATCH] Accepting request 247274 from home:aboe76:branches:devel:languages:python Updated to version 1.3.4 OBS-URL: https://build.opensuse.org/request/show/247274 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=9 --- libnacl-1.3.2.tar.gz | 3 --- libnacl-1.3.4.tar.gz | 3 +++ python-libnacl.changes | 9 +++++++++ python-libnacl.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 libnacl-1.3.2.tar.gz create mode 100644 libnacl-1.3.4.tar.gz diff --git a/libnacl-1.3.2.tar.gz b/libnacl-1.3.2.tar.gz deleted file mode 100644 index cb566b4..0000000 --- a/libnacl-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c40bf78a5507cdd1013ddf8a2e14a255ecf752ff5d74d440f963221bbb642d32 -size 28297 diff --git a/libnacl-1.3.4.tar.gz b/libnacl-1.3.4.tar.gz new file mode 100644 index 0000000..d6758d2 --- /dev/null +++ b/libnacl-1.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5632041c36d759ad98805a4a14a6a6e5f0dd60cd56cf9946becd5535199ba063 +size 25676 diff --git a/python-libnacl.changes b/python-libnacl.changes index 63147d5..ac4b09c 100644 --- a/python-libnacl.changes +++ b/python-libnacl.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Sep 2 17:28:35 UTC 2014 - aboe76@gmail.com + +- Updated to 1.3.4 + + Fixed issue and add tests for bug where saving and loading a signing key caused a stack trace, se issue #18 + + Change the default ctype values to be more accurate and efficient + + Update soname detection on Linux for libsodium 0.7.0 + + Make soname detection a little more future proof + ------------------------------------------------------------------- Thu Aug 14 18:57:32 UTC 2014 - aboe76@gmail.com diff --git a/python-libnacl.spec b/python-libnacl.spec index 2ce7397..88d8d90 100644 --- a/python-libnacl.spec +++ b/python-libnacl.spec @@ -16,7 +16,7 @@ # Name: python-libnacl -Version: 1.3.2 +Version: 1.3.4 Release: 0 License: Apache-2.0 Summary: Python bindings for libsodium/tweetnacl based on ctypes