forked from pool/python-knack
Accepting request 882002 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/882002 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-knack?expand=0&rev=15
This commit is contained in:
3
knack-0.8.0.tar.gz
Normal file
3
knack-0.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:16aa47240add6badd933a0b27576f3c090d7469177dc941e3ece05ca88123199
|
||||||
|
size 70349
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e29ce0570395713e54b236f21a4137d316ac84c012533a107b63861d29cae5da
|
|
||||||
size 70917
|
|
||||||
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 29 11:18:30 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- New upstream release
|
||||||
|
+ Version 0.8.0
|
||||||
|
+ For detailed information about changes see the
|
||||||
|
CHANGELOG.md file provided with this package
|
||||||
|
- Override upstream version with 0.8.0.0 to ensure
|
||||||
|
proper upgrade from previous version 0.8.0rc2
|
||||||
|
- Update BuildRequires and Requires from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 14 10:54:49 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Thu Jan 14 10:54:49 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -16,16 +16,18 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define realversion 0.8.0
|
||||||
|
|
||||||
%{?!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.0rc2
|
Version: 0.8.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Command-Line Interface framework
|
Summary: A Command-Line Interface framework
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/microsoft/knack
|
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-%{realversion}.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 colorama}
|
||||||
@@ -34,7 +36,6 @@ BuildRequires: %{python_module mock}
|
|||||||
BuildRequires: %{python_module pygments}
|
BuildRequires: %{python_module pygments}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six}
|
|
||||||
BuildRequires: %{python_module tabulate}
|
BuildRequires: %{python_module tabulate}
|
||||||
BuildRequires: %{python_module vcrpy}
|
BuildRequires: %{python_module vcrpy}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@@ -44,7 +45,6 @@ Requires: python-argcomplete
|
|||||||
Requires: python-colorama
|
Requires: python-colorama
|
||||||
Requires: python-jmespath
|
Requires: python-jmespath
|
||||||
Requires: python-pygments
|
Requires: python-pygments
|
||||||
Requires: python-six
|
|
||||||
Requires: python-tabulate
|
Requires: python-tabulate
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@@ -53,7 +53,7 @@ BuildArch: noarch
|
|||||||
A Command-Line Interface framework
|
A Command-Line Interface framework
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n knack-%{version}
|
%setup -q -n knack-%{realversion}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
|||||||
Reference in New Issue
Block a user