Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-geventhttpclient for
openSUSE:Factory checked in at 2022-11-05 14:46:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-geventhttpclient (Old)
and /work/SRC/openSUSE:Factory/.python-geventhttpclient.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-geventhttpclient"
Sat Nov 5 14:46:29 2022 rev:6 rq:1033551 version:2.0.8
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-geventhttpclient/python-geventhttpclient.changes
2021-02-16 22:35:01.549540827 +0100
+++
/work/SRC/openSUSE:Factory/.python-geventhttpclient.new.2275/python-geventhttpclient.changes
2022-11-05 14:46:31.154506405 +0100
@@ -1,0 +2,10 @@
+Fri Nov 4 10:52:22 UTC 2022 - [email protected]
+
+- version update to 2.0.8
+ * lot of changes, see
+ https://github.com/geventhttpclient/geventhttpclient/releases
+- do not require python-six
+- deleted patches
+ - remove_mock.patch (upstreamed)
+
+-------------------------------------------------------------------
Old:
----
geventhttpclient-1.4.5.tar.gz
remove_mock.patch
New:
----
geventhttpclient-2.0.8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-geventhttpclient.spec ++++++
--- /var/tmp/diff_new_pack.DE2yDD/_old 2022-11-05 14:46:32.226512657 +0100
+++ /var/tmp/diff_new_pack.DE2yDD/_new 2022-11-05 14:46:32.254512821 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-geventhttpclient
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,8 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-geventhttpclient
-Version: 1.4.5
+Version: 2.0.8
Release: 0
Summary: HTTP client library for gevent
License: MIT
@@ -27,22 +26,21 @@
Source:
https://files.pythonhosted.org/packages/source/g/geventhttpclient/geventhttpclient-%{version}.tar.gz
# PATCH-FIX-UPSTREAM remove_mock.patch gh#gwik/geventhttpclient#135
[email protected]
# remove dependency on the external module mock
-Patch0: remove_mock.patch
+BuildRequires: %{python_module Brotli}
BuildRequires: %{python_module certifi}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module dpkt}
BuildRequires: %{python_module gevent}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module six}
%if 0%{?suse_version} <= 1500
BuildRequires: python-mock
%endif
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-Brotli
Requires: python-certifi
Requires: python-gevent
-Requires: python-six
%python_subpackages
%description
@@ -74,7 +72,8 @@
%files %{python_files}
%doc README.mdown
-%license LICENSE-MIT
-%{python_sitearch}/*
+%license LICENSE.txt
+%{python_sitearch}/geventhttpclient
+%{python_sitearch}/geventhttpclient-%{version}*-info
%changelog
++++++ geventhttpclient-1.4.5.tar.gz -> geventhttpclient-2.0.8.tar.gz ++++++
++++ 21286 lines of diff (skipped)