From 5060d5700d6cbefee9a5e3beaed59fc25d21bc5f16534e27c9785b173e74be6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 19 Feb 2019 16:43:50 +0000 Subject: [PATCH] Accepting request 677425 from home:jayvdb:django - Update from v18.1.0 to v19.1.0 OBS-URL: https://build.opensuse.org/request/show/677425 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argon2-cffi?expand=0&rev=6 --- argon2_cffi-18.1.0.tar.gz | 3 --- argon2_cffi-19.1.0.tar.gz | 3 +++ python-argon2-cffi.changes | 27 ++++++++++++++++++++++++++- python-argon2-cffi.spec | 6 +++--- 4 files changed, 32 insertions(+), 7 deletions(-) delete mode 100644 argon2_cffi-18.1.0.tar.gz create mode 100644 argon2_cffi-19.1.0.tar.gz diff --git a/argon2_cffi-18.1.0.tar.gz b/argon2_cffi-18.1.0.tar.gz deleted file mode 100644 index 733b64e..0000000 --- a/argon2_cffi-18.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e4b75611b73f53012117ad21cdde7a17b32d1e99ff6799f22d827eb83a2a59b -size 1802732 diff --git a/argon2_cffi-19.1.0.tar.gz b/argon2_cffi-19.1.0.tar.gz new file mode 100644 index 0000000..2d588bf --- /dev/null +++ b/argon2_cffi-19.1.0.tar.gz @@ -0,0 +1,3 @@ +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 5097f51..b59aaad 100644 --- a/python-argon2-cffi.changes +++ b/python-argon2-cffi.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Feb 19 12:11:20 UTC 2019 - John Vandenberg + +- Update to v19.1.0 + * Vendoring Argon2 @ 670229c + * Added support for Argon2 v1.2 hashes in argon2.extract_parameters() +- from 18.3.0 + * Vendoring Argon2 @ 670229c + * argon2.PasswordHasher's hash type is now configurable +- from 18.2.0 + * Vendoring Argon2 @ 670229c + * The hash type for ``argon2.PasswordHasher`` is Argon2\ **id** now. + This decision has been made based on the recommendations in the latest + Argon2 RFC draft + * To make the change of hash type backward compatible, + argon2.PasswordHasher.verify() now determines the type of the hash and + verifies it accordingly + * Some of the hash parameters have been made stricter to be closer to said + recommendations. The current goal for a hash verification times is around 50ms + * To allow for bespoke decisions about upgrading Argon2 parameters, it's now + possible to extract them from a hash via argon2.extract_parameters() + * Additionally argon2.PasswordHasher now has a check_needs_rehash() method + that allows to verify whether a hash has been created with the instance's + parameters or whether it should be rehashed + ------------------------------------------------------------------- Wed Aug 8 15:07:52 UTC 2018 - jengelh@inai.de @@ -11,4 +36,4 @@ Wed Aug 8 14:02:08 UTC 2018 - tchvatal@suse.com ------------------------------------------------------------------- Wed Aug 8 13:36:02 UTC 2018 - tchvatal@suse.com -- Initial package, used by Django +- Initial package for v18.1.0, used by Django diff --git a/python-argon2-cffi.spec b/python-argon2-cffi.spec index cbe9d11..5a0f62d 100644 --- a/python-argon2-cffi.spec +++ b/python-argon2-cffi.spec @@ -1,7 +1,7 @@ # # spec file for package python-argon2-cffi # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-argon2-cffi -Version: 18.1.0 +Version: 19.1.0 Release: 0 Summary: The Argon2 password hashing algorithm for Python License: MIT