43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Aug 31 11:53:14 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.3.18:
|
|
* add python 3.11 and 3.12 support
|
|
* Fix error message from Decoder_resume_header
|
|
* Fix Decoder.feed_header and .resume_header docs
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 4 12:40:51 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 5 00:34:18 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to v0.3.16
|
|
* Fix memory leaks due to missing Py_DECREF calls
|
|
* free DecoderObject's and EncoderObject's memory
|
|
* Revert "Allocate encoding / decoding buffers of the heap (fixes: #14)"
|
|
|
|
- Update to v0.3.15
|
|
* Allocate encoding / decoding buffers of the heap (fixes: #14)
|
|
|
|
- Update to 0.3.14
|
|
* Build wheels for arm64 on macos
|
|
* [docs] update copyright years
|
|
|
|
- Update to 0.3.13
|
|
* [package] use pyproject.toml, don't build for musllinux
|
|
* Support Python 3.10, drop Python 3.6
|
|
* [vendor] update ls-qpack to version 1.0.3
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 23 14:50:56 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to v0.3.12
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 19 02:07:22 PM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.3.5
|