Accepting request 823068 from devel:languages:python

- 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/request/show/823068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argon2-cffi?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2020-08-01 10:30:49 +00:00 committed by Git OBS Bridge
commit 3a039cf819
4 changed files with 11 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ffaa623eea77b497ffbdd1a51e941b33d3bf552c60f14dbee274c4070677bda3
size 1816417

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8029b2d3e4b4cea770e9e5a0104dd8fa185c1724a0f01528ae4826a6d25f97d
size 1814415

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> Mon Mar 16 10:12:33 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2 %bcond_without python2
Name: python-argon2-cffi Name: python-argon2-cffi
Version: 19.2.0 Version: 20.1.0
Release: 0 Release: 0
Summary: The Argon2 password hashing algorithm for Python Summary: The Argon2 password hashing algorithm for Python
License: MIT License: MIT