forked from pool/python-bitarray
Accepting request 966668 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/966668 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bitarray?expand=0&rev=11
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b11d0000a9caf4dac4504d65fcafc8f1d76fc7b705b855633e0bcf268975dc60
|
|
||||||
size 121742
|
|
3
bitarray-2.4.0.tar.gz
Normal file
3
bitarray-2.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d82c03762e87d5b375c0d9ded8aa87ffde2c66bc2ea3f2dc194405db22a0f087
|
||||||
|
size 126601
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 27 14:18:57 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <adrian.glaubitz@suse.com>
|
Thu Aug 19 12:55:23 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-bitarray
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-bitarray
|
Name: python-bitarray
|
||||||
Version: 2.3.0
|
Version: 2.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Efficient Arrays of Booleans
|
Summary: Efficient Arrays of Booleans
|
||||||
License: Python-2.0
|
License: Python-2.0
|
||||||
|
Reference in New Issue
Block a user