From f2e8343e83b372453a70d4db575d77e998be6750ac6d994e7aa404f96fb1ae26 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 4 Jan 2024 09:15:14 +0000 Subject: [PATCH] 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 --- _service | 6 +++--- cliff-3.10.1.tar.gz | 3 --- cliff-4.4.0.tar.gz | 3 +++ python-cliff.changes | 28 ++++++++++++++++++++++++++++ python-cliff.spec | 12 +++++------- 5 files changed, 39 insertions(+), 13 deletions(-) delete mode 100644 cliff-3.10.1.tar.gz create mode 100644 cliff-4.4.0.tar.gz diff --git a/_service b/_service index c40dc35..b9f3052 100644 --- a/_service +++ b/_service @@ -1,11 +1,11 @@ - + https://opendev.org/openstack/rpm-packaging/raw/master/openstack/cliff/cliff.spec.j2 python-cliff.spec cloud-devel@suse.de gh,openstack,cliff - + - + diff --git a/cliff-3.10.1.tar.gz b/cliff-3.10.1.tar.gz deleted file mode 100644 index a8a7b6e..0000000 --- a/cliff-3.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:045aee3f3c64471965d7ad507ce8474a4e2f20815fbb5405a770f8596a2a00a0 -size 82764 diff --git a/cliff-4.4.0.tar.gz b/cliff-4.4.0.tar.gz new file mode 100644 index 0000000..44dc015 --- /dev/null +++ b/cliff-4.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8d404aa2d6b4d8639c61bd6dc47acb3656ebc3fc025b1b7bb07af2baef785f +size 83609 diff --git a/python-cliff.changes b/python-cliff.changes index 5d258d8..0579693 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -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 diff --git a/python-cliff.spec b/python-cliff.spec index e82011e..8734561 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -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