diff --git a/python-scrypt.changes b/python-scrypt.changes index b9ccb90..51ca0cf 100644 --- a/python-scrypt.changes +++ b/python-scrypt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Dec 6 20:29:45 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-scrypt.spec b/python-scrypt.spec index 96ab902..7ac7901 100644 --- a/python-scrypt.spec +++ b/python-scrypt.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-scrypt -Version: 0.8.18 +Version: 0.8.19 Release: 0 Summary: Bindings for scrypt License: BSD-2-Clause diff --git a/scrypt-0.8.18.tar.gz b/scrypt-0.8.18.tar.gz deleted file mode 100644 index 70ea625..0000000 --- a/scrypt-0.8.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcf04257af12e6d52974d177a7b08e314b66f350a73f9b6f7b232d69a6a1e041 -size 56651 diff --git a/scrypt-0.8.19.tar.gz b/scrypt-0.8.19.tar.gz new file mode 100644 index 0000000..30c0360 --- /dev/null +++ b/scrypt-0.8.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad143035ae0cf5e97c4b399f4e4686adf442c5f0f06f9f198a0cc6c091335fb7 +size 54770