14
0

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
This commit is contained in:
Niels Abspoel
2014-11-03 19:46:06 +00:00
committed by Git OBS Bridge
parent d2d401ef15
commit db985c72bc
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8045a4b82f23ae4d6a07732b4998029ac51957bed16534c2b12d926ead35188
size 25952

3
libnacl-1.4.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fee644e684472b307e864db0d01d81915e7fc2c9fd4a64c15a35e4883102d7d5
size 28233

View File

@@ -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 Thu Oct 2 20:43:02 UTC 2014 - aboe76@gmail.com

View File

@@ -16,7 +16,7 @@
# #
Name: python-libnacl Name: python-libnacl
Version: 1.3.6 Version: 1.4.0
Release: 0 Release: 0
License: Apache-2.0 License: Apache-2.0
Summary: Python bindings for libsodium/tweetnacl based on ctypes Summary: Python bindings for libsodium/tweetnacl based on ctypes