15
0

- update to 1.1:

* Python 3.10 support
  * Python 3.11 support
  * support positional list for python 3.9+
  * type hints added 

- update to 0.2.4:
  * drop python 2x support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-entrypoint2?expand=0&rev=27
This commit is contained in:
2023-01-06 12:33:38 +00:00
committed by Git OBS Bridge
parent c79766e8e7
commit 451ac03d23
4 changed files with 22 additions and 8 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jan 6 12:31:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.1:
* Python 3.10 support
* Python 3.11 support
* support positional list for python 3.9+
* type hints added
-------------------------------------------------------------------
Sat Jan 15 15:38:12 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.2.4:
* drop python 2x support
-------------------------------------------------------------------
Thu Sep 17 11:06:16 UTC 2020 - Dirk Mueller <dmueller@suse.com>