From 16ca85d60a217b03e6802ffdc25fbe8ebc2d3660335a290e0f8bdc5037416b68 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Jan 2024 20:42:48 +0000 Subject: [PATCH] - update to 2.9.2: * optimize initialization from strings by not constantly resizing buffer * optimize util.hex2ba() and util.base2ba() by avoiding unnecessary copies * optimize util.base2ba() and util.ba2base() for n=16 (hexadecimal) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=50 --- bitarray-2.9.1.tar.gz | 3 --- bitarray-2.9.2.tar.gz | 3 +++ python-bitarray.changes | 11 +++++++++++ python-bitarray.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 bitarray-2.9.1.tar.gz create mode 100644 bitarray-2.9.2.tar.gz diff --git a/bitarray-2.9.1.tar.gz b/bitarray-2.9.1.tar.gz deleted file mode 100644 index d8ee3df..0000000 --- a/bitarray-2.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36a2cbd3938c1c513960d933c2966b7fe4038f7ef736f0760f8e1fcf4864a286 -size 182463 diff --git a/bitarray-2.9.2.tar.gz b/bitarray-2.9.2.tar.gz new file mode 100644 index 0000000..9e1c3cf --- /dev/null +++ b/bitarray-2.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c5ff01fa0241d34dcea34efc7bbb86ebcb3ad28946e23fc4970642f4554ac5 +size 182432 diff --git a/python-bitarray.changes b/python-bitarray.changes index a21ce94..22026e8 100644 --- a/python-bitarray.changes +++ b/python-bitarray.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 8 20:42:40 UTC 2024 - Dirk Müller + +- update to 2.9.2: + * optimize initialization from strings by not constantly + resizing buffer + * optimize util.hex2ba() and util.base2ba() by avoiding + unnecessary copies + * optimize util.base2ba() and util.ba2base() for n=16 + (hexadecimal) + ------------------------------------------------------------------- Wed Dec 27 09:29:57 UTC 2023 - Dirk Müller diff --git a/python-bitarray.spec b/python-bitarray.spec index bde7c10..f0a8de7 100644 --- a/python-bitarray.spec +++ b/python-bitarray.spec @@ -1,7 +1,7 @@ # # spec file for package python-bitarray # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-bitarray -Version: 2.9.1 +Version: 2.9.2 Release: 0 Summary: Efficient Arrays of Booleans License: Python-2.0