14
0

Accepting request 872858 from home:bnavigator:branches:devel:languages:python

- Update to 1.4.5
  * Don't auto parse query string. Add params keyword argument.
- don't try to set a nonexistend attribute for a test
  gh#gwik/geventhttpclient#137

OBS-URL: https://build.opensuse.org/request/show/872858
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-geventhttpclient?expand=0&rev=14
This commit is contained in:
2021-02-16 15:49:24 +00:00
committed by Git OBS Bridge
parent daf4f2c138
commit 999d5b4854
4 changed files with 15 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-geventhttpclient
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-geventhttpclient
Version: 1.4.4
Version: 1.4.5
Release: 0
Summary: HTTP client library for gevent
License: MIT
@@ -58,6 +58,8 @@ APIs like Twitter's.
%prep
%autosetup -p1 -n geventhttpclient-%{version}
# don't try to set this nonexistent attribute -- gh#gwik/geventhttpclient#137
sed -i '/sock.last_seen_sni/ d' src/geventhttpclient/tests/test_ssl.py
%build
%python_build