- update to 4.13.1:

* Remove use of ABCMeta for formatters
  * Run mypy from tox
  * Deprecate CommandManager namespace argument
  * Warn on duplicate commands in the same namespace
  * Revert "Implement conflict resolution"
  * Implement conflict resolution
  * typing: Fixups for typed stevedore

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cliff?expand=0&rev=15
This commit is contained in:
2026-01-22 08:43:04 +00:00
committed by Git OBS Bridge
parent 8449b26701
commit e4f3bbe6a3
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jan 22 08:41:56 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 4.13.1:
* Remove use of ABCMeta for formatters
* Run mypy from tox
* Deprecate CommandManager namespace argument
* Warn on duplicate commands in the same namespace
* Revert "Implement conflict resolution"
* Implement conflict resolution
* typing: Fixups for typed stevedore
-------------------------------------------------------------------
Wed Nov 26 08:49:45 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>