From e60534cf8ced38d7d3ce7a4333310321a6b8a5d163a0a52130dc83531639eb2b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 12 Oct 2022 08:35:34 +0000 Subject: [PATCH] Accepting request 1009994 from home:yarunachalam:branches:devel:languages:python - 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) OBS-URL: https://build.opensuse.org/request/show/1009994 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httptools?expand=0&rev=6 --- httptools-0.4.0.tar.gz | 3 --- httptools-0.5.0.tar.gz | 3 +++ python-httptools.changes | 10 ++++++++++ python-httptools.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 httptools-0.4.0.tar.gz create mode 100644 httptools-0.5.0.tar.gz diff --git a/httptools-0.4.0.tar.gz b/httptools-0.4.0.tar.gz deleted file mode 100644 index 9861c1c..0000000 --- a/httptools-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d405ca125a9c58d095cc4a4d9f89182a5a9d15e4d95900ae003844bded223f9e -size 14880 diff --git a/httptools-0.5.0.tar.gz b/httptools-0.5.0.tar.gz new file mode 100644 index 0000000..3df6116 --- /dev/null +++ b/httptools-0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e4fb14552ff1528f8754384a3c15dc67f89349932234f88aa2ca55b7e18696 +size 14922 diff --git a/python-httptools.changes b/python-httptools.changes index 6ba1e58..56c8501 100644 --- a/python-httptools.changes +++ b/python-httptools.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Oct 12 03:35:36 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-httptools.spec b/python-httptools.spec index 675d3f8..1e57e43 100644 --- a/python-httptools.spec +++ b/python-httptools.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-httptools -Version: 0.4.0 +Version: 0.5.0 Release: 0 Summary: Python framework independent HTTP protocol utils License: MIT