14
0

Accepting request 906787 from home:mnhauke

- 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.

OBS-URL: https://build.opensuse.org/request/show/906787
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitarray?expand=0&rev=17
This commit is contained in:
2021-07-19 20:37:45 +00:00
committed by Git OBS Bridge
parent 75bf9a8394
commit 485558d18c
4 changed files with 12 additions and 4 deletions

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>