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,11 +1,11 @@
<services>
<service mode="disabled" name="renderspec">
<service mode="manual" name="renderspec">
<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>
</service>
<service mode="disabled" name="download_files">
<service mode="manual" name="download_files">
</service>
<service name="format_spec_file" mode="disabled"/>
<service name="format_spec_file" mode="manual"/>
</services>

View File

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

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

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

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jan 4 09:13:21 UTC 2024 - cloud-devel@suse.de
- update to version 4.4.0
- Defer loading cmd2
- Fix flake8 violation E721
- Removing helper functions providing Python < 3.3 compatibility
- Remove final use of pkg_resources
- Migrate Python 3.6/7 jobs to Python 3.8
- Update Python testing per Zed cycle testing runtime
- Add Python3 yoga unit tests
- Use upper-constraint in doc generation
- Clarification of the algorithm used
- requirements: Remove explicit pbr dependency
- requirements: Remove explicit python-subunit dependency
- Add Python3 antelope unit tests
- Autofit table output if stdout is a tty
- Removing brackets around tested conditional
- Handle complex objects in yaml formatter better
- Defer loading PyYAML
- setup.cfg: Replace dashes with underscores
- Add pre-commit
- columns: Useful __str__, __repr__ implementation
- Replace abc.abstractproperty with property and abc.abstractmethod
- Strip trailing periods when getting description
- requirements: Remove explicit pyparsing dependency
- Fix pre-commit issues
-------------------------------------------------------------------
Sat May 14 12:26:14 UTC 2022 - cloud-devel@suse.de

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