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,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