mkv-episode-matcher 0.7.0__py3-none-any.whl → 0.7.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of mkv-episode-matcher might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: mkv-episode-matcher
3
- Version: 0.7.0
3
+ Version: 0.7.1
4
4
  Summary: The MKV Episode Matcher is a tool for identifying TV series episodes from MKV files and renaming the files accordingly.
5
5
  Home-page: https://github.com/Jsakkos/mkv-episode-matcher
6
6
  Author: Jonathan Sakkos
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python
14
14
  Classifier: Programming Language :: Python :: 3.12
15
15
  Classifier: Programming Language :: Python :: Implementation :: CPython
16
16
  Classifier: Programming Language :: Python :: Implementation :: PyPy
17
- Requires-Python: >=3.9
17
+ Requires-Python: <3.13,>=3.9
18
18
  Description-Content-Type: text/markdown
19
19
  Requires-Dist: configparser>=7.1.0
20
20
  Requires-Dist: ffmpeg>=1.4
@@ -58,7 +58,7 @@ Automatically match and rename your MKV TV episodes using The Movie Database (TM
58
58
 
59
59
  ## Prerequisites
60
60
 
61
- - Python 3.9 or higher
61
+ - Python 3.9-3.12
62
62
  - [FFmpeg](https://ffmpeg.org/download.html) installed and available in system PATH
63
63
  - TMDb API key (optional, for subtitle downloads)
64
64
  - OpenSubtitles account (optional, for subtitle downloads)
@@ -7,8 +7,8 @@ mkv_episode_matcher/episode_matcher.py,sha256=SxAbnXuTJITD1o0WohE9heE3Fm9zW_w0Nq
7
7
  mkv_episode_matcher/subtitle_utils.py,sha256=Hz9b4CKPV07YKTY4dcN3WbvdbvH-S3J4zcb9CiyvPlE,2551
8
8
  mkv_episode_matcher/tmdb_client.py,sha256=LbMCgjmp7sCbrQo_CDlpcnryKPz5S7inE24YY9Pyjk4,4172
9
9
  mkv_episode_matcher/utils.py,sha256=modXMLmt2fpny8liXwqe4ylxnwwfg_98OLOacv5izps,14501
10
- mkv_episode_matcher-0.7.0.dist-info/METADATA,sha256=6MTuobf7fupK2rWuEcuvkWNwuSMRNK9pHPfWz43Cc84,5383
11
- mkv_episode_matcher-0.7.0.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
12
- mkv_episode_matcher-0.7.0.dist-info/entry_points.txt,sha256=IglJ43SuCZq2eQ3shMFILCkmQASJHnDCI3ogohW2Hn4,64
13
- mkv_episode_matcher-0.7.0.dist-info/top_level.txt,sha256=XRLbd93HUaedeWLtkyTvQjFcE5QcBRYa3V-CfHrq-OI,20
14
- mkv_episode_matcher-0.7.0.dist-info/RECORD,,
10
+ mkv_episode_matcher-0.7.1.dist-info/METADATA,sha256=aldFGWAmo9NdKCgkrxI5bZB-5IwvJt78OlWXVB9xzBs,5384
11
+ mkv_episode_matcher-0.7.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
12
+ mkv_episode_matcher-0.7.1.dist-info/entry_points.txt,sha256=IglJ43SuCZq2eQ3shMFILCkmQASJHnDCI3ogohW2Hn4,64
13
+ mkv_episode_matcher-0.7.1.dist-info/top_level.txt,sha256=XRLbd93HUaedeWLtkyTvQjFcE5QcBRYa3V-CfHrq-OI,20
14
+ mkv_episode_matcher-0.7.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.2)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5