Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-geventhttpclient-2.0.11-1.2 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: python310-geventhttpclient Distribution: openSUSE:Factory:zSystems
Version: 2.0.11 Vendor: openSUSE
Release: 1.2 Build date: Thu Dec 7 23:50:28 2023
Group: Development/Languages/Python Build host: reproducible
Size: 212829 Source RPM: python-geventhttpclient-2.0.11-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/gwik/geventhttpclient
Summary: HTTP client library for gevent
A concurrent HTTP client library for Python using gevent.

geventhttpclient uses a HTTP parser, written in C, originating from
nginx, extracted and modified by Joyent.

geventhttpclient has been designed for high concurrency and
streaming, and supports HTTP/1.1 persistent connections. More
generally, it is designed for pulling from REST APIs and streaming
APIs like Twitter's.

Provides

Requires

License

MIT

Changelog

* Thu Dec 07 2023 Dirk Müller <dmueller@suse.com>
  - update to 2.0.11:
    * Support Python 3.12
    * Disable unit tests for no ssl module + fixes for build
* Fri Aug 25 2023 Markéta Machová <mmachova@suse.com>
  - Skip both tests in test_no_module_ssl.py, failing with new gevent
* Thu May 04 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 04 2022 pgajdos@suse.com
  - version update to 2.0.8
    * lot of changes, see
      https://github.com/geventhttpclient/geventhttpclient/releases
  - do not require python-six
  - deleted patches
    - remove_mock.patch (upstreamed)
* Tue Feb 16 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 2020 Benjamin Greiner <code@bnavigator.de>
  - Fix condition around BuildRequirement
* Sun Dec 13 2020 Matej Cepl <mcepl@suse.com>
  - We don't need to break Python 2.7
* Fri Dec 11 2020 Matej Cepl <mcepl@suse.com>
  - Add remove_mock.patch to remove dependency on the external mock
    package (gh#gwik/geventhttpclient#135).
* Sat Aug 01 2020 John Vandenberg <jayvdb@gmail.com>
  - Remove gevent-mark-tests.patch and LICENSE-MIT that are
    now incorporated upstream
  - Update to v1.4.4
    * Add kwargs to exception objects representation
  - from v1.4.3
    * Fix Unhandled UnicodeDecodeError exception if response with
      status 400 and request contains binary payload
  - from v1.4.0
    * httpparser: update http parser to 2.9.4
* Tue Jan 14 2020 Tomáš Chvátal <tchvatal@suse.com>
  - skip test test_cookielib_compatibility as it is borked upstream

Files

/usr/lib64/python3.10/site-packages/geventhttpclient
/usr/lib64/python3.10/site-packages/geventhttpclient-2.0.11-py3.10.egg-info
/usr/lib64/python3.10/site-packages/geventhttpclient-2.0.11-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/geventhttpclient-2.0.11-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/geventhttpclient-2.0.11-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/geventhttpclient-2.0.11-py3.10.egg-info/requires.txt
/usr/lib64/python3.10/site-packages/geventhttpclient-2.0.11-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/geventhttpclient/__init__.py
/usr/lib64/python3.10/site-packages/geventhttpclient/__pycache__
/usr/lib64/python3.10/site-packages/geventhttpclient/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/geventhttpclient/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/geventhttpclient/__pycache__/client.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/geventhttpclient/__pycache__/client.cpython-310.pyc
/usr/lib64/python3.10/site-packages/geventhttpclient/__pycache__/connectionpool.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/geventhttpclient/__pycache__/connectionpool.cpython-310.pyc
/usr/lib64/python3.10/site-packages/geventhttpclient/__pycache__/header.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/geventhttpclient/__pycache__/header.cpython-310.pyc
/usr/lib64/python3.10/site-packages/geventhttpclient/__pycache__/httplib.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/geventhttpclient/__pycache__/httplib.cpython-310.pyc
/usr/lib64/python3.10/site-packages/geventhttpclient/__pycache__/response.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/geventhttpclient/__pycache__/response.cpython-310.pyc
/usr/lib64/python3.10/site-packages/geventhttpclient/__pycache__/url.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/geventhttpclient/__pycache__/url.cpython-310.pyc
/usr/lib64/python3.10/site-packages/geventhttpclient/__pycache__/useragent.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/geventhttpclient/__pycache__/useragent.cpython-310.pyc
/usr/lib64/python3.10/site-packages/geventhttpclient/_parser.cpython-310-s390x-linux-gnu.so
/usr/lib64/python3.10/site-packages/geventhttpclient/client.py
/usr/lib64/python3.10/site-packages/geventhttpclient/connectionpool.py
/usr/lib64/python3.10/site-packages/geventhttpclient/header.py
/usr/lib64/python3.10/site-packages/geventhttpclient/httplib.py
/usr/lib64/python3.10/site-packages/geventhttpclient/response.py
/usr/lib64/python3.10/site-packages/geventhttpclient/url.py
/usr/lib64/python3.10/site-packages/geventhttpclient/useragent.py
/usr/share/doc/packages/python310-geventhttpclient
/usr/share/doc/packages/python310-geventhttpclient/README.mdown
/usr/share/licenses/python310-geventhttpclient
/usr/share/licenses/python310-geventhttpclient/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:50:01 2024