14
0
forked from pool/python-scrypt

Accepting request 689329 from home:pgajdos

- version update to 0.8.13
  * improve build for conda forge
  * Add SCRYPT_WINDOWS_LINK_LEGACY_OPENSSL environment variable,
    when set, openssl 1.0.2 is linked
  * fix build for conda feedstock
  * use the static libcrypto_static for windows and openssl 1.1.1
- enable testsuite
- package LICENSE

OBS-URL: https://build.opensuse.org/request/show/689329
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scrypt?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-03-28 13:40:32 +00:00
committed by Git OBS Bridge
parent 23f2e5535e
commit 1e5f39a209
4 changed files with 26 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Mar 28 12:15:20 UTC 2019 - pgajdos@suse.com
- version update to 0.8.13
* improve build for conda forge
* Add SCRYPT_WINDOWS_LINK_LEGACY_OPENSSL environment variable,
when set, openssl 1.0.2 is linked
* fix build for conda feedstock
* use the static libcrypto_static for windows and openssl 1.1.1
- enable testsuite
- package LICENSE
-------------------------------------------------------------------
Mon Dec 10 12:06:44 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>