15
0
forked from pool/python-cliff

Updating link to change in Cloud:OpenStack:Factory/python-cliff revision 24

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cliff?expand=0&rev=193634eb844597e86f1c9ebb0441dee3
This commit is contained in:
OBS User buildservice-autocommit
2024-01-04 09:15:14 +00:00
committed by Git OBS Bridge
parent 030228943e
commit f2e8343e83
5 changed files with 39 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cliff
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 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.10.1
Version: 4.4.0
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.10.1.tar.gz
Source0: https://files.pythonhosted.org/packages/source/c/cliff/cliff-4.4.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-PrettyTable
BuildRequires: python3-PyYAML
@@ -31,9 +31,7 @@ BuildRequires: python3-autopage
BuildRequires: python3-cmd2
BuildRequires: python3-docutils
BuildRequires: python3-fixtures
BuildRequires: python3-pbr
BuildRequires: python3-pytest
BuildRequires: python3-python-subunit
BuildRequires: python3-stevedore
BuildRequires: python3-testscenarios
BuildRequires: python3-testtools
@@ -74,12 +72,12 @@ other extensions.
This package contains documentation files for %{name}.
%prep
%autosetup -p1 -n cliff-3.10.1
%autosetup -p1 -n cliff-4.4.0
%py_req_cleanup
%build
%py3_build
PBR_VERSION=3.10.1 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=4.4.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html
rm -rf doc/build/html/.{doctrees,buildinfo}
%install