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,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