15
0

Accepting request 1002356 from home:yarunachalam:branches:devel:languages:python

- Update to 8.15.1.
  * support bytearray unpacking for CompiledFormats
- Update to 8.15.0.
  * support bytearray unpacking
- Update to 8.14.1.
  * c implementation: fix unpacking of truncated data in the presence of padding
- Update to 8.14.0.
  * fix segmentation faults on CI
  * C implementation: allow partial decoding of truncated data
  * python implementation: allow partial decoding of truncated data
  * Test on more Python versions.
- Update to 8.13.0.
  * Use PyFloat_Pack2() on Python 3.11a7
  * Update bitstream library.

OBS-URL: https://build.opensuse.org/request/show/1002356
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitstruct?expand=0&rev=8
This commit is contained in:
2022-09-12 07:54:58 +00:00
committed by Git OBS Bridge
parent bded752f40
commit cf41593b20
4 changed files with 27 additions and 5 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Sep 9 19:22:57 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 8.15.1.
* support bytearray unpacking for CompiledFormats
- Update to 8.15.0.
* support bytearray unpacking
- Update to 8.14.1.
* c implementation: fix unpacking of truncated data in the presence of padding
- Update to 8.14.0.
* fix segmentation faults on CI
* C implementation: allow partial decoding of truncated data
* python implementation: allow partial decoding of truncated data
* Test on more Python versions.
- Update to 8.13.0.
* Use PyFloat_Pack2() on Python 3.11a7
* Update bitstream library.
-------------------------------------------------------------------
Fri May 21 09:39:29 UTC 2021 - pgajdos@suse.com