Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 5, 2023

This PR contains the following updates:

Package Change Age Confidence
poethepoet (changelog) ^0.19.0 -> ^0.37.0 age confidence

Release Notes

nat-n/poethepoet (poethepoet)

v0.37.0: 0.37.0

Compare Source

Enhancements

Full Changelog: nat-n/poethepoet@v0.36.0...v0.37.0

v0.36.0: 0.36.0

Compare Source

Breaking changes

Full Changelog: nat-n/poethepoet@v0.35.1...v0.36.0

v0.35.1: 0.35.1

Compare Source

Fixes

New Contributors

Full Changelog: nat-n/poethepoet@v0.35.0...v0.35.1

v0.35.0: 0.35.0

Compare Source

Enhancements

Fixes

Full Changelog: nat-n/poethepoet@v0.34.0...v0.35.0

v0.34.0: 0.34.0

Compare Source

Enhancements

  • Add task packages feature by @​nat-n in #​286

    This adds a major new capability in Poe the Poet by allowing tasks to be defined and distributed for reuse in python modules.
    📖 Read the docs for more details

Full Changelog: nat-n/poethepoet@v0.33.1...v0.34.0

v0.33.1: 0.33.1

Compare Source

Fixes

New Contributors

Full Changelog: nat-n/poethepoet@v0.33.0...v0.33.1

v0.33.0: 0.33.0

Compare Source

Enhancements

Fixes

  • Fix argument parsing issues in poetry 2.0 plugin by @​nat-n in #​277
  • Use python3 or sys.executable if python is not on the path by @​nat-n in #​278
  • Tighten poetry-core dependency for non-wheel based installation methods

New Contributors

Full Changelog: nat-n/poethepoet@v0.32.2...v0.33.0

v0.32.2: 0.32.2

Compare Source

Fixes

New Contributors

Full Changelog: nat-n/poethepoet@v0.32.1...v0.32.2

v0.32.1: 0.32.1

Compare Source

Enhancements

  • feat: Upgrade poetry dependency to make the poetry plugin work with poetry 2.0 by @​nat-n in #​269

Full Changelog: nat-n/poethepoet@v0.32.0...v0.32.1

v0.32.0: 0.32.0

Compare Source

Enhancements

  • Make command parsing support default value and alternate value operations on param expansions by @​nat-n in #​266

  • Explicitly disallow capture_stdout option on sequence tasks by @​nat-n in #​265

Full Changelog: nat-n/poethepoet@v0.31.1...v0.32.0

v0.31.1: 0.31.1

Compare Source

Fixes

  • fix: Explicitly disallow capture_stdout option on sequence tasks by @​nat-n in #​261
  • fix: Allow env var defaults in included task files by @​nat-n in #​263

Full Changelog: nat-n/poethepoet@v0.31.0...v0.31.1

v0.31.0: 0.31.0

Compare Source

Enhancements

  • Various improvements to config validation logic and error handling in general by @​nat-n in #​251
  • Drop support for python 3.8 and start testing 3.13 by @​nat-n in #​255

Fixes

  • Make task autocompletion work again in sub-directories by @​nat-n in #​258

Full Changelog: nat-n/poethepoet@v0.30.0...v0.31.0

v0.30.0: 0.30.0

Compare Source

Notice

This will be the last release to support python 3.8.

Enhancements

Fixes

Full Changelog: nat-n/poethepoet@v0.29.0...v0.30.0

v0.29.0: 0.29.0

Compare Source

Enhancements

New Contributors

Full Changelog: nat-n/poethepoet@v0.28.0...v0.29.0

v0.28.0: 0.28.0

Compare Source

Enhancements

  • Document support for global tasks and improve completion scripts by @​nat-n in #​235
  • Add --executor CLI option to override the executor at runtime. by @​nat-n in #​238

Full Changelog: nat-n/poethepoet@v0.27.0...v0.28.0

v0.27.0: 0.27.0

Compare Source

Enhancements

  • Add support for POE_GIT_DIR and POE_GIT_ROOT variables in config by @​nat-n in #​229

Fixes

New Contributors

Full Changelog: nat-n/poethepoet@v0.26.1...v0.27.0

v0.26.1

Compare Source

Fixes

  • Fix faulty validation of subtask names in sequence tasks by @​nat-n in #​219

Full Changelog: nat-n/poethepoet@v0.26.0...v0.26.1

v0.26.0

Compare Source

