14
0
forked from pool/python-knack

Accepting request 1103869 from home:glaubitz:branches:devel:languages:python

- Update to version 0.11.0
  * Declare support for Python 3.11 and drop support for Python 3.7 (#275)
  * Stop converting argument's `bool` default value to `DefaultInt` (#273)

OBS-URL: https://build.opensuse.org/request/show/1103869
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knack?expand=0&rev=42
This commit is contained in:
2023-08-14 18:47:28 +00:00
committed by Git OBS Bridge
parent 4777336969
commit 1c5bbdf643
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Aug 14 13:08:03 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.11.0
* Declare support for Python 3.11 and drop support for Python 3.7 (#275)
* Stop converting argument's `bool` default value to `DefaultInt` (#273)
-------------------------------------------------------------------
Tue Dec 6 08:22:09 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>