15
0

- 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/package/show/devel:languages:python/python-bitstruct?expand=0&rev=10
This commit is contained in:
2023-05-07 18:51:10 +00:00
committed by Git OBS Bridge
parent cf41593b20
commit 62401d512e
4 changed files with 13 additions and 5 deletions

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