forked from pool/python-httptools
- 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 - 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
This commit is contained in:
parent
d2579c241d
commit
79163674cf
BIN
httptools-0.5.0.tar.gz
(Stored with Git LFS)
BIN
httptools-0.5.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
httptools-0.6.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
httptools-0.6.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,7 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sun Aug 13 19:15:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- restrict to older Cython
|
- restrict to older Cython
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 21 12:26:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri Apr 21 12:26:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
@ -16,7 +27,7 @@ Thu Apr 13 22:41:54 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 12 03:35:36 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Wed Oct 12 03:35:36 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- Update to version 0.5.0
|
- Update to version 0.5.0
|
||||||
* Bump bundled llhttp to 6.0.9
|
* Bump bundled llhttp to 6.0.9
|
||||||
* fixes CVE-2022-32213, CVE-2022-32214, CVE-2022-32215
|
* fixes CVE-2022-32213, CVE-2022-32214, CVE-2022-32215
|
||||||
(by @nlsj1985 in 56d6a16 for #83)
|
(by @nlsj1985 in 56d6a16 for #83)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-httptools
|
# spec file for package python-httptools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,11 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python3-%{**}}
|
|
||||||
%define skip_python2 1
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-httptools
|
Name: python-httptools
|
||||||
Version: 0.5.0
|
Version: 0.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python framework independent HTTP protocol utils
|
Summary: Python framework independent HTTP protocol utils
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -53,9 +51,7 @@ mv vendor/http-parser*/ vendor/http-parser/
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%{python_expand rm %{buildroot}%{$python_sitearch}/httptools/parser/*parser.c;
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
%fdupes %{buildroot}%{$python_sitearch}
|
|
||||||
}
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if 0%{suse_version} >= 1550
|
%if 0%{suse_version} >= 1550
|
||||||
|
Loading…
Reference in New Issue
Block a user