14
0

- update to 2.0.9:

* Add square brackets for Host header when using IPv6 address
  * Enable ppc64le wheels

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-geventhttpclient?expand=0&rev=19
This commit is contained in:
2023-05-04 20:39:05 +00:00
committed by Git OBS Bridge
parent 0770f21df7
commit f6712a37fc
4 changed files with 13 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5f782c419643f74be4d0918c0d2b63956ef6ddc7a2127f07cbb8033a75ab366f
size 76142

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8abc39d346e923bd6a7b405d38dd01e19146594b6304032f382eda8b0f631513
size 76416

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu May 4 20:36:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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

View File

@@ -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