14
0

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

Updated to latest version 1.4.4

OBS-URL: https://build.opensuse.org/request/show/351962
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=26
This commit is contained in:
2016-01-05 17:01:53 +00:00
committed by Git OBS Bridge
parent f33c837334
commit 9309cbbc05
5 changed files with 30 additions and 21 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jan 4 20:13:15 UTC 2016 - aboe76@gmail.com
- Updated to 1.4.4
- Add pack_nonce options to secretbox
libnacl secretbox has been packing the nonce in each message,
the new pack_nonce option allows for the nonce to be omitted
which allows for more flexible options
- Add soversion 17 detection
Added explicit soversion support for libsodium 17
- Fix crypto_onetimeauth tests
The crypto onetimeauth test issues have been resolved
- Remove tweetnacl Support
The tweetnacl support was never really tested, and since the
tweetnacl api is not complete we have removed support for it
- Add sodium_init calls
Added calls to sodium_init when the lib is loaded
- packaging:
- New BuildRequirement python-setuptools
- Updated the description
- Removed the patch for soname: libnacl-1.4.3_bump_libsodium_soversion.patch
not needed anymore
-------------------------------------------------------------------
Thu Nov 19 17:04:26 UTC 2015 - mrueckert@suse.de