15
0

- Update to 20.1.0:

* It is now possible to manually override the detection of SSE2 using
    the ``ARGON2_CFFI_USE_SSE2`` environment variable.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argon2-cffi?expand=0&rev=16
This commit is contained in:
2020-07-28 06:34:28 +00:00
committed by Git OBS Bridge
parent f6c50e49e4
commit 9741e37dab
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jul 28 06:32:23 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <tchvatal@suse.com>