diff --git a/invoke-1.4.1.tar.gz b/invoke-1.4.1.tar.gz deleted file mode 100644 index 6280edd..0000000 --- a/invoke-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de3f23bfe669e3db1085789fd859eb8ca8e0c5d9c20811e2407fa042e8a5e15d -size 332271 diff --git a/invoke-1.6.0.tar.gz b/invoke-1.6.0.tar.gz new file mode 100644 index 0000000..86917ba --- /dev/null +++ b/invoke-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374d1e2ecf78981da94bfaf95366216aaec27c2d6a7b7d5818d92da55aa258d3 +size 367329 diff --git a/python-invoke.changes b/python-invoke.changes index f190755..2f7e151 100644 --- a/python-invoke.changes +++ b/python-invoke.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Wed Aug 18 13:52:50 UTC 2021 - John Paul Adrian Glaubitz + +- Update to version 1.6.0 + * Version bump for next release + * Return to using print() and no newline in echo_format + * Blacken + * Changelog re #791 + * s/output_format/echo_format/g + * Fix whitespace + * Contact methods update :( + * Adding support for a custom output format via run.echo + * Fix typo + * Tweak versionadded/changed bits for new param. +- from version 1.5.1 + * Alphabetize run() kwarg param declarations in docstring + * Document dry kwarg for run() in docstring + * Treat whitespace-only docstrings as empty docstrings. +- from version 1.5.0 + * Changelog, docstring and test tweak re #607, re #454 + * Tweaks re #611 + * Changelog re #409, re #398, re #611, re #580 + * Tweak #197 changelog to link to modified API member + * Stop publishing bogus codecov reports from Travis + * Docs and changelog re #197, closes #197 + * Realized OP's impl was overkill/caused bugs. Just set name. + * Use identity testing in collection task lookup asserts + * Refactor default task/collection collision & enhanced its tests + * Minor tweaks to update #197 + * Upgrade codecov client, prev version cannot talk to their object store + * Fix small pile of minor doc reference errors + * Changelog re coverage tweaks + * Test Exit more thoroughly + * Improve test coverage of Failure hierarchy repr() + * Not sure why UnexpectedExit repr override __repr__ and not _repr + * Blacken + * Bump version for release/testing + * Populate MockContext NotImplementedErrors with triggering command + * Enhance MockContext a whole bunch + * Enhance testing concepts doc + * Python packaging guide is no longer using /en/latest URL + * Blacken, flake8 + * Populate Result.command automatically within MockContext methods + * Wrap MockContext methods in actual Mock when present + * Expand sys.modules cleaner in conftest to clean EVERYTHING + * Fix inaccurate indentation for MockContext versionadded directive + * Needed to mark this bug major because it was in the 1.2 line which + hasn't since gotten any bugfix releases + * Grumble forgot a backported note + * Add test: mismatched help text raises error + * Add tests: parameter help defined with underscores + * Cosmetic: satisfy black + * Simplify if/else/if/else a bit + * Fix bug if didn't give help for param. + * Add error when gave help for typoed param #398 + * Fix help text behavior for params with underscores in name #409 + * Skip Path unit test if Path can't be imported + * Clarify why we do str() on a possible str object + * Make Travis happy for Python 2.7 and pypy + * Satisfy flake8 compatibility + * Allow Pathlib.path objects to be used with Context.cd() + * Allow subcollections to be defaults of parent collections + ------------------------------------------------------------------- Fri Oct 16 12:55:39 UTC 2020 - Benjamin Greiner diff --git a/python-invoke.spec b/python-invoke.spec index 125f456..718cc1e 100644 --- a/python-invoke.spec +++ b/python-invoke.spec @@ -1,7 +1,7 @@ # # spec file for package python-invoke # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-invoke -Version: 1.4.1 +Version: 1.6.0 Release: 0 Summary: Pythonic Task Execution License: BSD-2-Clause @@ -39,7 +39,7 @@ Requires: python-lexicon Requires: python-pexpect Requires: python-six Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %if %{with test} BuildRequires: %{python_module PyYAML}