From cf41593b207ea554c593ba24c3e7a34473443852d67a420ab2531f83b085496e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 12 Sep 2022 07:54:58 +0000 Subject: [PATCH] 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 --- bitstruct-8.11.0.tar.gz | 3 --- bitstruct-8.15.1.tar.gz | 3 +++ python-bitstruct.changes | 22 ++++++++++++++++++++++ python-bitstruct.spec | 4 ++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 bitstruct-8.11.0.tar.gz create mode 100644 bitstruct-8.15.1.tar.gz diff --git a/bitstruct-8.11.0.tar.gz b/bitstruct-8.11.0.tar.gz deleted file mode 100644 index e596c75..0000000 --- a/bitstruct-8.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b13f2c3e76b49e8cd854f7a1da590bb73ecbc6cbfacc2d479eacf2b88282d5d -size 32411 diff --git a/bitstruct-8.15.1.tar.gz b/bitstruct-8.15.1.tar.gz new file mode 100644 index 0000000..ef6ae8f --- /dev/null +++ b/bitstruct-8.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa6adbfb8f3b8cb68c21b13aa65d23eb2c3ac32419ab926f3fd1fff717a9125 +size 34915 diff --git a/python-bitstruct.changes b/python-bitstruct.changes index fd85cca..e247297 100644 --- a/python-bitstruct.changes +++ b/python-bitstruct.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Sep 9 19:22:57 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-bitstruct.spec b/python-bitstruct.spec index d52a3d3..f4aa9a3 100644 --- a/python-bitstruct.spec +++ b/python-bitstruct.spec @@ -1,7 +1,7 @@ # # spec file for package python-bitstruct # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2020, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-bitstruct -Version: 8.11.0 +Version: 8.15.1 Release: 0 Summary: Interpret strings as packed binary data License: MIT