14
0

Accepting request 907194 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/907194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bitarray?expand=0&rev=9
This commit is contained in:
2021-07-20 13:39:31 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77a9e94fe775b92bbcd58567d9c88092af2c2a70bf28525c08d178b69bc49e6c
size 101560

3
bitarray-2.1.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74407a00273cd0c891bf975f128615e2cbdbbf1e082fca9b562f95928e575099
size 101719

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jul 17 08:25:28 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to 2.2.2
* support type hinting for all Python 3 versions (that bitarray
supports, 3.5 and higher currently).
* add explicit endianness to two tests.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jun 12 08:07:51 UTC 2021 - Martin Hauke <mardnh@gmx.de> Sat Jun 12 08:07:51 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@@ -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.1.1 Version: 2.1.2
Release: 0 Release: 0
Summary: Efficient Arrays of Booleans Summary: Efficient Arrays of Booleans
License: Python-2.0 License: Python-2.0