From 3237a7ad59bb7712477b960becf5f5dbbf7fb218de75f8524b3304db023a4812 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Apr 2025 16:50:58 +0000 Subject: [PATCH] - update to 0.3.20: * update ls-qpack to 2.6.1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylsqpack?expand=0&rev=11 --- .gitattributes | 23 +++++++++++++++ .gitignore | 1 + pylsqpack-0.3.16.tar.gz | 3 ++ pylsqpack-0.3.18.tar.gz | 3 ++ pylsqpack-0.3.19.tar.gz | 3 ++ pylsqpack-0.3.20.tar.gz | 3 ++ python-pylsqpack.changes | 63 ++++++++++++++++++++++++++++++++++++++++ python-pylsqpack.spec | 59 +++++++++++++++++++++++++++++++++++++ 8 files changed, 158 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 pylsqpack-0.3.16.tar.gz create mode 100644 pylsqpack-0.3.18.tar.gz create mode 100644 pylsqpack-0.3.19.tar.gz create mode 100644 pylsqpack-0.3.20.tar.gz create mode 100644 python-pylsqpack.changes create mode 100644 python-pylsqpack.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/pylsqpack-0.3.16.tar.gz b/pylsqpack-0.3.16.tar.gz new file mode 100644 index 0000000..42dfe3a --- /dev/null +++ b/pylsqpack-0.3.16.tar.gz @@ -0,0 +1,3 @@ +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/pylsqpack-0.3.19.tar.gz b/pylsqpack-0.3.19.tar.gz new file mode 100644 index 0000000..70f7969 --- /dev/null +++ b/pylsqpack-0.3.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529fa3e3d6f1b0eec92b434503c0ec551cb714023cc1710911f665fab6a86ebd +size 660771 diff --git a/pylsqpack-0.3.20.tar.gz b/pylsqpack-0.3.20.tar.gz new file mode 100644 index 0000000..f68bad0 --- /dev/null +++ b/pylsqpack-0.3.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2d8128ef1f455c198ce8ead9d70f8aca92533a6ea513481f1e5eb546a2bb834 +size 676273 diff --git a/python-pylsqpack.changes b/python-pylsqpack.changes new file mode 100644 index 0000000..dcf7ecc --- /dev/null +++ b/python-pylsqpack.changes @@ -0,0 +1,63 @@ +------------------------------------------------------------------- +Mon Apr 28 16:50:23 UTC 2025 - Dirk Müller + +- update to 0.3.20: + * update ls-qpack to 2.6.1 + +------------------------------------------------------------------- +Thu Feb 13 10:03:10 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.3.19 + * Update github actions to their latest versions + * Add Read the Docs configuration file + * Move docstrings above corresponding method + * Reformat code using ruff + * Simplify docs and sphinx configuration, remove copyright years + * Update GitHub actions to their latest versions + * Build aarch64 wheels natively + * Adjust `ruff` configuration + * Support Python 3.13, drop Python 3.8 + * Pin macOS versions used for building wheels + +------------------------------------------------------------------- +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 + +- Add %{?sle15_python_module_pythons} + +------------------------------------------------------------------- +Wed Oct 5 00:34:18 UTC 2022 - Yogalakshmi Arunachalam + +- 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 + +- Update to v0.3.12 + +------------------------------------------------------------------- +Wed Feb 19 02:07:22 PM UTC 2020 - John Vandenberg + +- Initial spec for v0.3.5 diff --git a/python-pylsqpack.spec b/python-pylsqpack.spec new file mode 100644 index 0000000..444bf10 --- /dev/null +++ b/python-pylsqpack.spec @@ -0,0 +1,59 @@ +# +# spec file for package python-pylsqpack +# +# Copyright (c) 2025 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%{?sle15_python_module_pythons} +Name: python-pylsqpack +Version: 0.3.20 +Release: 0 +Summary: Python ls-qpack QPACK library +License: BSD-3-Clause +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 + +%description +Python wrapper for the ls-qpack QPACK library. + +%prep +%setup -q -n pylsqpack-%{version} + +%build +export CFLAGS="%{optflags}" +%pyproject_wheel + +%install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitearch} + +%check +%pyunittest_arch -v + +%files %{python_files} +%doc README.rst +%license LICENSE +%{python_sitearch}/pylsqpack +%{python_sitearch}/pylsqpack-%{version}.dist-info + +%changelog