forked from pool/python-bitarray
Accepting request 1277371 from home:glaubitz:branches:devel:languages:python
- Update to 3.4.0 * remove `.endian()` method in favor of data descriptor `.endian` * allow bitarray initializer `bytes` or `bytearray` to set buffer directly * allow calling `.extend()` with `bytes` object (although the only valid bytes are 0x00 and 0x01) * add `util.byteswap()` * add `util.correspond_all()` * fix `.reverse()` for imported buffer * drop Python 3.5 support * add tests OBS-URL: https://build.opensuse.org/request/show/1277371 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=62
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 14 09:31:52 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 3.4.0
|
||||
* remove `.endian()` method in favor of data descriptor `.endian`
|
||||
* allow bitarray initializer `bytes` or `bytearray` to set buffer directly
|
||||
* allow calling `.extend()` with `bytes` object (although the only
|
||||
valid bytes are 0x00 and 0x01)
|
||||
* add `util.byteswap()`
|
||||
* add `util.correspond_all()`
|
||||
* fix `.reverse()` for imported buffer
|
||||
* drop Python 3.5 support
|
||||
* add tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 5 06:46:24 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user