14
0

- 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
This commit is contained in:
2024-01-08 20:42:48 +00:00
committed by Git OBS Bridge
parent 06e752e37d
commit 16ca85d60a
4 changed files with 16 additions and 5 deletions

View File

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

3
bitarray-2.9.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 8 20:42:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

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