2020-09-15 13:12:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 15 13:10:43 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- Add hyperframe.patch to fix build with hyperframe 6
|
|
|
|
|
2020-03-14 08:37:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 14 08:37:11 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Fix build without python2
|
|
|
|
|
2020-02-27 05:45:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 27 05:43:42 UTC 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(...).
|
|
|
|
|
2019-11-14 06:59:01 +00:00
|
|
|
-------------------------------------------------------------------
|
2019-12-04 09:27:23 +00:00
|
|
|
Wed Dec 4 09:27:07 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Skip one test that is flaky
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-11-14 06:59:01 +00:00
|
|
|
Thu Nov 14 06:57:45 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Drop unused dependancies on pytest-cov and pytest-xdist.
|
|
|
|
|
2019-09-12 10:06:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 12 10:04:22 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 3.1.1:
|
|
|
|
* Ignore WINDOW_UPDATE and RST_STREAM frames received after stream closure.
|
|
|
|
- Drop patch pytest5.patch
|
|
|
|
|
2019-07-26 10:06:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 26 10:02:54 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Add patch to fix building with pytest5 pytest5.patch
|
|
|
|
|
2019-07-26 09:58:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 26 09:58:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Skip flaky test in OBS:
|
|
|
|
* test_changing_max_frame_size
|
|
|
|
|
2019-07-19 09:00:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 19 08:59:56 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Use pytest4 for now, link upstream ticket
|
|
|
|
|
2019-05-14 20:03:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 14 19:21:59 UTC 2019 - Drew Balliet <aballiet@suse.com>
|
|
|
|
|
|
|
|
- Updated testing line to current standard
|
|
|
|
- Removed symlink in install line
|
|
|
|
|
2019-03-28 08:45:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 28 04:06:48 UTC 2019 - John Vandenberg <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.
|
|
|
|
|
2018-12-04 13:33:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:49:07 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2017-04-24 15:14:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 21 19:25:18 UTC 2017 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Update to version 3.0.1 (see HISTORY.rst)
|
|
|
|
- Converted to single-spec
|
|
|
|
- Enabled tests
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 27 14:34:57 UTC 2016 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Initial package (2.5.1)
|
|
|
|
|