From 8b60e1be1f7e0bdbe6bd4c786593ea4f4beb26bcae7f82b7d1903080076cd221 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 10 Jan 2025 10:02:20 +0000 Subject: [PATCH] Accepting request 1236275 from home:yacar:branches:devel:languages:python - update to 4.8.0: * Remove unnecessary shebangs * ruff: Enable pyupgrade rules * Migrate to ruff, ruff-format * Drop support for Python 3.8, add Python 3.12 * pre-commit: Bump versions * Normalize columns given by '-c'/'--columns' OBS-URL: https://build.opensuse.org/request/show/1236275 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cliff?expand=0&rev=9 --- cliff-4.7.0.tar.gz | 3 --- cliff-4.8.0.tar.gz | 3 +++ python-cliff.changes | 11 +++++++++++ python-cliff.spec | 6 ++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 cliff-4.7.0.tar.gz create mode 100644 cliff-4.8.0.tar.gz diff --git a/cliff-4.7.0.tar.gz b/cliff-4.7.0.tar.gz deleted file mode 100644 index 1d0b87a..0000000 --- a/cliff-4.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ca45f8df519bbc0722c61049de7b7e442a465fa7f3f552b96d735fa26fd5b26 -size 84250 diff --git a/cliff-4.8.0.tar.gz b/cliff-4.8.0.tar.gz new file mode 100644 index 0000000..142bac0 --- /dev/null +++ b/cliff-4.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23eff502e603cf0aa841eaea6662a42cd3064169162b3e596b20226400e34dfd +size 84206 diff --git a/python-cliff.changes b/python-cliff.changes index cc1688d..d1b59c9 100644 --- a/python-cliff.changes +++ b/python-cliff.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jan 9 16:03:46 UTC 2025 - Yunus Acar + +- update to 4.8.0: + * Remove unnecessary shebangs + * ruff: Enable pyupgrade rules + * Migrate to ruff, ruff-format + * Drop support for Python 3.8, add Python 3.12 + * pre-commit: Bump versions + * Normalize columns given by '-c'/'--columns' + ------------------------------------------------------------------- Sun Jun 2 13:41:08 UTC 2024 - Dirk Müller diff --git a/python-cliff.spec b/python-cliff.spec index 86ca5ed..123c523 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -1,7 +1,7 @@ # # spec file for package python-cliff # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-cliff -Version: 4.7.0 +Version: 4.8.0 Release: 0 Summary: Command Line Interface Formulation Framework License: Apache-2.0 @@ -35,7 +35,6 @@ BuildRequires: %{python_module Sphinx >= 2.0.0} BuildRequires: %{python_module cmd2 >= 1.0.0} BuildRequires: %{python_module coverage >= 4.0} BuildRequires: %{python_module fixtures} -BuildRequires: %{python_module importlib_metadata >= 4.4} BuildRequires: %{python_module pytest} BuildRequires: %{python_module stevedore >= 2.0.1} BuildRequires: %{python_module testscenarios >= 0.4} @@ -46,7 +45,6 @@ Requires: python-PrettyTable >= 0.7.2 Requires: python-PyYAML >= 3.12 Requires: python-autopage >= 0.4.0 Requires: python-cmd2 >= 1.0.0 -Requires: python-importlib_metadata >= 4.4 Requires: python-stevedore >= 2.0.1 BuildArch: noarch %python_subpackages