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

python311-h2-4.2.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-h2 Distribution: openSUSE Tumbleweed
Version: 4.2.0 Vendor: openSUSE
Release: 1.1 Build date: Tue Feb 11 10:03:44 2025
Group: Unspecified Build host: reproducible
Size: 701406 Source RPM: python-h2-4.2.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/python-hyper/hyper-h2
Summary: HTTP/2 State-Machine based protocol implementation
Pure-Python implementation of a HTTP/2 protocol stack.
It's written from the ground up to be embeddable in whatever program
you choose to use, ensuring that you can speak HTTP/2 regardless of
your programming paradigm.

Provides

Requires

License

MIT

Changelog

* Tue Feb 11 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 4.2.0
    * Support for Python 3.6 has been removed.
    * Support for Python 3.7 has been removed.
    * Support for Python 3.8 has been removed.
    * Remove mistakenly set `max_inbound_frame_size` attribute on `H2Stream`.
    * Support for Python 3.11 has been added.
    * Support for Python 3.12 has been added.
    * Support for Python 3.13 has been added.
    * Add an ability to send outbound cookies separately to improve headers compression.
    * Updated packaging and testing infrastructure.
    * Fix repr() checks for Python 3.11
    * Fix asyncio / wsgi examples.
    * Clarify docs on using curl with http2.
  - Adjust path for patching tests/conftest.py
  - Drop fix-repr-checks-for-py311.patch, merged upstream
  - Switch build system from setuptools to pyproject.toml
    * Add python-pip and python-wheel to BuildRequires
    * Replace %python_build with %pyproject_wheel
    * Replace %python_install with %pyproject_install
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Mon Dec 19 2022 Dirk Müller <dmueller@suse.com>
  - add fix-repr-checks-for-py311.patch
* Thu Jan 06 2022 Ben Greiner <code@bnavigator.de>
  - Update to 4.1.0
    * Support for Python 3.9 has been added.
    * Support for Python 3.10 has been added.
    * New example for a Python socket HTTP/2 client.
    * New `OutputLogger` for use with ``h2.config.logger``. This is
      only provided for convenience and not part of the stable API.
    * Header validation now rejects empty header names with a
      ProtocolError. While hpack decodes such header blocks without
      issues, they violate the HTTP semantics.
    * Fix TE header name in error message.
  - Drop h2-pr1248-disable-hypothesis-healthcheck.patch merged
    upstream
  - Register hypothesis profile for slow obs executions.
* Mon Mar 29 2021 Ben Greiner <code@bnavigator.de>
  - Add h2-pr1248-disable-hypothesis-healthcheck.patch to disable
    hypthesis health check failures. Thanks to the Fedora maintainer.
    gh#python-hyper/h2#1248
* Sat Nov 21 2020 John Vandenberg <jayvdb@gmail.com>
  - Drop hyperframe.patch no longer needed
  - Skip flaky tests test_connection_only_empty & test_delegated_eq
    that hypothesis is failing on s390x
  - Update to v4.0.0
    * Support for Python 2.7-3.5 has been dropped
    * Support for Python 3.8 has been added.
    * Receiving DATA before HEADERS now raises a ProtocolError
      (see https://tools.ietf.org/html/rfc7540#section-8.1)
* Tue Sep 15 2020 Marketa Calabkova <mcalabkova@suse.com>
  - Add hyperframe.patch to fix build with hyperframe 6
* Sat Mar 14 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Fix build without python2
* Thu Feb 27 2020 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 3.2.0:
    * Receiving DATA frames on closed (or reset) streams now properly emit a
      WINDOW_UPDATE to keep the connection flow window topped up.
    * h2.config.logger now uses a trace(...) function, in addition to
      debug(...).

Files

/usr/lib/python3.11/site-packages/h2
/usr/lib/python3.11/site-packages/h2-4.2.0.dist-info
/usr/lib/python3.11/site-packages/h2-4.2.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/h2-4.2.0.dist-info/LICENSE
/usr/lib/python3.11/site-packages/h2-4.2.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/h2-4.2.0.dist-info/RECORD
/usr/lib/python3.11/site-packages/h2-4.2.0.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/h2-4.2.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/h2-4.2.0.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/h2/__init__.py
/usr/lib/python3.11/site-packages/h2/__pycache__
/usr/lib/python3.11/site-packages/h2/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/h2/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/h2/__pycache__/config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/h2/__pycache__/config.cpython-311.pyc
/usr/lib/python3.11/site-packages/h2/__pycache__/connection.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/h2/__pycache__/connection.cpython-311.pyc
/usr/lib/python3.11/site-packages/h2/__pycache__/errors.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/h2/__pycache__/errors.cpython-311.pyc
/usr/lib/python3.11/site-packages/h2/__pycache__/events.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/h2/__pycache__/events.cpython-311.pyc
/usr/lib/python3.11/site-packages/h2/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/h2/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/h2/__pycache__/frame_buffer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/h2/__pycache__/frame_buffer.cpython-311.pyc
/usr/lib/python3.11/site-packages/h2/__pycache__/settings.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/h2/__pycache__/settings.cpython-311.pyc
/usr/lib/python3.11/site-packages/h2/__pycache__/stream.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/h2/__pycache__/stream.cpython-311.pyc
/usr/lib/python3.11/site-packages/h2/__pycache__/utilities.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/h2/__pycache__/utilities.cpython-311.pyc
/usr/lib/python3.11/site-packages/h2/__pycache__/windows.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/h2/__pycache__/windows.cpython-311.pyc
/usr/lib/python3.11/site-packages/h2/config.py
/usr/lib/python3.11/site-packages/h2/connection.py
/usr/lib/python3.11/site-packages/h2/errors.py
/usr/lib/python3.11/site-packages/h2/events.py
/usr/lib/python3.11/site-packages/h2/exceptions.py
/usr/lib/python3.11/site-packages/h2/frame_buffer.py
/usr/lib/python3.11/site-packages/h2/py.typed
/usr/lib/python3.11/site-packages/h2/settings.py
/usr/lib/python3.11/site-packages/h2/stream.py
/usr/lib/python3.11/site-packages/h2/utilities.py
/usr/lib/python3.11/site-packages/h2/windows.py
/usr/share/doc/packages/python311-h2
/usr/share/doc/packages/python311-h2/CHANGELOG.rst
/usr/share/doc/packages/python311-h2/README.rst
/usr/share/licenses/python311-h2
/usr/share/licenses/python311-h2/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Feb 12 23:53:52 2025