15
0
forked from pool/python-cliff

Accepting request 977241 from Cloud:OpenStack:Factory

- update to version 3.10.1
  - Removing modindex link from docs
  - Automatically page interactive root help output

- remove six dependency 

- update to version 3.9.0
  - Add Python3 xena unit tests
  - Replace getargspec with getfullargspec
  - Handle SIGPIPE exit gracefully
  - setup.cfg: Replace dashes with underscores
  - Update unit test to satisfy python3.10+
  - Add conflict_handler parameter as attribut in Command class
  - Use py3 as the default runtime for tox
  - Colourise and automatically page help output

OBS-URL: https://build.opensuse.org/request/show/977241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=40
This commit is contained in:
2022-05-14 20:52:26 +00:00
committed by Git OBS Bridge
5 changed files with 36 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/wallaby/openstack/cliff/cliff.spec.j2</param>
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/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>

3
cliff-3.10.1.tar.gz Normal file
View File

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

View File

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

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sat May 14 12:26:14 UTC 2022 - cloud-devel@suse.de
- update to version 3.10.1
- Removing modindex link from docs
- Automatically page interactive root help output
-------------------------------------------------------------------
Fri May 13 22:33:11 UTC 2022 - Dirk Müller <dmueller@suse.com>
- remove six dependency
-------------------------------------------------------------------
Tue Oct 26 22:13:33 UTC 2021 - cloud-devel@suse.de
- update to version 3.9.0
- Add Python3 xena unit tests
- Replace getargspec with getfullargspec
- Handle SIGPIPE exit gracefully
- setup.cfg: Replace dashes with underscores
- Update unit test to satisfy python3.10+
- Add conflict_handler parameter as attribut in Command class
- Use py3 as the default runtime for tox
- Colourise and automatically page help output
-------------------------------------------------------------------
Sun May 2 17:15:03 UTC 2021 - cloud-devel@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cliff
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,32 +17,26 @@
Name: python-cliff
Version: 3.7.0
Version: 3.10.1
Release: 0
Summary: Command Line Interface Formulation Framework
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/cliff
Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-3.7.0.tar.gz
Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-3.10.1.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-PrettyTable
BuildRequires: python3-PyYAML
BuildRequires: python3-autopage
BuildRequires: python3-cmd2
BuildRequires: python3-docutils
BuildRequires: python3-fixtures
BuildRequires: python3-mock
BuildRequires: python3-pbr
BuildRequires: python3-pytest
BuildRequires: python3-python-subunit
BuildRequires: python3-stevedore
BuildRequires: python3-testscenarios
BuildRequires: python3-testtools
Requires: python3-PrettyTable
Requires: python3-PyYAML
Requires: python3-cmd2
Requires: python3-pyparsing
Requires: python3-six
Requires: python3-stevedore
BuildArch: noarch
%description
@@ -54,9 +48,9 @@ other extensions.
Summary: Command Line Interface Formulation Framework
Requires: python3-PrettyTable
Requires: python3-PyYAML
Requires: python3-autopage
Requires: python3-cmd2
Requires: python3-pyparsing
Requires: python3-six
Requires: python3-stevedore
%description -n python3-cliff
@@ -80,12 +74,12 @@ other extensions.
This package contains documentation files for %{name}.
%prep
%autosetup -p1 -n cliff-3.7.0
%autosetup -p1 -n cliff-3.10.1
%py_req_cleanup
%build
%py3_build
PBR_VERSION=3.7.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=3.10.1 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html
rm -rf doc/build/html/.{doctrees,buildinfo}
%install