15
0
forked from pool/python-cliff

Accepting request 680099 from devel:languages:python

- update to version 2.14.0
  - sphinxext: Warn if namespace or command pattern invalid
  - fix tox python3 overrides
  - import zuul job settings from project-config
  - Remove the warning of getargspec removal
  - Zuul: Remove project name
  - Fix cmd2 doc URL
  - add lib-forward-testing-python3 test job
  - support cmd2 0.9.1 in interactive mode
  - update cmd2 dependency to handle py3 only versions
  - Build universal wheels
  - exclude cmd2 0.8.3 and update to 0.8.4
  - Align parsed() call with cmd2 versions >= 0.7.3
  - Removed unused err variable
  - switch documentation job to new PTI
  - add python 3.6 unit test job
  - Remove travis.yml
  - Assure executable name is kept when app is called as module
  - Updated from global requirements
  - add lower-constraints job
  - Don't try to run issubclass on non-classes
  - fix typos in documentation

OBS-URL: https://build.opensuse.org/request/show/680099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cliff?expand=0&rev=32
This commit is contained in:
2019-03-04 08:09:40 +00:00
committed by Git OBS Bridge
parent ed997eec5c
commit a6503b4a60
4 changed files with 35 additions and 10 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Feb 28 11:42:03 UTC 2019 - cloud-devel@suse.de
- update to version 2.14.0
- sphinxext: Warn if namespace or command pattern invalid
- fix tox python3 overrides
- import zuul job settings from project-config
- Remove the warning of getargspec removal
- Zuul: Remove project name
- Fix cmd2 doc URL
- add lib-forward-testing-python3 test job
- support cmd2 0.9.1 in interactive mode
- update cmd2 dependency to handle py3 only versions
- Build universal wheels
- exclude cmd2 0.8.3 and update to 0.8.4
- Align parsed() call with cmd2 versions >= 0.7.3
- Removed unused err variable
- switch documentation job to new PTI
- add python 3.6 unit test job
- Remove travis.yml
- Assure executable name is kept when app is called as module
- Updated from global requirements
- add lower-constraints job
- Don't try to run issubclass on non-classes
- fix typos in documentation
-------------------------------------------------------------------
Tue Feb 13 18:27:32 UTC 2018 - cloud-devel@suse.de