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

python3-h2-3.2.0-3.2.2 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: python3-h2 Distribution: SUSE Linux Enterprise 15
Version: 3.2.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 3.2.2 Build date: Mon Jul 20 11:12:20 2020
Group: Development/Languages/Python Build host: sheep96
Size: 596147 Source RPM: python-h2-3.2.0-3.2.2.src.rpm
Packager: https://www.suse.com/
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

* Thu Feb 27 2020 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(...).
* Wed Dec 04 2019 tchvatal@suse.com
  - Skip one test that is flaky
* Thu Nov 14 2019 steven.kowalik@suse.com
  - Drop unused dependancies on pytest-cov and pytest-xdist.
* Thu Sep 12 2019 tchvatal@suse.com
  - Update to 3.1.1:
    * Ignore WINDOW_UPDATE and RST_STREAM frames received after stream closure.
  - Drop patch pytest5.patch
* Fri Jul 26 2019 tchvatal@suse.com
  - Add patch to fix building with pytest5 pytest5.patch
* Fri Jul 26 2019 tchvatal@suse.com
  - Skip flaky test in OBS:
    * test_changing_max_frame_size
* Fri Jul 19 2019 tchvatal@suse.com
  - Use pytest4 for now, link upstream ticket
* Tue May 14 2019 aballiet@suse.com
  - Updated testing line to current standard
  - Removed symlink in install line
* Thu Mar 28 2019 jayvdb@gmail.com
  - Set URL to more useful https://github.com/python-hyper/hyper-h2
  - Update to v3.1.0
    * API Changes (Backward-Incompatible)
      +  h2.connection.H2Connection.data_to_send first and only
      argument ``amt`` was renamed to ``amount``
      + Support for Python 3.3 has been removed.
    * API Changes (Backward-Compatible)
      + h2.connection.H2Connection.send_data now supports ``data``
      parameter being a ``memoryview`` object.
      + Refactor ping-related events: a h2.events.PingReceived event is
      fired when a PING frame is received and a h2.events.PingAckReceived
      event is fired when a PING frame with an ACK flag is received
      + h2.events.PingAcknowledged is deprecated in favour of the
      identical h2.events.PingAckReceived
      + Added ENABLE_CONNECT_PROTOCOL to h2.settings.SettingCodes
      + Support CONNECT requests with a ``:protocol`` pseudo header
      thereby supporting RFC 8441.
      + A limit to the number of closed streams kept in memory by the
      connection is applied. It can be configured by
      h2.connection.H2Connection.MAX_CLOSED_STREAMS
    * Debug logging when stream_id is None is now fixed and no longer errors.
* Tue Dec 04 2018 mcepl@suse.com
  - Remove superfluous devel dependency for noarch package
* Fri Apr 21 2017 aloisio@gmx.com
  - Update to version 3.0.1 (see HISTORY.rst)
  - Converted to single-spec
  - Enabled tests
* Tue Dec 27 2016 aloisio@gmx.com
  - Initial package (2.5.1)

Files

/usr/lib/python3.6/site-packages/h2
/usr/lib/python3.6/site-packages/h2-3.2.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/h2-3.2.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/h2-3.2.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/h2-3.2.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/h2-3.2.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/h2-3.2.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/h2/__init__.py
/usr/lib/python3.6/site-packages/h2/__pycache__
/usr/lib/python3.6/site-packages/h2/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/h2/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/h2/__pycache__/config.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/h2/__pycache__/config.cpython-36.pyc
/usr/lib/python3.6/site-packages/h2/__pycache__/connection.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/h2/__pycache__/connection.cpython-36.pyc
/usr/lib/python3.6/site-packages/h2/__pycache__/errors.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/h2/__pycache__/errors.cpython-36.pyc
/usr/lib/python3.6/site-packages/h2/__pycache__/events.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/h2/__pycache__/events.cpython-36.pyc
/usr/lib/python3.6/site-packages/h2/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/h2/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/h2/__pycache__/frame_buffer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/h2/__pycache__/frame_buffer.cpython-36.pyc
/usr/lib/python3.6/site-packages/h2/__pycache__/settings.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/h2/__pycache__/settings.cpython-36.pyc
/usr/lib/python3.6/site-packages/h2/__pycache__/stream.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/h2/__pycache__/stream.cpython-36.pyc
/usr/lib/python3.6/site-packages/h2/__pycache__/utilities.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/h2/__pycache__/utilities.cpython-36.pyc
/usr/lib/python3.6/site-packages/h2/__pycache__/windows.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/h2/__pycache__/windows.cpython-36.pyc
/usr/lib/python3.6/site-packages/h2/config.py
/usr/lib/python3.6/site-packages/h2/connection.py
/usr/lib/python3.6/site-packages/h2/errors.py
/usr/lib/python3.6/site-packages/h2/events.py
/usr/lib/python3.6/site-packages/h2/exceptions.py
/usr/lib/python3.6/site-packages/h2/frame_buffer.py
/usr/lib/python3.6/site-packages/h2/settings.py
/usr/lib/python3.6/site-packages/h2/stream.py
/usr/lib/python3.6/site-packages/h2/utilities.py
/usr/lib/python3.6/site-packages/h2/windows.py
/usr/share/doc/packages/python3-h2
/usr/share/doc/packages/python3-h2/HISTORY.rst
/usr/share/doc/packages/python3-h2/README.rst
/usr/share/licenses/python3-h2
/usr/share/licenses/python3-h2/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024