Hello community,
here is the log from the commit of package python-geventhttpclient for
openSUSE:Leap:15.2 checked in at 2020-03-09 18:14:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-geventhttpclient (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-geventhttpclient.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-geventhttpclient"
Mon Mar 9 18:14:15 2020 rev:2 rq:782731 version:1.3.1
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-geventhttpclient/python-geventhttpclient.changes
2020-02-21 10:50:36.603075891 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-geventhttpclient.new.26092/python-geventhttpclient.changes
2020-03-09 18:14:37.849419038 +0100
@@ -1,0 +2,5 @@
+Tue Jan 14 11:07:00 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- skip test test_cookielib_compatibility as it is borked upstream
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-geventhttpclient.spec ++++++
--- /var/tmp/diff_new_pack.SvUB4y/_old 2020-03-09 18:14:38.077419149 +0100
+++ /var/tmp/diff_new_pack.SvUB4y/_new 2020-03-09 18:14:38.077419149 +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