forked from pool/python-cliff
- update to version 3.7.0
- Add Python3 wallaby unit tests - Remove unicode from code - Exit gracefully on Ctrl-C - Update requirements - List setuptools under install_requires - change help action to use its own exception for exit - Remove Babel from lower-constraints.txt - Add '--sort-ascending', '--sort-descending' parameters - requirements: Uncap PrettyTable - Remove six - Remove lower-constraints - columns: Make 'FormattableColumn' comparable - Remove references to setuptools - Handle null values when sorting - Make 'FormattableColumn' comparable - Bump py37 to py38 in tox.ini - Update requirements URLs in tox config - Capturing argparse errors due to problem with cmd2 - trivial: Remove references to Python 2.7 - Document KeyboardInterrupt exit code - Add py38 package metadata - doc: Update bug tracker to storyboard - gitignore: Ignore reno artefacts OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cliff?expand=0&rev=18
This commit is contained in:
2
_service
2
_service
@@ -1,6 +1,6 @@
|
||||
<services>
|
||||
<service mode="disabled" name="renderspec">
|
||||
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/cliff/cliff.spec.j2</param>
|
||||
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/wallaby/openstack/cliff/cliff.spec.j2</param>
|
||||
<param name="output-name">python-cliff.spec</param>
|
||||
<param name="changelog-email">cloud-devel@suse.de</param>
|
||||
<param name="changelog-provider">gh,openstack,cliff</param>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49be854582ec4a74240cb72f287846f823cd8cbd2e25f924541d12f27104bda3
|
||||
size 78990
|
||||
3
cliff-3.7.0.tar.gz
Normal file
3
cliff-3.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:389c81960de13f05daf1cbd546f33199e86c518ba4266c79ec7a153a280980ea
|
||||
size 81853
|
||||
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 17:15:03 UTC 2021 - cloud-devel@suse.de
|
||||
|
||||
- update to version 3.7.0
|
||||
- Add Python3 wallaby unit tests
|
||||
- Remove unicode from code
|
||||
- Exit gracefully on Ctrl-C
|
||||
- Update requirements
|
||||
- List setuptools under install_requires
|
||||
- change help action to use its own exception for exit
|
||||
- Remove Babel from lower-constraints.txt
|
||||
- Add '--sort-ascending', '--sort-descending' parameters
|
||||
- requirements: Uncap PrettyTable
|
||||
- Remove six
|
||||
- Remove lower-constraints
|
||||
- columns: Make 'FormattableColumn' comparable
|
||||
- Remove references to setuptools
|
||||
- Handle null values when sorting
|
||||
- Make 'FormattableColumn' comparable
|
||||
- Bump py37 to py38 in tox.ini
|
||||
- Update requirements URLs in tox config
|
||||
- Capturing argparse errors due to problem with cmd2
|
||||
- trivial: Remove references to Python 2.7
|
||||
- Document KeyboardInterrupt exit code
|
||||
- Add py38 package metadata
|
||||
- doc: Update bug tracker to storyboard
|
||||
- gitignore: Ignore reno artefacts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 19:13:03 UTC 2020 - cloud-devel@suse.de
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-cliff
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: python-cliff
|
||||
Version: 3.4.0
|
||||
Version: 3.7.0
|
||||
Release: 0
|
||||
Summary: Command Line Interface Formulation Framework
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://launchpad.net/python-cliff
|
||||
Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-3.4.0.tar.gz
|
||||
URL: https://docs.openstack.org/cliff
|
||||
Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-3.7.0.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python3-PrettyTable
|
||||
BuildRequires: python3-PyYAML
|
||||
@@ -52,7 +52,6 @@ other extensions.
|
||||
|
||||
%package -n python3-cliff
|
||||
Summary: Command Line Interface Formulation Framework
|
||||
Group: Development/Languages/Python
|
||||
Requires: python3-PrettyTable
|
||||
Requires: python3-PyYAML
|
||||
Requires: python3-cmd2
|
||||
@@ -72,7 +71,6 @@ Summary: %{summary} - Documentation
|
||||
Group: Documentation/HTML
|
||||
BuildRequires: python3-Sphinx
|
||||
BuildRequires: python3-openstackdocstheme
|
||||
Provides: %{python_module cliff-doc = %{version}}
|
||||
|
||||
%description -n python-cliff-doc
|
||||
cliff is a framework for building command line programs. It uses
|
||||
@@ -82,12 +80,12 @@ other extensions.
|
||||
This package contains documentation files for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n cliff-3.4.0
|
||||
%autosetup -p1 -n cliff-3.7.0
|
||||
%py_req_cleanup
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
PBR_VERSION=3.4.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html
|
||||
PBR_VERSION=3.7.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html
|
||||
rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||
|
||||
%install
|
||||
|
||||
Reference in New Issue
Block a user