diff --git a/argon2-cffi-20.1.0.tar.gz b/argon2-cffi-20.1.0.tar.gz deleted file mode 100644 index c605748..0000000 --- a/argon2-cffi-20.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8029b2d3e4b4cea770e9e5a0104dd8fa185c1724a0f01528ae4826a6d25f97d -size 1814415 diff --git a/argon2-cffi-21.1.0.tar.gz b/argon2-cffi-21.1.0.tar.gz new file mode 100644 index 0000000..2ee3396 --- /dev/null +++ b/argon2-cffi-21.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f710b61103d1a1f692ca3ecbd1373e28aa5e545ac625ba067ff2feca1b2bb870 +size 1807800 diff --git a/python-argon2-cffi.changes b/python-argon2-cffi.changes index 265f8eb..59755dc 100644 --- a/python-argon2-cffi.changes +++ b/python-argon2-cffi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Nov 14 23:14:06 UTC 2021 - Michael Ströder + +- Update to 21.1.0 +- skip building for Python 2 because not supported anymore + ------------------------------------------------------------------- Tue Jul 28 06:32:23 UTC 2020 - Steve Kowalik diff --git a/python-argon2-cffi.spec b/python-argon2-cffi.spec index d958544..35a2014 100644 --- a/python-argon2-cffi.spec +++ b/python-argon2-cffi.spec @@ -1,7 +1,7 @@ # # spec file for package python-argon2-cffi # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without python2 +%define skip_python2 1 + Name: python-argon2-cffi -Version: 20.1.0 +Version: 21.1.0 Release: 0 Summary: The Argon2 password hashing algorithm for Python License: MIT