chore(deps): update dependency fire to v0.7.1 #3
No reviewers
Labels
No labels
bug
dependencies
docker
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
php
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jorijn/bitcoin-dca!3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/fire-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==0.3.1→==0.7.1Release Notes
google/python-fire (fire)
v0.7.1: Python Fire v0.7.1Compare Source
What's Changed
Full Changelog: https://github.com/google/python-fire/compare/v0.7.0...v0.7.1
v0.7.0: Python Fire v0.7.0Compare Source
Notable in this release:
What's Changed
setup.pyby @Borda in #555New Contributors
Full Changelog: https://github.com/google/python-fire/compare/v0.6.0...v0.7.0
v0.6.0: Python Fire v0.6.0Compare Source
This is the last release supporting Python 2. Subsequent releases will be Python 3 only. The automatically generated release notes follow.
What's Changed
Github->GitHubby @jbampton in #425$sign in bash completion by @maximehk in #472New Contributors
Full Changelog: https://github.com/google/python-fire/compare/v0.5.0...v0.6.0
v0.5.0: Python Fire v0.5.0Compare Source
Changelist
Highlighted change:
fire.Fire(serialize=custom_serialize_fn)#345You can now pass a custom serialization function to fire to control how the output is serialized.
Your serialize function should accept an object as input, and may return a string as output. If it returns a string, Fire will display that string. If it returns None, Fire will display nothing. If it returns something else, Fire will use the default serialization method to convert it to text.
The default serialization remains unchanged from previous versions. Primitives and collections of primitives are serialized one item per line. Objects that define a custom
__str__function are serialized using that. Complex objects that don't define__str__trigger their help screen rather than being serialized and displayed.v0.4.0: Python Fire v0.4.0Compare Source
Changelist
python -m fireHighlighted change:
python -m fireYou can use Python Fire without ever modifying your code. To use it, first install Python Fire with
pip install fire. Then simply runpython -m fire path/to/yourfile.pyorpython -m fire path.to.yourmodule.This is both a fast way to use Python Fire to create a CLI from your code, and a way to apply Python Fire quickly to a codebase you don't have access to.
Configuration
📅 Schedule: Branch creation - "after 3am every weekday,every weekend" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.