14
0
forked from pool/python-scrypt

- update to 0.8.19:

* Use RtlGenRandom instead of CryptGenRandom on windows
  * Add check for c:\Program Files\OpenSSL-Win64 and c:\Program Files\OpenSSL-Win32

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scrypt?expand=0&rev=15
This commit is contained in:
2021-12-06 20:31:40 +00:00
committed by Git OBS Bridge
parent a65f7df9e1
commit b68bd7fd9a
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Dec 6 20:29:45 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.8.19:
* Use RtlGenRandom instead of CryptGenRandom on windows
* Add check for c:\Program Files\OpenSSL-Win64 and c:\Program Files\OpenSSL-Win32
-------------------------------------------------------------------
Thu Jun 17 21:19:29 UTC 2021 - Dirk Müller <dmueller@suse.com>