Hello community,

here is the log from the commit of package python-argon2-cffi for 
openSUSE:Factory checked in at 2019-06-07 12:17:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-argon2-cffi (Old)
 and      /work/SRC/openSUSE:Factory/.python-argon2-cffi.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-argon2-cffi"

Fri Jun  7 12:17:58 2019 rev:5 rq:707609 version:19.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-argon2-cffi/python-argon2-cffi.changes    
2019-04-04 12:01:39.353325988 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-argon2-cffi.new.4811/python-argon2-cffi.changes
  2019-06-07 12:17:59.540797587 +0200
@@ -1,0 +2,5 @@
+Tue Jun  4 13:50:57 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Skip test that randomly fails in obs test_argument_ranges
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-argon2-cffi.spec ++++++
--- /var/tmp/diff_new_pack.y5KppC/_old  2019-06-07 12:18:00.116797404 +0200
+++ /var/tmp/diff_new_pack.y5KppC/_new  2019-06-07 12:18:00.120797402 +0200
@@ -23,7 +23,7 @@
 Summary:        The Argon2 password hashing algorithm for Python
 License:        MIT
 Group:          Development/Languages/Python
-URL:            https://argon2-cffi.readthedocs.io/
+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}
@@ -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


Reply via email to