Enhancements and Fixes

  • Major refactor of config classes and config include logic by @​nat-n in #​214
    • Fixes issue with POE_ROOT/POE_PWD env vars not being usable from global env config: #​198
  • Use -C and --directory for pyproject.toml directory path (#​212) by @​jeraymond in #​213
  • Add POE_PROJECT_DIR env var as default for -C option by @​nat-n in #​215
  • Allow poetry plugin with empty command prefix to run tasks included from another file by @​nat-n in #​216

Breaking changes

  • Relative paths for envfiles imported from within an included tasks file will now be resolved relative to the cwd path configured on the include (if any) #​160

New Contributors

Full Changelog: nat-n/poethepoet@v0.25.1...v0.26.0

v0.25.1

Compare Source

Fixes

New Contributors

Full Changelog: nat-n/poethepoet@v0.25.0...v0.25.1

v0.25.0

Compare Source

Enhancements

Full Changelog: nat-n/poethepoet@v0.24.4...v0.25.0

v0.24.4: 0.24.4

Compare Source

Fixes

Enhancements

Full Changelog: nat-n/poethepoet@v0.24.3...v0.24.4

v0.24.3: 0.24.3

Compare Source

What's Changed

Full Changelog: nat-n/poethepoet@v0.24.2...v0.24.3

v0.24.2: 0.24.2

Compare Source

Fixes

Documentation

New Contributors

Full Changelog: nat-n/poethepoet@v0.24.1...v0.24.2

v0.24.1: 0.24.1

Compare Source

Enhancements

  • Show helpful error message when task executable is not on the path (#dfb8cabe)

Full Changelog: nat-n/poethepoet@v0.24.0...v0.24.1

v0.24.0: 0.24.0

Compare Source

Enhancements

Fixes

Full Changelog: nat-n/poethepoet@v0.23.0...v0.24.0

v0.23.0: 0.23.0

Compare Source

Enhancements

  • New AST parser for cmd tasks to replace quirky shlex based tokenization (#d0192621)
    • This brings cmd syntax for parameter expansions, pattern matching, whitespace, escaping, and quoting very close to being a strict subset of bash
    • This is a breaking change for some scenarios, for example parameter expansion no longer works inside single quotes.
    • This fixes some surprising quirks, that previously existed such as not being able to apply quotes to just a part of a token.
    • Pattern matching is still constrained to what the python standard library glob module can support
  • Respect NO_COLOR environment variable to disable ANSI color codes by default (#e6e031be)
  • Improve virtualenv activation logic to work with _OLD_VIRTUAL_PATH and _OLD_VIRTUAL_PYTHONHOME env vars (#f487993f)
  • Allow expr tasks to use the use_exec option (#​143e9075)

Full Changelog: nat-n/poethepoet@v0.22.1...v0.23.0

v0.22.1: 0.22.1

Compare Source

Fixes

New Contributors

Full Changelog: nat-n/poethepoet@v0.22.0...v0.22.1

v0.22.0: 0.22.0

Compare Source

Enhancements

  • Support configuring tasks to run in the original working directory by @​Spiffyk in #​161

Fixes

New Contributors

Full Changelog: nat-n/poethepoet@v0.21.1...v0.22.0

v0.21.1: 0.21.1

Compare Source

Fixes

  • Fix broken links in README #​157

v0.21.0: 0.21.0

Compare Source

Enhancements

  • Add program_name and config_name arguments to PoeThePoet to improve support for embedding within another tool #​149

Fixes

New Contributors

Full Changelog: nat-n/poethepoet@v0.20.0...v0.21.0

v0.20.0: 0.20.0

Compare Source

Enhancements

Fixes

  • win32: Resolve Executable to Absolute Path if not found in venv by @​ameily in #​142

Breaking changes

  • Drop support for python 3.7

New Contributors

Full Changelog: nat-n/poethepoet@v0.19.0...v0.20.0


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented May 5, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...
<c1>Source (torch):</c1> Authorization error accessing https://download.pytorch.org/whl/cpu/poethepoet/

Creating virtualenv pytorch-lightning-sam-callback-hplX6J3w-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's Python requirement (>=3.7,<4.0) is not compatible with some of the required packages Python requirement:
  - poethepoet requires Python >=3.8, so it will not be satisfied for Python >=3.7,<3.8

Because no versions of poethepoet match >0.26.0,<0.27.0
 and poethepoet (0.26.0) requires Python >=3.8, poethepoet is forbidden.
So, because pytorch-lightning-sam-callback depends on poethepoet (^0.26.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For poethepoet, a possible solution would be to set the `python` property to ">=3.8,<4.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers

@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from 7c4cc60 to abe86b6 Compare July 9, 2023 18:36
@renovate renovate bot changed the title chore(deps): update dependency poethepoet to ^0.20.0 chore(deps): update dependency poethepoet to ^0.21.0 Jul 9, 2023
@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from abe86b6 to 47145db Compare August 14, 2023 18:04
@renovate renovate bot changed the title chore(deps): update dependency poethepoet to ^0.21.0 chore(deps): update dependency poethepoet to ^0.22.0 Aug 14, 2023
@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from 47145db to 30143e1 Compare September 23, 2023 15:37
@renovate renovate bot changed the title chore(deps): update dependency poethepoet to ^0.22.0 chore(deps): update dependency poethepoet to ^0.23.0 Sep 23, 2023
@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from 30143e1 to a331fe5 Compare September 30, 2023 22:05
@renovate renovate bot changed the title chore(deps): update dependency poethepoet to ^0.23.0 chore(deps): update dependency poethepoet to ^0.24.0 Sep 30, 2023
@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from a331fe5 to e6543e5 Compare February 25, 2024 22:16
@renovate renovate bot changed the title chore(deps): update dependency poethepoet to ^0.24.0 chore(deps): update dependency poethepoet to ^0.25.0 Feb 25, 2024
@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from e6543e5 to 2f91dde Compare April 28, 2024 00:41
@renovate renovate bot changed the title chore(deps): update dependency poethepoet to ^0.25.0 chore(deps): update dependency poethepoet to ^0.26.0 Apr 28, 2024
@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from 2f91dde to dcf4c4f Compare June 13, 2024 02:01
@renovate
Copy link
Contributor Author

renovate bot commented Jun 13, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...

Source (torch): Authorization error accessing https://download.pytorch.org/whl/cpu/poethepoet/

The current project's Python requirement (>=3.7,<4.0) is not compatible with some of the required packages Python requirement:
  - poethepoet requires Python >=3.9, so it will not be satisfied for Python >=3.7,<3.9

Because no versions of poethepoet match >0.37.0,<0.38.0
 and poethepoet (0.37.0) requires Python >=3.9, poethepoet is forbidden.
So, because pytorch-lightning-sam-callback depends on poethepoet (^0.37.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For poethepoet, a possible solution would be to set the `python` property to ">=3.9,<4.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers

@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from dcf4c4f to 062d9c3 Compare June 26, 2024 22:14
@renovate renovate bot changed the title chore(deps): update dependency poethepoet to ^0.26.0 chore(deps): update dependency poethepoet to ^0.27.0 Jun 26, 2024
@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from 062d9c3 to f6756a9 Compare August 31, 2024 23:08
@renovate renovate bot changed the title chore(deps): update dependency poethepoet to ^0.27.0 chore(deps): update dependency poethepoet to ^0.28.0 Aug 31, 2024
@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from f6756a9 to 492df85 Compare September 23, 2024 23:28
@renovate renovate bot changed the title chore(deps): update dependency poethepoet to ^0.28.0 chore(deps): update dependency poethepoet to ^0.29.0 Sep 23, 2024
@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from 492df85 to fdfe6b8 Compare November 10, 2024 01:22
@renovate renovate bot changed the title chore(deps): update dependency poethepoet to ^0.29.0 chore(deps): update dependency poethepoet to ^0.30.0 Nov 10, 2024
@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from fdfe6b8 to 68df5e8 Compare November 24, 2024 00:17
@renovate renovate bot changed the title chore(deps): update dependency poethepoet to ^0.30.0 chore(deps): update dependency poethepoet to ^0.31.0 Nov 24, 2024
@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from 68df5e8 to 445eeb6 Compare December 27, 2024 22:27
@renovate renovate bot changed the title chore(deps): update dependency poethepoet to ^0.31.0 chore(deps): update dependency poethepoet to ^0.32.0 Dec 27, 2024
@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from 445eeb6 to 435b566 Compare March 2, 2025 17:21
@renovate renovate bot changed the title chore(deps): update dependency poethepoet to ^0.32.0 chore(deps): update dependency poethepoet to ^0.33.0 Mar 2, 2025
@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from 435b566 to 3bf3ff9 Compare April 21, 2025 14:54
@renovate renovate bot changed the title chore(deps): update dependency poethepoet to ^0.33.0 chore(deps): update dependency poethepoet to ^0.34.0 Apr 21, 2025
@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from 3bf3ff9 to ff493d7 Compare June 9, 2025 15:52
@renovate renovate bot changed the title chore(deps): update dependency poethepoet to ^0.34.0 chore(deps): update dependency poethepoet to ^0.35.0 Jun 9, 2025
@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from ff493d7 to a4b2675 Compare June 29, 2025 21:58
@renovate renovate bot changed the title chore(deps): update dependency poethepoet to ^0.35.0 chore(deps): update dependency poethepoet to ^0.36.0 Jun 29, 2025
@renovate renovate bot force-pushed the renovate/poethepoet-0.x branch from a4b2675 to cae14b5 Compare August 14, 2025 12:16
@renovate renovate bot changed the title chore(deps): update dependency poethepoet to ^0.36.0 chore(deps): update dependency poethepoet to ^0.37.0 Aug 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant