14
0

- update to 7.4.0:

* Support PEP 604 _Allow writing union types as X | Y_

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-overrides?expand=0&rev=3
This commit is contained in:
2023-12-12 13:18:33 +00:00
committed by Git OBS Bridge
parent 0f54f92ccd
commit f6a63552ff
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 12 13:18:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 7.4.0:
* Support PEP 604 _Allow writing union types as X | Y_
-------------------------------------------------------------------
Sun Jun 11 20:45:59 UTC 2023 - Ben Greiner <code@bnavigator.de>