forked from pool/python-bitarray
- update to 3.0.0:
* see Bitarray 3 transition * remove Python 2.7 support * .decode() now returns iterator (equivalent to past .iterdecode()) * .search() now returns iterator (equivalent to past .itersearch()) * remove .iterdecode() and .itersearch() * remove util.rindex(), use .index(..., right=1) instead, deprecated since 2.9 * remove util.make_endian(), use bitarray(..., endian=...) instead, deprecated since 2.9 * remove hackish support for bitarray() handling unpickling, see detailed explaination in #207 - closes #206 * add official Python 3.13 support * update cibuildwheel to 2.21.3 * minor simplifications * fix some typos OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=54
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33c5ff01fa0241d34dcea34efc7bbb86ebcb3ad28946e23fc4970642f4554ac5
|
||||
size 182432
|
3
bitarray-3.0.0.tar.gz
Normal file
3
bitarray-3.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d10d1bd057428f4442da4a0724332e83f2fcaf33d01941b5c1a6b852339979d
|
||||
size 177808
|
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 11:36:18 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.0.0:
|
||||
* see Bitarray 3 transition
|
||||
* remove Python 2.7 support
|
||||
* .decode() now returns iterator (equivalent to past
|
||||
.iterdecode())
|
||||
* .search() now returns iterator (equivalent to past
|
||||
.itersearch())
|
||||
* remove .iterdecode() and .itersearch()
|
||||
* remove util.rindex(), use .index(..., right=1) instead,
|
||||
deprecated since 2.9
|
||||
* remove util.make_endian(), use bitarray(..., endian=...)
|
||||
instead, deprecated since 2.9
|
||||
* remove hackish support for bitarray() handling unpickling,
|
||||
see detailed explaination in #207 - closes #206
|
||||
* add official Python 3.13 support
|
||||
* update cibuildwheel to 2.21.3
|
||||
* minor simplifications
|
||||
* fix some typos
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 19:41:46 UTC 2024 - Guang Yee <gyee@suse.com>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-bitarray
|
||||
Version: 2.9.2
|
||||
Version: 3.0.0
|
||||
Release: 0
|
||||
Summary: Efficient Arrays of Booleans
|
||||
License: Python-2.0
|
||||
|
Reference in New Issue
Block a user