From 4dfe8d49cab81c22f947bfffcabba96fe7dc58cfd2f4648d756fadb2c7c1f1f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 17 Jan 2020 12:54:30 +0000 Subject: [PATCH] Accepting request 765258 from home:mcalabkova:branches:devel:languages:python - update to 19.2.0 * Python 3.4 is not supported anymore. * The dependency on enum34 is now protected using a PEP 508 marker. OBS-URL: https://build.opensuse.org/request/show/765258 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argon2-cffi?expand=0&rev=12 --- argon2-cffi-19.2.0.tar.gz | 3 +++ argon2_cffi-19.1.0.tar.gz | 3 --- python-argon2-cffi.changes | 7 +++++++ python-argon2-cffi.spec | 8 ++++---- 4 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 argon2-cffi-19.2.0.tar.gz delete mode 100644 argon2_cffi-19.1.0.tar.gz 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