forked from pool/python-knack
Accepting request 936170 from home:glaubitz:branches:devel:languages:python
- Update to version 0.9.0 * Support Python 3.10 (#250) * Only install colorama on Windows (#249) - Update BuildRequires and Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/936170 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knack?expand=0&rev=35
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4eaa50a1c5e79d1c5c8e5e1705b661721b0b83a089695e59e229cc26c64963b9
|
|
||||||
size 69351
|
|
||||||
3
knack-0.9.0.tar.gz
Normal file
3
knack-0.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7fcab17585c0236885eaef311c01a1e626d84c982aabcac81703afda3f89c81f
|
||||||
|
size 71499
|
||||||
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 7 08:24:18 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.9.0
|
||||||
|
* Support Python 3.10 (#250)
|
||||||
|
* Only install colorama on Windows (#249)
|
||||||
|
- Update BuildRequires and Requires from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 10 08:39:40 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Mon May 10 08:39:40 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-knack
|
Name: python-knack
|
||||||
Version: 0.8.2
|
Version: 0.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Command-Line Interface framework
|
Summary: A Command-Line Interface framework
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -28,7 +28,6 @@ URL: https://github.com/microsoft/knack
|
|||||||
Source: https://files.pythonhosted.org/packages/source/k/knack/knack-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/k/knack/knack-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module PyYAML}
|
BuildRequires: %{python_module PyYAML}
|
||||||
BuildRequires: %{python_module argcomplete}
|
BuildRequires: %{python_module argcomplete}
|
||||||
BuildRequires: %{python_module colorama}
|
|
||||||
BuildRequires: %{python_module jmespath}
|
BuildRequires: %{python_module jmespath}
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module pygments}
|
BuildRequires: %{python_module pygments}
|
||||||
@@ -40,7 +39,6 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-PyYAML
|
Requires: python-PyYAML
|
||||||
Requires: python-argcomplete
|
Requires: python-argcomplete
|
||||||
Requires: python-colorama
|
|
||||||
Requires: python-jmespath
|
Requires: python-jmespath
|
||||||
Requires: python-pygments
|
Requires: python-pygments
|
||||||
Requires: python-tabulate
|
Requires: python-tabulate
|
||||||
|
|||||||
Reference in New Issue
Block a user