Hello community, here is the log from the commit of package python-geventhttpclient for openSUSE:Factory checked in at 2020-03-08 22:20:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-geventhttpclient (Old) and /work/SRC/openSUSE:Factory/.python-geventhttpclient.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-geventhttpclient" Sun Mar 8 22:20:49 2020 rev:2 rq:764250 version:1.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-geventhttpclient/python-geventhttpclient.changes 2019-03-29 20:36:37.654593640 +0100 +++ /work/SRC/openSUSE:Factory/.python-geventhttpclient.new.26092/python-geventhttpclient.changes 2020-03-08 22:20:50.747955600 +0100 @@ -1,0 +2,5 @@ +Tue Jan 14 11:07:00 UTC 2020 - Tomáš Chvátal <tchva...@suse.com> + +- skip test test_cookielib_compatibility as it is borked upstream + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-geventhttpclient.spec ++++++ --- /var/tmp/diff_new_pack.Vgb4lh/_old 2020-03-08 22:20:51.599956125 +0100 +++ /var/tmp/diff_new_pack.Vgb4lh/_new 2020-03-08 22:20:51.603956128 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-geventhttpclient # -# 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 @@ -23,7 +23,7 @@ Summary: HTTP client library for gevent License: MIT Group: Development/Languages/Python -URL: http://github.com/gwik/geventhttpclient +URL: https://github.com/gwik/geventhttpclient Source: https://files.pythonhosted.org/packages/source/g/geventhttpclient/geventhttpclient-%{version}.tar.gz Source1: https://raw.githubusercontent.com/gwik/geventhttpclient/master/LICENSE-MIT Patch0: gevent-mark-tests.patch @@ -66,7 +66,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -%python_expand PYTHONPATH=$PYTHONPATH:%{buildroot}%{$python_sitearch} $python -mpytest src/geventhttpclient/tests -m 'not online' +# test_cookielib_compatibility https://github.com/gwik/geventhttpclient/issues/119 +%pytest_arch -m 'not online' -k 'not test_cookielib_compatibility' %files %{python_files} %license LICENSE-MIT