Changelog for
python310-invoke-1.7.3-39.1.noarch.rpm :
* Fri Apr 21 2023 Dirk Müller
- add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Sun Oct 16 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 2022 Dirk Müller - update to 1.7.1:
* :bug:`659` Improve behavior under ``nohup``, which causes stdin to become an undetectably-unreadable (but otherwise legit) file descriptor. Previously this led to `OSError` even if you weren\'t expecting anything on stdin; we now trap this specific case and silently ignore it, allowing execution to continue. Thanks to ``AATTkingkisskill`` for initial report and to Ryan Stoner for followup and workshopping.
* Wed May 04 2022 pgajdosAATTsuse.com- version update to 1.7.0
* [Feature] #845: Env vars explicitly supplied to sudo (via its env kwarg) are now explicitly preserved via sudo’s --preserve-env argument. Patch courtesy of Benno Rice.
* [Feature] #793: Add a new tasks.ignore_unknown_help config option for users who hand their tasks centrally-defined argument help dictionaries; it defaults to False but such users may set it to True to avoid exceptions. Thanks to AATTAllu2 for the report.
* [Support]: Switch our continuous integration service from Travis-CI to Circle-CI, plus related and necessary updates to various administrative config files, management tasks and metadata. Including but not limited to:
* Enhanced PyPI-level metadata/links
* Split out tool config data from setup.cfg
* Enhance execution & coverage of unit vs integration tests under CI
* [Support] #803: Upgrade our vendored PyYAML from 3.11 to 5.4.1; this should both supply a number of security fixes, and address problems loading project-level YAML config files under Python 3.10. Fix via Andreas Rammhold.
* [Support]: Switch to using yaml.safe_load for loading config files. This avoids some warnings under newer PyYAML versions and is also, in a shocking twist, more secure.- do not require python-mock for build, testsuite is not run- modified patches % 0001-Make-test-fallback-to-system-modules-when-vendorized.patch (refreshed)- deleted patches - fix-yaml-loader.patch (upstreamed)
* Tue Dec 28 2021 Ben Greiner - Add fix-yaml-loader.patch, PyYAML 6 broke it.
* Wed Aug 18 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 2020 Benjamin Greiner - disable test suite with bcond because of unmaintained pytest-relaxed gh#bitprophet/pytest-relaxed#12
* Tue Apr 14 2020 Marketa Calabkova - Update to version 1.4.1
* Fix an issue with `~invoke.run` & friends having intermittent problems at exit time.
* Many other fixes.
* Tue Sep 17 2019 Tomáš Chvátal - Update patch pytest4.patch to make it really work with new pytests