- 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:
Dirk Mueller 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b6deaf585eee0a848205d0b8c0014b9bf6f287a8eb798818a642dff1df14b19
size 344626

3
invoke-1.7.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41b428342d466a82135d5ab37119685a989713742be46e42a3a399d685579314
size 374306

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>

View File

@ -21,12 +21,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-invoke
Version: 1.7.1
Version: 1.7.3
Release: 0
Summary: Pythonic Task Execution
License: BSD-2-Clause
Group: Development/Languages/Python
URL: http://www.pyinvoke.org
URL: https://www.pyinvoke.org
Source: https://files.pythonhosted.org/packages/source/i/invoke/invoke-%{version}.tar.gz
Patch0: 0001-Make-test-fallback-to-system-modules-when-vendorized.patch
Patch1: pytest4.patch