14
0

- update to 0.16:

* Refactor typings
  * Update Python 3.10 support, drop Python 3.5
  * Fix test_none_collisions on 32-bit systems
  * Clarify the license of the included pythoncapi_compat.h header
  * Use cibuildwheel to build wheels
- drop skip_32bit_tests.patch, test_none_collisions-32-bit.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutables?expand=0&rev=16
This commit is contained in:
2022-02-22 09:03:02 +00:00
committed by Git OBS Bridge
parent 93092331ad
commit eea812b259
5 changed files with 18 additions and 79 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 22 09:01:33 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.16:
* Refactor typings
* Update Python 3.10 support, drop Python 3.5
* Fix test_none_collisions on 32-bit systems
* Clarify the license of the included pythoncapi_compat.h header
* Use cibuildwheel to build wheels
- drop skip_32bit_tests.patch, test_none_collisions-32-bit.patch (upstream)
-------------------------------------------------------------------
Thu Aug 5 06:23:30 UTC 2021 - Matej Cepl <mcepl@suse.com>