forked from pool/python-geventhttpclient
Accepting request 872871 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/872871 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-geventhttpclient?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f59e5153f22e4a0be27b48aece8e45e19c1da294f8c49442b1c9e4d152c5c4c3
|
||||
size 57620
|
3
geventhttpclient-1.4.5.tar.gz
Normal file
3
geventhttpclient-1.4.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f0ab18d84ef26ba0c9df73ae2a41ba30a46072b447f2e36c740400de4a63d44
|
||||
size 58183
|
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 16 14:50:32 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 14 00:36:02 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user