forked from pool/python-bitarray
Accepting request 1272311 from devel:languages:python
- update to 3.3.1: * remove License classifier in favor of a SPDX license expression, #231 * reorganize and cleanup many tests * add optional group and sep arguments' to .to01(), #230 - as well as util.ba2hex() and util.ba2base() * ignore whitespace in util.base2ba() and util.hex2ba() * check for embedded nul characters when extending (and initializing) bitarray from string * improve testing * add double precision floating point number example OBS-URL: https://build.opensuse.org/request/show/1272311 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bitarray?expand=0&rev=30
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b5c206dd7f8918f34d479800d4ad439b7859b021b19dfbc36382b0a0b56cb1a
|
||||
size 190625
|
3
bitarray-3.3.1.tar.gz
Normal file
3
bitarray-3.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3997d05edb177485eee4be516b0f122e8eda508e4e1d85124daea8ae8b4ad1e9
|
||||
size 194582
|
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 06:52:44 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.3.1:
|
||||
* remove License classifier in favor of a SPDX license
|
||||
expression, #231
|
||||
* reorganize and cleanup many tests
|
||||
* add optional group and sep arguments' to .to01(), #230 - as
|
||||
well as util.ba2hex() and util.ba2base()
|
||||
* ignore whitespace in util.base2ba() and util.hex2ba()
|
||||
* check for embedded nul characters when extending (and
|
||||
initializing) bitarray from string
|
||||
* improve testing
|
||||
* add double precision floating point number example
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 12:35:45 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-bitarray
|
||||
Version: 3.2.0
|
||||
Version: 3.3.1
|
||||
Release: 0
|
||||
Summary: Efficient Arrays of Booleans
|
||||
License: Python-2.0
|
||||
|
Reference in New Issue
Block a user