From 8a2cfabd8baa9aebf138f8d9f73866eeef447d812d6ba0f0c595a2b2a752c61c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 13 Feb 2025 14:02:24 +0000 Subject: [PATCH] Accepting request 1245589 from home:glaubitz:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/1245589 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylsqpack?expand=0&rev=9 --- pylsqpack-0.3.18.tar.gz | 3 --- pylsqpack-0.3.19.tar.gz | 3 +++ python-pylsqpack.changes | 15 +++++++++++++++ python-pylsqpack.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 pylsqpack-0.3.18.tar.gz create mode 100644 pylsqpack-0.3.19.tar.gz diff --git a/pylsqpack-0.3.18.tar.gz b/pylsqpack-0.3.18.tar.gz deleted file mode 100644 index d6fdb99..0000000 --- a/pylsqpack-0.3.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -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/python-pylsqpack.changes b/python-pylsqpack.changes index fb3be2d..c13fdd1 100644 --- a/python-pylsqpack.changes +++ b/python-pylsqpack.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +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 diff --git a/python-pylsqpack.spec b/python-pylsqpack.spec index 0bab6d0..ffaf7ec 100644 --- a/python-pylsqpack.spec +++ b/python-pylsqpack.spec @@ -1,7 +1,7 @@ # # spec file for package python-pylsqpack # -# Copyright (c) 2024 SUSE LLC +# 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 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pylsqpack -Version: 0.3.18 +Version: 0.3.19 Release: 0 Summary: Python ls-qpack QPACK library License: BSD-3-Clause