From 0e56603e24ce1c7380231183df6efe8ea5a0402ac64a2943292dc9a976e52932 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 27 Mar 2022 14:19:08 +0000 Subject: [PATCH] - update to 2.4.0: * enable building wheels for multiple platforms and Python versions using pypa/cibuildwheel, see #165 and #170 (thanks Brian Thorne, @hardbyte) * use setuptools instead of distutils in `setup.py`, #168 * add missing type hinting for `.count()` step argument OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=19 --- bitarray-2.3.0.tar.gz | 3 --- bitarray-2.4.0.tar.gz | 3 +++ python-bitarray.changes | 9 +++++++++ python-bitarray.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 bitarray-2.3.0.tar.gz create mode 100644 bitarray-2.4.0.tar.gz diff --git a/bitarray-2.3.0.tar.gz b/bitarray-2.3.0.tar.gz deleted file mode 100644 index 99f702e..0000000 --- a/bitarray-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b11d0000a9caf4dac4504d65fcafc8f1d76fc7b705b855633e0bcf268975dc60 -size 121742 diff --git a/bitarray-2.4.0.tar.gz b/bitarray-2.4.0.tar.gz new file mode 100644 index 0000000..3ac0c9f --- /dev/null +++ b/bitarray-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82c03762e87d5b375c0d9ded8aa87ffde2c66bc2ea3f2dc194405db22a0f087 +size 126601 diff --git a/python-bitarray.changes b/python-bitarray.changes index 1a55773..022ff29 100644 --- a/python-bitarray.changes +++ b/python-bitarray.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Mar 27 14:18:57 UTC 2022 - Dirk Müller + +- update to 2.4.0: + * enable building wheels for multiple platforms and Python versions using + pypa/cibuildwheel, see #165 and #170 (thanks Brian Thorne, @hardbyte) + * use setuptools instead of distutils in `setup.py`, #168 + * add missing type hinting for `.count()` step argument + ------------------------------------------------------------------- Thu Aug 19 12:55:23 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-bitarray.spec b/python-bitarray.spec index 50297d4..7bad182 100644 --- a/python-bitarray.spec +++ b/python-bitarray.spec @@ -1,7 +1,7 @@ # # spec file for package python-bitarray # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.3.0 +Version: 2.4.0 Release: 0 Summary: Efficient Arrays of Booleans License: Python-2.0