diff --git a/argon2-cffi-19.2.0.tar.gz b/argon2-cffi-19.2.0.tar.gz deleted file mode 100644 index f777852..0000000 --- a/argon2-cffi-19.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffaa623eea77b497ffbdd1a51e941b33d3bf552c60f14dbee274c4070677bda3 -size 1816417 diff --git a/argon2-cffi-20.1.0.tar.gz b/argon2-cffi-20.1.0.tar.gz new file mode 100644 index 0000000..c605748 --- /dev/null +++ b/argon2-cffi-20.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8029b2d3e4b4cea770e9e5a0104dd8fa185c1724a0f01528ae4826a6d25f97d +size 1814415 diff --git a/python-argon2-cffi.changes b/python-argon2-cffi.changes index 61e3d03..265f8eb 100644 --- a/python-argon2-cffi.changes +++ b/python-argon2-cffi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jul 28 06:32:23 UTC 2020 - Steve Kowalik + +- Update to 20.1.0: + * It is now possible to manually override the detection of SSE2 using + the ``ARGON2_CFFI_USE_SSE2`` environment variable. + ------------------------------------------------------------------- Mon Mar 16 10:12:33 UTC 2020 - Tomáš Chvátal diff --git a/python-argon2-cffi.spec b/python-argon2-cffi.spec index 2055a07..d958544 100644 --- a/python-argon2-cffi.spec +++ b/python-argon2-cffi.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-argon2-cffi -Version: 19.2.0 +Version: 20.1.0 Release: 0 Summary: The Argon2 password hashing algorithm for Python License: MIT