Changelog for
python311-guessit-3.8.0-2.1.noarch.rpm :
* Fri Feb 16 2024 Luigi Baldoni
- Disable tests for Leap 15.6
* Thu Dec 14 2023 Luigi Baldoni - Update to version 3.8.0 Chore:
* migrate setup.cfg to pyproject.toml
* remove win_private_assemblies from pyinstaller spec
* Silence pylint Feature:
* detect Dolby Vision from DV
* add Paramount+ to Streaming Services
* add amzn-cbr
* add python 3.12 and pypy 3.10 support Fix:
* pathlib.Path.__enter__() is deprecated
* importlib.resources.read_text() is deprecated Style:
* fix pylint false positive
* Mon Feb 20 2023 Luigi Baldoni - Update to version 3.7.1 Fix:
* episode: Ignore absolute_episode guess when SxxExx match is available in filepart + title: Fix title guessing for Show Name/Season XX/episode.mkv directories pattern
* Sat Feb 18 2023 Luigi Baldoni - Update to version 3.7.0 Feature:
* week: Add week property Fix:
* episode: Fix invalid episode range when a weak episode is present before the match
* expected: Build output from input string for expected_title/expected_group
* release_group: Properly extract group name from format \"Title
* edition: Improve remastered/restored detection
* container: Add m2ts to container extensions Documentation:
* contributing: Update branch name
* Sat Feb 18 2023 Luigi Baldoni - Update to version 3.6.0 Feature:
* audio_codec: Detect \"DTS:X\"
* Wed Nov 02 2022 Luigi Baldoni - Update to version 3.5.0 Feature:
* dependencies: Drop Python 3.6 support Fix:
* audio_codec: Detect \"E-AC-3\" and \"AC-3\"
* typo: Fix common typo
* Fri Feb 18 2022 Antonio Larrosa - Rename the dependency on importlib-resources to importlib_resources to be compatible with the SLE packages
* Sat Nov 20 2021 Luigi Baldoni - Update to version 3.4.3 Fix:
* setuptools: Drop usage of test_requires and setup_requires
* Fri Nov 19 2021 pgajdosAATTsuse.com- do not require pytest-runner, it is not needed
* Mon Nov 08 2021 Luigi Baldoni - Update to version 3.4.2 Fix:
* dependencies: Use babelfish>=0.6.0
* Sat Nov 06 2021 Luigi Baldoni - Update to version 3.4.1 Fix:
* other: Detect \"Open Matte\" with non-space separator
* packaging: Use stdlib importlib.resources in py 3.7+
* Fri Nov 05 2021 Luigi Baldoni - Update to version 3.4.0 Feature:
* other: Add restored support and match 4k-
* patterns
* other: Add 2in1 support
* python: Add python 3.10 support, drop python 3.5 support
* audio_channels: Add support for \"1.0\" audio channels
* streaming_service: Add more streaming services
* other: Add ONA/OAD support
* other: Add Repack and ReRip followed by a digit support Fix:
* source: Avoid Shots to be guessed as Showtime and TS
* screen_size: Add 540i
* language: Fix language and subtitle_languages in some situations
* packaging: Use importlib-resources instead of pkgutil
* other: Fix Open Matte when written as is
* frame_rate: Enhance frame_rate when ending with .000 or space separated
* packaging: Use importlib-resources instead of pkg_resources
* edition: Better support for \"Criterion\"
* advanced-config: Fix removal of custom rebulk rules
* streaming_service: Make SBS ambiguous
* streaming_service: Keep pattern to avoid rebuilding rules
* proper_count: Fix proper_count raw output to include all matches
* website: Fix website when it contains a digit Documentation:
* Add new properties
* Tue Jun 08 2021 Luigi Baldoni - Fix requirement version
* Sat Feb 06 2021 Luigi Baldoni - Update to version 3.3.1 Fix:
* options: Fix custom options.json groups starting/ending Documentation:
* Lighten README and update doc index page
* Thu Feb 04 2021 Luigi Baldoni - Update to verison 3.3.0 Feature:
* Add --output-input-string option
* streaming_service: Add Showtime, HBO and AppleTV
* other: Add Hybrid support Fix:
* options: Avoid appending None values to list when merging options
* streaming_service: Add iT keyword support for iTunes
* streaming_service: Fix regex patterns declared with re: prefix Documentation:
* readme: Avoid mixed-content in github pages