From 742c87dafc993de5d0253aa91987896f32d92b896e49dbbee01058aa8844ec67 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 2 Jan 2023 18:37:00 +0000 Subject: [PATCH] - update to 2.6.2: * optimize `richcompare()` for opposite endianness * improve some docstrings add tests * add documentation on shift operators, #181 * fix typo in iterable initializer description, #179 * optimize `richcompare()` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=23 --- bitarray-2.6.0.tar.gz | 3 --- bitarray-2.6.2.tar.gz | 3 +++ python-bitarray.changes | 10 ++++++++++ python-bitarray.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 bitarray-2.6.0.tar.gz create mode 100644 bitarray-2.6.2.tar.gz diff --git a/bitarray-2.6.0.tar.gz b/bitarray-2.6.0.tar.gz deleted file mode 100644 index ed05aa7..0000000 --- a/bitarray-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32fc30c0ca8ae86bdbfbc0e77fb3c813695022a22cfea05f31c7af545fc15ff7 -size 148731 diff --git a/bitarray-2.6.2.tar.gz b/bitarray-2.6.2.tar.gz new file mode 100644 index 0000000..2739e44 --- /dev/null +++ b/bitarray-2.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60add7c31ed9ea1cd7372e5ccdc7bc95d60088b9338967fa29d59a5055c79f3 +size 149195 diff --git a/python-bitarray.changes b/python-bitarray.changes index d112ba7..e5651be 100644 --- a/python-bitarray.changes +++ b/python-bitarray.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jan 2 18:35:34 UTC 2023 - Dirk Müller + +- update to 2.6.2: + * optimize `richcompare()` for opposite endianness + * improve some docstrings add tests + * add documentation on shift operators, #181 + * fix typo in iterable initializer description, #179 + * optimize `richcompare()` + ------------------------------------------------------------------- Fri Sep 23 02:36:48 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-bitarray.spec b/python-bitarray.spec index 654bb20..176e5d8 100644 --- a/python-bitarray.spec +++ b/python-bitarray.spec @@ -1,7 +1,7 @@ # # spec file for package python-bitarray # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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.6.0 +Version: 2.6.2 Release: 0 Summary: Efficient Arrays of Booleans License: Python-2.0