Hello community,
here is the log from the commit of package python-argon2-cffi for
openSUSE:Leap:15.2 checked in at 2020-02-21 23:48:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-argon2-cffi (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-argon2-cffi.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-argon2-cffi"
Fri Feb 21 23:48:39 2020 rev:5 rq:776413 version:19.2.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-argon2-cffi/python-argon2-cffi.changes
2020-01-15 15:46:38.763364559 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-argon2-cffi.new.26092/python-argon2-cffi.changes
2020-02-21 23:48:40.316485432 +0100
@@ -1,0 +2,12 @@
+Fri Jan 17 12:29:23 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- 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 <[email protected]>
+
+- Skip test that randomly fails in obs test_argument_ranges
+
+-------------------------------------------------------------------
Old:
----
argon2_cffi-19.1.0.tar.gz
New:
----
argon2-cffi-19.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-argon2-cffi.spec ++++++
--- /var/tmp/diff_new_pack.9RCMUf/_old 2020-02-21 23:48:40.756486307 +0100
+++ /var/tmp/diff_new_pack.9RCMUf/_new 2020-02-21 23:48:40.760486314 +0100
@@ -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://argon2-cffi.readthedocs.io/
-Source:
https://files.pythonhosted.org/packages/source/a/argon2_cffi/argon2_cffi-%{version}.tar.gz
+URL: https://github.com/hynek/argon2_cffi
+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 @@
C library.
%prep
-%setup -q -n argon2_cffi-%{version}
+%setup -q -n argon2-cffi-%{version}
%build
export ARGON2_CFFI_USE_SYSTEM=1
@@ -61,7 +61,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
-%pytest_arch
+# test_argument_ranges - randomly fails
+%pytest_arch -k 'not test_argument_ranges'
%files %{python_files}
%doc README.rst CHANGELOG.rst FAQ.rst