Hello community,
here is the log from the commit of package python-geventhttpclient for
openSUSE:Factory checked in at 2020-08-25 12:39:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-geventhttpclient (Old)
and /work/SRC/openSUSE:Factory/.python-geventhttpclient.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-geventhttpclient"
Tue Aug 25 12:39:08 2020 rev:3 rq:828407 version:1.4.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-geventhttpclient/python-geventhttpclient.changes
2020-03-08 22:20:50.747955600 +0100
+++
/work/SRC/openSUSE:Factory/.python-geventhttpclient.new.3399/python-geventhttpclient.changes
2020-08-25 12:39:29.857422726 +0200
@@ -1,0 +2,13 @@
+Sat Aug 1 05:08:20 UTC 2020 - John Vandenberg <[email protected]>
+
+- Remove gevent-mark-tests.patch and LICENSE-MIT that are
+ now incorporated upstream
+- Update to v1.4.4
+ * Add kwargs to exception objects representation
+- from v1.4.3
+ * Fix Unhandled UnicodeDecodeError exception if response with
+ status 400 and request contains binary payload
+- from v1.4.0
+ * httpparser: update http parser to 2.9.4
+
+-------------------------------------------------------------------
Old:
----
LICENSE-MIT
gevent-mark-tests.patch
geventhttpclient-1.3.1.tar.gz
New:
----
geventhttpclient-1.4.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-geventhttpclient.spec ++++++
--- /var/tmp/diff_new_pack.HNNp3X/_old 2020-08-25 12:39:35.425423776 +0200
+++ /var/tmp/diff_new_pack.HNNp3X/_new 2020-08-25 12:39:35.429423777 +0200
@@ -18,17 +18,16 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-geventhttpclient
-Version: 1.3.1
+Version: 1.4.4
Release: 0
Summary: HTTP client library for gevent
License: MIT
Group: Development/Languages/Python
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
BuildRequires: %{python_module certifi}
BuildRequires: %{python_module devel}
+BuildRequires: %{python_module dpkt}
BuildRequires: %{python_module gevent}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
@@ -54,15 +53,12 @@
%prep
%setup -q -n geventhttpclient-%{version}
-%patch0 -p1
-cp %{SOURCE1} .
%build
%python_build
%install
%python_install
-%python_expand rm -r %{buildroot}%{$python_sitearch}/geventhttpclient/tests/
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
@@ -70,6 +66,7 @@
%pytest_arch -m 'not online' -k 'not test_cookielib_compatibility'
%files %{python_files}
+%doc README.mdown
%license LICENSE-MIT
%{python_sitearch}/*
++++++ geventhttpclient-1.3.1.tar.gz -> geventhttpclient-1.4.4.tar.gz ++++++
++++ 2504 lines of diff (skipped)