forked from pool/python-cliff
- update to version 3.1.0
- Switch to Ussuri jobs - Add contributors link to readme - Fix nested argument groups with ignore conflict handler - [ussuri][goal] Drop python 2.7 support and testing - Allow finding command by partial name - Add autoprogram_cliff_app_dist_name config opt - adding missing releasenote for the drop of py27 support - Add an errexit attribute to InteractiveApp to exit on command errors - Re-add support for python 3.5 - Modify the help message of `-c`/`--column` parameter - Stop wildcard importing argparse OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cliff?expand=0&rev=14
This commit is contained in:
2
_service
2
_service
@@ -1,6 +1,6 @@
|
||||
<services>
|
||||
<service mode="disabled" name="renderspec">
|
||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/cliff/cliff.spec.j2</param>
|
||||
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/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:622e777b8ac2eb479708fe53893c37b2fd5469ce2c6c5b794a658246f05c6b81
|
||||
size 77504
|
||||
3
cliff-3.1.0.tar.gz
Normal file
3
cliff-3.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:529b0ee0d2d38c7cbbababbbe3472b43b667a5c36025ef1b6cd00851c4313849
|
||||
size 79037
|
||||
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 12 09:52:03 UTC 2020 - cloud-devel@suse.de
|
||||
|
||||
- update to version 3.1.0
|
||||
- Switch to Ussuri jobs
|
||||
- Add contributors link to readme
|
||||
- Fix nested argument groups with ignore conflict handler
|
||||
- [ussuri][goal] Drop python 2.7 support and testing
|
||||
- Allow finding command by partial name
|
||||
- Add autoprogram_cliff_app_dist_name config opt
|
||||
- adding missing releasenote for the drop of py27 support
|
||||
- Add an errexit attribute to InteractiveApp to exit on command errors
|
||||
- Re-add support for python 3.5
|
||||
- Modify the help message of `-c`/`--column` parameter
|
||||
- Stop wildcard importing argparse
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 11 12:19:48 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: python-cliff
|
||||
Version: 2.16.0
|
||||
Version: 3.1.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-2.16.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-3.1.0.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python3-PrettyTable
|
||||
BuildRequires: python3-PyYAML
|
||||
@@ -83,12 +83,12 @@ other extensions.
|
||||
This package contains documentation files for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n cliff-2.16.0
|
||||
%autosetup -p1 -n cliff-3.1.0
|
||||
%py_req_cleanup
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
PBR_VERSION=2.16.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html
|
||||
PBR_VERSION=3.1.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