Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-invoke for openSUSE:Factory checked in at 2021-08-25 20:55:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-invoke (Old) and /work/SRC/openSUSE:Factory/.python-invoke.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-invoke" Wed Aug 25 20:55:56 2021 rev:11 rq:912926 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-invoke/python-invoke.changes 2020-10-29 09:48:21.444170027 +0100 +++ /work/SRC/openSUSE:Factory/.python-invoke.new.1899/python-invoke.changes 2021-08-25 20:56:00.189334884 +0200 @@ -1,0 +2,63 @@ +Wed Aug 18 13:52:50 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- 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 + +------------------------------------------------------------------- Old: ---- invoke-1.4.1.tar.gz New: ---- invoke-1.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-invoke.spec ++++++ --- /var/tmp/diff_new_pack.FrYusW/_old 2021-08-25 20:56:01.057333745 +0200 +++ /var/tmp/diff_new_pack.FrYusW/_new 2021-08-25 20:56:01.065333734 +0200 @@ -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-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} ++++++ invoke-1.4.1.tar.gz -> invoke-1.6.0.tar.gz ++++++ ++++ 1688 lines of diff (skipped)