forked from pool/python-bitarray
Accepting request 1137632 from devel:languages:python
- 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/request/show/1137632 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bitarray?expand=0&rev=26
This commit is contained in:
@@ -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
3
bitarray-2.9.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33c5ff01fa0241d34dcea34efc7bbb86ebcb3ad28946e23fc4970642f4554ac5
|
||||
size 182432
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user