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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5728128297e6d269791085cf96c2ffdfcef58cf83c634a5cb92eb03b2929838
size 72425

3
knack-0.11.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb6568001e9110b1b320941431c51033d104cc98cda2254a5c2b09ba569fd494
size 72308

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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-knack
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-knack
Version: 0.10.1
Version: 0.11.0
Release: 0
Summary: A Command-Line Interface framework
License: MIT