diff --git a/geventhttpclient-2.0.8.tar.gz b/geventhttpclient-2.0.8.tar.gz deleted file mode 100644 index 4380e9f..0000000 --- a/geventhttpclient-2.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f782c419643f74be4d0918c0d2b63956ef6ddc7a2127f07cbb8033a75ab366f -size 76142 diff --git a/geventhttpclient-2.0.9.tar.gz b/geventhttpclient-2.0.9.tar.gz new file mode 100644 index 0000000..b4bd7da --- /dev/null +++ b/geventhttpclient-2.0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8abc39d346e923bd6a7b405d38dd01e19146594b6304032f382eda8b0f631513 +size 76416 diff --git a/python-geventhttpclient.changes b/python-geventhttpclient.changes index 200d78e..e7e7701 100644 --- a/python-geventhttpclient.changes +++ b/python-geventhttpclient.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu May 4 20:36:44 UTC 2023 - Dirk Müller + +- update to 2.0.9: + * Add square brackets for Host header when using IPv6 address + * Enable ppc64le wheels + ------------------------------------------------------------------- Fri Nov 4 10:52:22 UTC 2022 - pgajdos@suse.com diff --git a/python-geventhttpclient.spec b/python-geventhttpclient.spec index bde56bc..e86970b 100644 --- a/python-geventhttpclient.spec +++ b/python-geventhttpclient.spec @@ -1,7 +1,7 @@ # # spec file for package python-geventhttpclient # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,13 @@ Name: python-geventhttpclient -Version: 2.0.8 +Version: 2.0.9 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 -# PATCH-FIX-UPSTREAM remove_mock.patch gh#gwik/geventhttpclient#135 mcepl@suse.com -# remove dependency on the external module mock BuildRequires: %{python_module Brotli} BuildRequires: %{python_module certifi} BuildRequires: %{python_module devel} @@ -33,6 +31,7 @@ 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