1
0

11 Commits

Author SHA256 Message Date
272b2bb975 Accepting request 1273218 from devel:languages:python
- update to 0.3.20:
  * update ls-qpack to 2.6.1

OBS-URL: https://build.opensuse.org/request/show/1273218
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylsqpack?expand=0&rev=6
2025-04-30 17:02:28 +00:00
3237a7ad59 - 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
2025-04-28 16:50:58 +00:00
c498d80411 Accepting request 1245661 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1245661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylsqpack?expand=0&rev=5
2025-02-14 18:19:39 +00:00
93b7d418a9 - 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/package/show/devel:languages:python/python-pylsqpack?expand=0&rev=9
2025-02-13 14:02:24 +00:00
f21f02322e Accepting request 1198046 from devel:languages:python
- 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/request/show/1198046
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylsqpack?expand=0&rev=4
2024-09-04 11:22:30 +00:00
8fd5db074e Accepting request 1096920 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1096920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylsqpack?expand=0&rev=3
2023-07-05 13:31:27 +00:00
97730c7245 Accepting request 1096799 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1096799
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylsqpack?expand=0&rev=5
2023-07-05 09:02:21 +00:00
77e2420b2a Accepting request 1008124 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1008124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylsqpack?expand=0&rev=2
2022-10-06 05:41:45 +00:00
90b4e1acd5 Accepting request 1008070 from home:yarunachalam:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1008070
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylsqpack?expand=0&rev=3
2022-10-05 07:38:36 +00:00
d253cbe5ff Accepting request 874792 from devel:languages:python
dep of pproxy, dep of httpcore/httpx

OBS-URL: https://build.opensuse.org/request/show/874792
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylsqpack?expand=0&rev=1
2021-02-26 20:59:12 +00:00
7274c45989 Accepting request 874644 from home:jayvdb:py-submit
dep of pproxy, dep of httpcore/httpx

OBS-URL: https://build.opensuse.org/request/show/874644
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylsqpack?expand=0&rev=1
2021-02-24 10:03:27 +00:00
5 changed files with 26 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b67a6ce3f6937d850681827714be730aa361c049e37752e3ed9df11e7f232ffb
size 659557

Binary file not shown.

BIN
pylsqpack-0.3.20.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Apr 28 16:50:23 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.3.20:
* update ls-qpack to 2.6.1
-------------------------------------------------------------------
Thu Feb 13 10:03:10 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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.20
Release: 0
Summary: Python ls-qpack QPACK library
License: BSD-3-Clause