chore(deps): update dependency plumbum to v2#281
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #281 +/- ##
=======================================
Coverage 78.45% 78.45%
=======================================
Files 56 56
Lines 3021 3021
=======================================
Hits 2370 2370
Misses 651 651 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=1.6.1,<1.11→>=1.6.1,<2.1Release Notes
tomerfiliba/plumbum (plumbum)
v2.0.1Compare Source
Fixes:
SwitchInfohashable again sorequires=/excludes=work (#​818 <https://github.com/tomerfiliba/plumbum/pull/818>_)Internal:
conda.recipe(#​819 <https://github.com/tomerfiliba/plumbum/pull/819>_)v2.0.0Compare Source
Features:
#​768 <https://github.com/tomerfiliba/plumbum/pull/768>_)popenon async pipelines (#​795 <https://github.com/tomerfiliba/plumbum/pull/795>,#​804 <https://github.com/tomerfiliba/plumbum/pull/804>)#​779 <https://github.com/tomerfiliba/plumbum/pull/779>_)#​774 <https://github.com/tomerfiliba/plumbum/pull/774>_)#​766 <https://github.com/tomerfiliba/plumbum/pull/766>_)#​746 <https://github.com/tomerfiliba/plumbum/pull/746>_)#​744 <https://github.com/tomerfiliba/plumbum/pull/744>_)#​745 <https://github.com/tomerfiliba/plumbum/pull/745>_)#​730 <https://github.com/tomerfiliba/plumbum/pull/730>_)#​737 <https://github.com/tomerfiliba/plumbum/pull/737>_)#​743 <https://github.com/tomerfiliba/plumbum/pull/743>_)#​733 <https://github.com/tomerfiliba/plumbum/pull/733>_)#​739 <https://github.com/tomerfiliba/plumbum/pull/739>_)#​752 <https://github.com/tomerfiliba/plumbum/pull/752>_)#​741 <https://github.com/tomerfiliba/plumbum/pull/741>_)#​740 <https://github.com/tomerfiliba/plumbum/pull/740>_)#​742 <https://github.com/tomerfiliba/plumbum/pull/742>_)#​735 <https://github.com/tomerfiliba/plumbum/pull/735>_)#​738 <https://github.com/tomerfiliba/plumbum/pull/738>_)#​748 <https://github.com/tomerfiliba/plumbum/pull/748>_)#​749 <https://github.com/tomerfiliba/plumbum/pull/749>_)#​780 <https://github.com/tomerfiliba/plumbum/pull/780>_)#​783 <https://github.com/tomerfiliba/plumbum/pull/783>_)#​794 <https://github.com/tomerfiliba/plumbum/pull/794>_)#​782 <https://github.com/tomerfiliba/plumbum/pull/782>_)atexitfor color handling to avoid teardown issues (#​785 <https://github.com/tomerfiliba/plumbum/pull/785>_)Removed:
.basename,.isdir(),.isfile(), and.islink(); use.name,.is_dir(),.is_file(), and.is_symlink()instead.SshMachine.nohup()method; use the command.nohupmodifier ordaemonic_popen()instead.Deprecated:
Style.print_(a Python 2 era shortcut) now emits aFutureWarning; use.printinstead.Fixes:
#​776 <https://github.com/tomerfiliba/plumbum/pull/776>_)#​747 <https://github.com/tomerfiliba/plumbum/pull/747>_)perf_counterinstead of datetime for Progress (#​754 <https://github.com/tomerfiliba/plumbum/pull/754>_)BrokenPipeErrorwhen piping CLI help output to head (#​727 <https://github.com/tomerfiliba/plumbum/pull/727>_)allanddirfor modules to improve introspection (#​793 <https://github.com/tomerfiliba/plumbum/pull/793>_)#​792 <https://github.com/tomerfiliba/plumbum/pull/792>_)#​784 <https://github.com/tomerfiliba/plumbum/pull/784>_)#​781 <https://github.com/tomerfiliba/plumbum/pull/781>_)StdinDataRedirection.popen(#​798 <https://github.com/tomerfiliba/plumbum/pull/798>_)#​806 <https://github.com/tomerfiliba/plumbum/pull/806>_)#​808 <https://github.com/tomerfiliba/plumbum/pull/808>_)stem, the SSH tunnel timeout, andSetcompletion (#​809 <https://github.com/tomerfiliba/plumbum/pull/809>_)**glob recursively like pathlib (#​628 <https://github.com/tomerfiliba/plumbum/pull/628>,#​812 <https://github.com/tomerfiliba/plumbum/pull/812>)#​762 <https://github.com/tomerfiliba/plumbum/pull/762>_)Tests:
ImportErrorforplumbum.cmd(#​769 <https://github.com/tomerfiliba/plumbum/pull/769>_)LANG=Cin pytest to fix locale-dependent test failures (#​772 <https://github.com/tomerfiliba/plumbum/pull/772>_)#​757 <https://github.com/tomerfiliba/plumbum/pull/757>_)log_levelis better thanlog_cli_level(#​756 <https://github.com/tomerfiliba/plumbum/pull/756>_)#​789 <https://github.com/tomerfiliba/plumbum/pull/789>_)Internal:
#​750 <https://github.com/tomerfiliba/plumbum/pull/750>_)#​751 <https://github.com/tomerfiliba/plumbum/pull/751>_)#​753 <https://github.com/tomerfiliba/plumbum/pull/753>_)#​736 <https://github.com/tomerfiliba/plumbum/pull/736>_)#​732 <https://github.com/tomerfiliba/plumbum/pull/732>_)AGENTS.mdand avoid extra files (#​803 <https://github.com/tomerfiliba/plumbum/pull/803>_)#​811 <https://github.com/tomerfiliba/plumbum/pull/811>_)#​810 <https://github.com/tomerfiliba/plumbum/pull/810>_)#​814 <https://github.com/tomerfiliba/plumbum/pull/814>_)Docs:
#​787 <https://github.com/tomerfiliba/plumbum/pull/787>,#​786 <https://github.com/tomerfiliba/plumbum/pull/786>)#​791 <https://github.com/tomerfiliba/plumbum/pull/791>_)#​790 <https://github.com/tomerfiliba/plumbum/pull/790>,#​788 <https://github.com/tomerfiliba/plumbum/pull/788>)CI:
#​771 <https://github.com/tomerfiliba/plumbum/pull/771>_)#​763 <https://github.com/tomerfiliba/plumbum/pull/763>_)#​764 <https://github.com/tomerfiliba/plumbum/pull/764>_)#​770 <https://github.com/tomerfiliba/plumbum/pull/770>_)setup-uvto maintained tag scheme (#​799 <https://github.com/tomerfiliba/plumbum/pull/799>_)Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.