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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f59e5153f22e4a0be27b48aece8e45e19c1da294f8c49442b1c9e4d152c5c4c3
size 57620

View File

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

View File

@@ -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> Mon Dec 14 00:36:02 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-geventhttpclient # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-geventhttpclient Name: python-geventhttpclient
Version: 1.4.4 Version: 1.4.5
Release: 0 Release: 0
Summary: HTTP client library for gevent Summary: HTTP client library for gevent
License: MIT License: MIT
@@ -58,6 +58,8 @@ APIs like Twitter's.
%prep %prep
%autosetup -p1 -n geventhttpclient-%{version} %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 %build
%python_build %python_build