15
0

Accepting request 1085336 from devel:languages:python

- update to 8.17.0:
  * Text encoding and error action to unpack operations
  * Fix memory leak
  * Fix Text encoding and Errors to compile

OBS-URL: https://build.opensuse.org/request/show/1085336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bitstruct?expand=0&rev=5
This commit is contained in:
2023-05-08 15:24:06 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 5 deletions

View File

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

3
bitstruct-8.17.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun May 7 18:50:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 8.17.0:
* Text encoding and error action to unpack operations
* Fix memory leak
* Fix Text encoding and Errors to compile
-------------------------------------------------------------------
Fri Sep 9 19:22:57 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-bitstruct
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 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.15.1
Version: 8.17.0
Release: 0
Summary: Interpret strings as packed binary data
License: MIT