15
0
forked from pool/python-cliff

- update to version 3.9.0

- Add Python3 xena unit tests
  - Replace getargspec with getfullargspec
  - Handle SIGPIPE exit gracefully
  - setup.cfg: Replace dashes with underscores
  - Update unit test to satisfy python3.10+
  - Add conflict_handler parameter as attribut in Command class
  - Use py3 as the default runtime for tox
  - Colourise and automatically page help output

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cliff?expand=0&rev=20
This commit is contained in:
2021-10-26 22:13:53 +00:00
committed by Git OBS Bridge
parent 037912c89c
commit 5915a4b7dc
5 changed files with 23 additions and 14 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Oct 26 22:13:33 UTC 2021 - cloud-devel@suse.de
- update to version 3.9.0
- Add Python3 xena unit tests
- Replace getargspec with getfullargspec
- Handle SIGPIPE exit gracefully
- setup.cfg: Replace dashes with underscores
- Update unit test to satisfy python3.10+
- Add conflict_handler parameter as attribut in Command class
- Use py3 as the default runtime for tox
- Colourise and automatically page help output
-------------------------------------------------------------------
Sun May 2 17:15:03 UTC 2021 - cloud-devel@suse.de