diff --git a/invoke-1.7.1.tar.gz b/invoke-1.7.1.tar.gz deleted file mode 100644 index 93a191b..0000000 --- a/invoke-1.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b6deaf585eee0a848205d0b8c0014b9bf6f287a8eb798818a642dff1df14b19 -size 344626 diff --git a/invoke-1.7.3.tar.gz b/invoke-1.7.3.tar.gz new file mode 100644 index 0000000..e5b1bff --- /dev/null +++ b/invoke-1.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b428342d466a82135d5ab37119685a989713742be46e42a3a399d685579314 +size 374306 diff --git a/python-invoke.changes b/python-invoke.changes index 0a69b0f..c5da729 100644 --- a/python-invoke.changes +++ b/python-invoke.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Oct 16 17:50:36 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-invoke.spec b/python-invoke.spec index 0e0f567..8890713 100644 --- a/python-invoke.spec +++ b/python-invoke.spec @@ -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