14
0
forked from pool/python-invoke

- update to 1.7.3:

* Fix a non-fatal bug in our setup.py long_description generation causing
    1.7.0-1.7.2 to have malformed description text on PyPI. 
  * Fix errors thrown when comparing Task objects to non-Task objects; such
    comparisons are now always false.
  * Refactor CLI parser instantiation such that the tasks.ignore_unknown_help
    feature (added in 1.7) works when Invoke is run in --complete mode, i.e. in
    tab-completion scripts.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-invoke?expand=0&rev=33
This commit is contained in:
2022-10-16 17:52:09 +00:00
committed by Git OBS Bridge
parent 75bec38b26
commit abcf908e91
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Oct 16 17:50:36 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.7.3:
* Fix a non-fatal bug in our setup.py long_description generation causing
1.7.0-1.7.2 to have malformed description text on PyPI.
* Fix errors thrown when comparing Task objects to non-Task objects; such
comparisons are now always false.
* Refactor CLI parser instantiation such that the tasks.ignore_unknown_help
feature (added in 1.7) works when Invoke is run in --complete mode, i.e. in
tab-completion scripts.
-------------------------------------------------------------------
Sat Sep 24 10:56:41 UTC 2022 - Dirk Müller <dmueller@suse.com>