diff --git a/argon2-cffi-19.2.0.tar.gz b/argon2-cffi-19.2.0.tar.gz new file mode 100644 index 0000000..f777852 --- /dev/null +++ b/argon2-cffi-19.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffaa623eea77b497ffbdd1a51e941b33d3bf552c60f14dbee274c4070677bda3 +size 1816417 diff --git a/argon2_cffi-19.1.0.tar.gz b/argon2_cffi-19.1.0.tar.gz deleted file mode 100644 index 2d588bf..0000000 --- a/argon2_cffi-19.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81548a27b919861040cb928a350733f4f9455dd67c7d1ba92eb5960a1d7f8b26 -size 1808120 diff --git a/python-argon2-cffi.changes b/python-argon2-cffi.changes index 3cbb9f6..e617094 100644 --- a/python-argon2-cffi.changes +++ b/python-argon2-cffi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 17 12:29:23 UTC 2020 - Marketa Calabkova + +- update to 19.2.0 + * Python 3.4 is not supported anymore. + * The dependency on enum34 is now protected using a PEP 508 marker. + ------------------------------------------------------------------- Tue Jun 4 13:50:57 UTC 2019 - Tomáš Chvátal diff --git a/python-argon2-cffi.spec b/python-argon2-cffi.spec index feded50..ae62500 100644 --- a/python-argon2-cffi.spec +++ b/python-argon2-cffi.spec @@ -1,7 +1,7 @@ # # spec file for package python-argon2-cffi # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-argon2-cffi -Version: 19.1.0 +Version: 19.2.0 Release: 0 Summary: The Argon2 password hashing algorithm for Python License: MIT Group: Development/Languages/Python URL: https://github.com/hynek/argon2_cffi -Source: https://files.pythonhosted.org/packages/source/a/argon2_cffi/argon2_cffi-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/a/argon2-cffi/argon2-cffi-%{version}.tar.gz BuildRequires: %{python_module cffi >= 1.0.0} BuildRequires: %{python_module devel} BuildRequires: %{python_module hypothesis} @@ -50,7 +50,7 @@ A Python module that uses CFFI to access the Argon2 password hashing C library. %prep -%setup -q -n argon2_cffi-%{version} +%setup -q -n argon2-cffi-%{version} %build export ARGON2_CFFI_USE_SYSTEM=1