jkwill87 / mnamer

media file renaming and organizing tool
https://pypi.org/project/mnamer
MIT License
784 stars 67 forks source link

Update guessit requirement from ~=3.5.0 to ~=3.7.1 #254

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on guessit to permit the latest version.

Release notes

Sourced from guessit's releases.

v3.7.1

Fix

  • episode: Ignore absolute_episode guess when SxxExx match is available in filepart (4aa5012)
  • title: Fix title guessing for Show Name/Season XX/episode.mkv directories pattern (e717928)
Changelog

Sourced from guessit's changelog.

v3.7.1 (2023-02-20)

Fix

  • episode: Ignore absolute_episode guess when SxxExx match is available in filepart (4aa5012)
  • title: Fix title guessing for Show Name/Season XX/episode.mkv directories pattern (e717928)

v3.7.0 (2023-02-18)

Feature

  • week: Add week property (8309bf1)

Fix

  • episode: Fix invalid episode range when a weak episode is present before the match (ff0a327)
  • expected: Build output from input string for expected_title/expected_group (90cc215)
  • release_group: Properly extract group name from format "Title (MediaInfo Individual) [Group]" (25bd367)
  • edition: Improve remastered/restored detection (c3611b9)
  • container: Add m2ts to container extensions (05cca80)

Documentation

  • contributing: Update branch name (4af631d)

v3.6.0 (2023-02-18)

Feature

v3.5.0 (2022-11-01)

Feature

  • dependencies: Drop Python 3.6 support (47f5718)

Fix

  • audio_codec: Detect "E-AC-3" and "AC-3" (72dc12e)
  • typo: Fix common typo (42a80f0)

v3.4.3 (2021-11-20)

Fix

  • setuptools: Drop usage of test_requires and setup_requires (#720) (324b38c)

v3.4.2 (2021-11-08)

Fix

v3.4.1 (2021-11-05)

Fix

  • other: Detect "Open Matte" with non-space separator (b52a9d9)
  • packaging: Use stdlib importlib.resources in py 3.7+ (1e7b000)

v3.4.0 (2021-11-04)

Feature

  • other: Add restored support and match 4k-* patterns (99c30eb)
  • other: Add 2in1 support (0cf07f4)
  • python: Add python 3.10 support, drop python 3.5 support (a8ea88d)
  • audio_channels: Add support for "1.0" audio channels (f22e33d)

... (truncated)

Commits
  • 54acf78 chore(release): release v3.7.1
  • d931c05 refactor(title): refactor rule to make pylint pass
  • 1aa10b7 test(episode): add 4400 test
  • 4aa5012 fix(episode): ignore absolute_episode guess when SxxExx match is available in...
  • e717928 fix(title): fix title guessing for Show Name/Season XX/episode.mkv director...
  • efc2f65 chore(release): release v3.7.0
  • 8309bf1 feat(week): add week property
  • ff0a327 fix(episode): fix invalid episode range when a weak episode is present before...
  • 9e4178c test: remove non-standard mimetype video/x-matroska assertions
  • 90cc215 fix(expected): build output from input string for expected_title/expected_group
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)