forked from pool/python-invoke
Accepting request 912908 from home:glaubitz:branches:devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/912908 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-invoke?expand=0&rev=27
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user