From b77152449bf65230dc8a599701695a08cd7eb764819da7d64f1dde6d4b54765a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 14 May 2025 10:17:20 +0000 Subject: [PATCH] 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 --- bitarray-3.3.2.tar.gz | 3 --- bitarray-3.4.0.tar.gz | 3 +++ python-bitarray.changes | 14 ++++++++++++++ python-bitarray.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 bitarray-3.3.2.tar.gz create mode 100644 bitarray-3.4.0.tar.gz diff --git a/bitarray-3.3.2.tar.gz b/bitarray-3.3.2.tar.gz deleted file mode 100644 index fc2524f..0000000 --- a/bitarray-3.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7700007acdd7fd7192897f1d46671cedb8fefb1c7e2a56d188ee430ecb84eea0 -size 195557 diff --git a/bitarray-3.4.0.tar.gz b/bitarray-3.4.0.tar.gz new file mode 100644 index 0000000..60cb4c1 --- /dev/null +++ b/bitarray-3.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c3bb389ad3cee4d6466fefe4cff8671b2f9918bd47ad684b259bd1f8c71f3c +size 197913 diff --git a/python-bitarray.changes b/python-bitarray.changes index 27203bc..e29cfbc 100644 --- a/python-bitarray.changes +++ b/python-bitarray.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed May 14 09:31:52 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-bitarray.spec b/python-bitarray.spec index 808f827..60bed36 100644 --- a/python-bitarray.spec +++ b/python-bitarray.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-bitarray -Version: 3.3.2 +Version: 3.4.0 Release: 0 Summary: Efficient Arrays of Booleans License: Python-2.0