14
0

Accepting request 311692 from home:aboe76:branches:devel:languages:python

minor bugfix release from upstream

OBS-URL: https://build.opensuse.org/request/show/311692
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=21
This commit is contained in:
Niels Abspoel
2015-06-11 20:48:49 +00:00
committed by Git OBS Bridge
parent 4defe18413
commit 48b4d93bc6
4 changed files with 14 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jun 11 20:39:13 UTC 2015 - aboe76@gmail.com
- Updated to 1.4.3
- crypto_onetimeauth_verify fixes
+ Fix a call to the crypto_onetimeauth_verify routine into the right libsodium system
+ Add tests for crypto_onetimeauth_verify
- Add support for reading file streams for key loading
-------------------------------------------------------------------
Tue Mar 17 18:42:08 UTC 2015 - aboe76@gmail.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-libnacl
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
#
Name: python-libnacl
Version: 1.4.2
Version: 1.4.3
Release: 0
License: Apache-2.0
Summary: Python bindings for libsodium/tweetnacl based on ctypes