From c7e7314e59f5a35aff9299fe37dc92556b42ff46f1f42ca7e1ea9f02a995cfc1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 31 Aug 2024 11:54:06 +0000 Subject: [PATCH] - 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 * [vendor] update ls-qpack to version 1.0.3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylsqpack?expand=0&rev=7 --- pylsqpack-0.3.16.tar.gz | 3 --- pylsqpack-0.3.18.tar.gz | 3 +++ python-pylsqpack.changes | 10 +++++++++- python-pylsqpack.spec | 13 ++++++++----- 4 files changed, 20 insertions(+), 9 deletions(-) delete mode 100644 pylsqpack-0.3.16.tar.gz create mode 100644 pylsqpack-0.3.18.tar.gz diff --git a/pylsqpack-0.3.16.tar.gz b/pylsqpack-0.3.16.tar.gz deleted file mode 100644 index 42dfe3a..0000000 --- a/pylsqpack-0.3.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b67a6ce3f6937d850681827714be730aa361c049e37752e3ed9df11e7f232ffb -size 659557 diff --git a/pylsqpack-0.3.18.tar.gz b/pylsqpack-0.3.18.tar.gz new file mode 100644 index 0000000..d6fdb99 --- /dev/null +++ b/pylsqpack-0.3.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ae55e721877505f4d5ccd49591d69353f2a548a8673dfafb251d385b3c097f +size 659125 diff --git a/python-pylsqpack.changes b/python-pylsqpack.changes index c723775..fb3be2d 100644 --- a/python-pylsqpack.changes +++ b/python-pylsqpack.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Aug 31 11:53:14 UTC 2024 - Dirk Müller + +- 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 @@ -21,7 +29,7 @@ Wed Oct 5 00:34:18 UTC 2022 - Yogalakshmi Arunachalam - 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 + * [vendor] update ls-qpack to version 1.0.3 ------------------------------------------------------------------- Tue Feb 23 14:50:56 UTC 2021 - John Vandenberg diff --git a/python-pylsqpack.spec b/python-pylsqpack.spec index 9d23f1a..0bab6d0 100644 --- a/python-pylsqpack.spec +++ b/python-pylsqpack.spec @@ -1,7 +1,7 @@ # # spec file for package python-pylsqpack # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pylsqpack -Version: 0.3.16 +Version: 0.3.18 Release: 0 Summary: Python ls-qpack QPACK library License: BSD-3-Clause @@ -26,7 +26,9 @@ Group: Development/Languages/Python URL: https://github.com/aiortc/pylsqpack Source: https://files.pythonhosted.org/packages/source/p/pylsqpack/pylsqpack-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros %python_subpackages @@ -39,10 +41,10 @@ Python wrapper for the ls-qpack QPACK library. %build export CFLAGS="%{optflags}" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %check @@ -51,6 +53,7 @@ export CFLAGS="%{optflags}" %files %{python_files} %doc README.rst %license LICENSE -%{python_sitearch}/* +%{python_sitearch}/pylsqpack +%{python_sitearch}/pylsqpack-%{version}.dist-info %changelog