15
0
forked from pool/python-cliff

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
This commit is contained in:
2025-01-10 10:02:20 +00:00
committed by Git OBS Bridge
parent bca3684097
commit 8b60e1be1f
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jan 9 16:03:46 UTC 2025 - Yunus Acar <yunus.acar@suse.com>
- 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 <dmueller@suse.com>