15
0

- update to 1.0.0:

* Drop python 2 and 3.4 support
  * Add Python 3.9, 3.10, 3.11
  * Add mypyc native int types ia64, i32, i16 and u8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mypy_extensions?expand=0&rev=10
This commit is contained in:
2023-05-05 09:32:38 +00:00
committed by Git OBS Bridge
parent 83ebbdeffa
commit 34158ab9b9
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri May 5 09:30:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.0.0:
* Drop python 2 and 3.4 support
* Add Python 3.9, 3.10, 3.11
* Add mypyc native int types ia64, i32, i16 and u8
-------------------------------------------------------------------
Fri Apr 21 12:28:25 UTC 2023 - Dirk Müller <dmueller@suse.com>