forked from pool/python-bitstruct
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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b13f2c3e76b49e8cd854f7a1da590bb73ecbc6cbfacc2d479eacf2b88282d5d
|
||||
size 32411
|
||||
3
bitstruct-8.15.1.tar.gz
Normal file
3
bitstruct-8.15.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6fa6adbfb8f3b8cb68c21b13aa65d23eb2c3ac32419ab926f3fd1fff717a9125
|
||||
size 34915
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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 <mardnh@gmx.de>
|
||||
#
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user