From 62401d512e42f6661c60862f7d122dbbcd548d7f41a1dd50c5c802d17a1c2f40 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 7 May 2023 18:51:10 +0000 Subject: [PATCH] - 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 --- bitstruct-8.15.1.tar.gz | 3 --- bitstruct-8.17.0.tar.gz | 3 +++ python-bitstruct.changes | 8 ++++++++ python-bitstruct.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 bitstruct-8.15.1.tar.gz create mode 100644 bitstruct-8.17.0.tar.gz diff --git a/bitstruct-8.15.1.tar.gz b/bitstruct-8.15.1.tar.gz deleted file mode 100644 index ef6ae8f..0000000 --- a/bitstruct-8.15.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fa6adbfb8f3b8cb68c21b13aa65d23eb2c3ac32419ab926f3fd1fff717a9125 -size 34915 diff --git a/bitstruct-8.17.0.tar.gz b/bitstruct-8.17.0.tar.gz new file mode 100644 index 0000000..7c94c36 --- /dev/null +++ b/bitstruct-8.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb94b40e4218a23aa8f90406b836a9e6ed83e48b8d112ce3f96408463bd1b874 +size 35315 diff --git a/python-bitstruct.changes b/python-bitstruct.changes index e247297..c09b539 100644 --- a/python-bitstruct.changes +++ b/python-bitstruct.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun May 7 18:50:29 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-bitstruct.spec b/python-bitstruct.spec index f4aa9a3..a3a1376 100644 --- a/python-bitstruct.spec +++ b/python-bitstruct.spec @@ -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 # # 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