Dirk Mueller
79163674cf
* Explicit Python 3.12 support and build wheels, change min version to 3.8 * Do not install the *.c sources in wheels - update to 0.6.0 (bsc#1212582, CVE-2023-30589): * Bump bundled llhttp to 8.1.1 * Fixes CVE-2023-30589 - restrict to older Cython - Update to version 0.5.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httptools?expand=0&rev=12
68 lines
2.4 KiB
Plaintext
68 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Jan 6 20:48:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.6.1:
|
|
* Explicit Python 3.12 support and build wheels, change min
|
|
version to 3.8
|
|
* Do not install the *.c sources in wheels
|
|
- update to 0.6.0 (bsc#1212582, CVE-2023-30589):
|
|
* Bump bundled llhttp to 8.1.1
|
|
* Fixes CVE-2023-30589
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 13 19:15:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- restrict to older Cython
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 21 12:26:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 13 22:41:54 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Make calling of %{sle15modernpython} optional.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 12 03:35:36 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to version 0.5.0
|
|
* Bump bundled llhttp to 6.0.9
|
|
* fixes CVE-2022-32213, CVE-2022-32214, CVE-2022-32215
|
|
(by @nlsj1985 in 56d6a16 for #83)
|
|
* Test and build against Python 3.11
|
|
(by @elprans in 509cd14 for #84)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 18 20:30:01 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- update to version 0.4.0
|
|
* Bump bundled http-parser to 2.9.4 and llhttp to 6.0.6
|
|
fixes CVE-2021-22959 & CVE-2021-22960
|
|
(bsc#1191602 and bsc#1191601)
|
|
- The above was already the case for the rpm package
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 9 08:53:15 UTC 2022 - Torsten Gruner <simmphonie@opensuse.org>
|
|
|
|
- update to version 0.3.0
|
|
* Use cibuildwheel to build release wheels (by @elprans in 2f57b6b)
|
|
- version 0.2.0
|
|
* Swap http-parse to llhttp
|
|
(by @victoraugustolls and @fantix in 63b5de2 for #56)
|
|
* Fix httptools.__all__
|
|
(by @elprans in 9340d32 for #52)
|
|
* Add Python 3.9 in the build/test matrix
|
|
(by @b0g3r in e2d1a46 for #62)
|
|
- version 0.1.2
|
|
* Fix httptools.__all__
|
|
(by @elprans in 9340d32 for #52)
|
|
* Add Python 3.9 in the build/test matrix
|
|
(by @b0g3r in e2d1a46 for #62)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 29 16:07:13 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.1.1
|