17
0

- update to 0.18:

* Fix iteration when tree is 7 levels deep and has collissions
  * Test on python 3.10
  * consolidate mypy and pytest config into pyproject.toml

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutables?expand=0&rev=17
This commit is contained in:
2022-07-19 12:27:32 +00:00
committed by Git OBS Bridge
parent 157335c95f
commit 76b66ded5d
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jul 19 12:26:30 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.18:
* Fix iteration when tree is 7 levels deep and has collissions
* Test on python 3.10
* consolidate mypy and pytest config into pyproject.toml
-------------------------------------------------------------------
Tue Feb 22 09:01:33 UTC 2022 - Dirk Müller <dmueller@suse.com>