From 999d5b48546b4741b73cdeb1d4fdb8687e956efc06d53191f136a18995852943 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 16 Feb 2021 15:49:24 +0000 Subject: [PATCH] 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 --- geventhttpclient-1.4.4.tar.gz | 3 --- geventhttpclient-1.4.5.tar.gz | 3 +++ python-geventhttpclient.changes | 8 ++++++++ python-geventhttpclient.spec | 6 ++++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 geventhttpclient-1.4.4.tar.gz create mode 100644 geventhttpclient-1.4.5.tar.gz diff --git a/geventhttpclient-1.4.4.tar.gz b/geventhttpclient-1.4.4.tar.gz deleted file mode 100644 index e2c6a89..0000000 --- a/geventhttpclient-1.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f59e5153f22e4a0be27b48aece8e45e19c1da294f8c49442b1c9e4d152c5c4c3 -size 57620 diff --git a/geventhttpclient-1.4.5.tar.gz b/geventhttpclient-1.4.5.tar.gz new file mode 100644 index 0000000..2bb9552 --- /dev/null +++ b/geventhttpclient-1.4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f0ab18d84ef26ba0c9df73ae2a41ba30a46072b447f2e36c740400de4a63d44 +size 58183 diff --git a/python-geventhttpclient.changes b/python-geventhttpclient.changes index 51311d4..4e655fa 100644 --- a/python-geventhttpclient.changes +++ b/python-geventhttpclient.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 16 14:50:32 UTC 2021 - Ben Greiner + +- 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 diff --git a/python-geventhttpclient.spec b/python-geventhttpclient.spec index 08d9d1b..fce4413 100644 --- a/python-geventhttpclient.spec +++ b/python-geventhttpclient.spec @@ -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