Skip to content

Update dependency wcmatch to v10#28

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/wcmatch-10.x
Open

Update dependency wcmatch to v10#28
renovate[bot] wants to merge 1 commit intomainfrom
renovate/wcmatch-10.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 27, 2024

This PR contains the following updates:

Package Change Age Confidence
wcmatch ==9.0==10.1 age confidence

Release Notes

facelessuser/wcmatch (wcmatch)

v10.1

Compare Source

10.1

  • NEW: Drop support for Python 3.8 which is "end of life".
  • NEW: Add support for Python 3.14.
  • NEW: Add wcmatch.glob.compile(pattern) and wcmatch.fnmatch.compile(pattern) to allow for precompiled matcher
    objects that can be reused.

v10.0

Compare Source

10.0

  • NEW: Added GLOBSTARLONG which adds support for the Zsh style *** which acts like ** with GLOBSTAR but
    but traverses symlinks.
  • NEW: pathlib.match will respect symlink rules (when the REALPATH flag is given). Hidden file rules will
    be respected at all times. Enable DOTALL to match hidden files.
  • NEW: Symlinks should not be traversed when GLOBSTAR is enabled unless FOLLOW is also enabled, but they
    should still be matched. Prior to this change, symlinks were not traversed and they were ignored from matching
    which contradicts how Bash works and could be confusing to users.
  • FIX: Fix some inconsistencies with globmatch and symlink handling when REALPATH is enabled.

Configuration

📅 Schedule: Branch creation - "before 5am on friday" (UTC), 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.


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

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

@renovate renovate bot force-pushed the renovate/wcmatch-10.x branch from c2e8df3 to c6ab12f Compare June 22, 2025 20:54
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