SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-invoke-1.7.0-2.2.noarch.rpm :

* 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 codeAATTbnavigator.de- Add fix-yaml-loader.patch, PyYAML 6 broke it.
* Wed Aug 18 2021 adrian.glaubitzAATTsuse.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
* Fri Oct 16 2020 codeAATTbnavigator.de- disable test suite with bcond because of unmaintained pytest-relaxed gh#bitprophet/pytest-relaxed#12
* Tue Apr 14 2020 mcalabkovaAATTsuse.com- 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 tchvatalAATTsuse.com- Update patch pytest4.patch to make it really work with new pytests
* Mon Aug 12 2019 mcalabkovaAATTsuse.com- Update to version 1.3.0
* Allow the configuration system to override which Executor subclass to use when executing tasks.
* Add support for command timeouts, i.e. the ability to add an upper bound on how long a call to run may take to execute.
* Add basic dry-run support, in the form of a new --dry CLI option.
* Add a new Runner method, close_proc_stdin, and call it when standard input processing detects an EOF.
* Wed Jul 24 2019 tchvatalAATTsuse.com- Disable tests for now as they break with new pytest-relaxed- Add another patch fixing errors with new pytest:
* pytest4.patch
* Fri Jul 19 2019 tchvatalAATTsuse.com- Restrict pytest5 and pytest4 for now upstream tests only with pytest3...
* Tue Mar 26 2019 tchvatalAATTsuse.com- Update to 1.2.0:
* [Feature] #301: (via #414) Overhaul tab completion mechanisms so users can print a completion script which automatically matches the emitting binary’s configured names (compared to the previous hardcoded scripts, which only worked for inv/invoke by default). Thanks to Nicolas Höning for the foundational patchset.
* Sat Aug 11 2018 tchvatalAATTsuse.com- Add patch to not use vendored libs:
* 0001-Make-test-fallback-to-system-modules-when-vendorized.patch- Remove unneeded deps- Remove the multibuild again as we no longer cycle
* Sat Aug 11 2018 tchvatalAATTsuse.com- Update to 1.1.1:
* Various tweaks for pytest and new py releases support- Switch to multibuild to run tests
* Sat Apr 28 2018 badshah400AATTgmail.com- Update to version 0.22.1:
* gh#pyinvoke/invoke#488: Account for additional I/O related OSError error strings when attempting to capture only this specific subtype of error.
* gh#pyinvoke/invoke#437: When merging configuration levels together (which uses copy.copy by default), pass file objects by reference so they don’t get closed.
* gh#pyinvoke/invoke#342: Accidentally hardcoded Collection instead of cls in Collection.from_module (an alternate constructor and therefore a classmethod.) This made it rather hard to properly subclass Collection.
* gh#pyinvoke/invoke#469: Fix up the doc/example re: subclassing Config.
* gh#pyinvoke/invoke#433: Add -dev and -nightly style Python versions to our Travis builds.- Changes from version 0.22.0:
* Iterable-type CLI args were actually still somewhat broken & were ‘eating’ values after themselves in the parser stream (thus e.g. preventing parsing of subsequent tasks or flags.)
* gh#pyinvoke/invoke#364: Drop Python 2.6 and Python 3.3 support, as these versions now account for only very low percentages of the userbase and are unsupported (or about to be unsupported) by the rest of the ecosystem, including pip.- Update URL to upstream recommended.
* Wed Oct 18 2017 toddrme2178AATTgmail.com- Update to 0.21.0
* No changelog
* Thu Aug 24 2017 jmatejekAATTsuse.com- singlespec auto-conversion
* Sat Dec 10 2016 jengelhAATTinai.de- Declare use of bashisms
 
ICM