txa-m 2.1.0__py3-none-any.whl → 2.1.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.
- {txa_m-2.1.0.dist-info → txa_m-2.1.1.dist-info}/METADATA +1 -1
- txa_m-2.1.1.dist-info/RECORD +8 -0
- txa_mediafire/cli.py +2 -2
- txa_m-2.1.0.dist-info/RECORD +0 -8
- {txa_m-2.1.0.dist-info → txa_m-2.1.1.dist-info}/WHEEL +0 -0
- {txa_m-2.1.0.dist-info → txa_m-2.1.1.dist-info}/entry_points.txt +0 -0
- {txa_m-2.1.0.dist-info → txa_m-2.1.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
txa_mediafire/__init__.py,sha256=vJfxJh8-WpzNM9GvoKORSBDfF1UdJb6sHUmP2KjAQ98,28
|
|
2
|
+
txa_mediafire/cli.py,sha256=UESDrHvUVXc4H0RQeNAJJVvoJcRyMvZXF0CUWYbesxc,31824
|
|
3
|
+
txa_mediafire/translations.json,sha256=42yX0AIdKTULjDmq1gf_IEzMXGWeBTHii-4oQ8NVwqY,5142
|
|
4
|
+
txa_m-2.1.1.dist-info/METADATA,sha256=POTxugQYq0p_Jpv8SAx_pCkyQKbbE4sWIPJ-byXmJsI,4128
|
|
5
|
+
txa_m-2.1.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
6
|
+
txa_m-2.1.1.dist-info/entry_points.txt,sha256=cDQgfUn0g87jECRW-pi0P4nAhZ5iWf7OUrkt3oklnyw,49
|
|
7
|
+
txa_m-2.1.1.dist-info/top_level.txt,sha256=-xUoP0BsB9fBFX_zBvgJ6vjkqMkoFCyG498DgBJCm6M,14
|
|
8
|
+
txa_m-2.1.1.dist-info/RECORD,,
|
txa_mediafire/cli.py
CHANGED
|
@@ -41,7 +41,7 @@ from rich.theme import Theme
|
|
|
41
41
|
from rich import box
|
|
42
42
|
|
|
43
43
|
# --- Configuration ---
|
|
44
|
-
APP_VERSION = "2.1.
|
|
44
|
+
APP_VERSION = "2.1.1"
|
|
45
45
|
|
|
46
46
|
# Default ignore lists
|
|
47
47
|
IGNORE_EXTENSIONS = {".pyc", ".pyo", ".pyd", ".DS_Store", "Thumbs.db"}
|
|
@@ -279,7 +279,7 @@ def check_update(silent=False):
|
|
|
279
279
|
f"{T['update_available']}\n"
|
|
280
280
|
f"[bold red]v{APP_VERSION}[/bold red] -> [bold green]v{latest_version}[/bold green]\n\n"
|
|
281
281
|
f"[yellow]{T['update_notice']}[/yellow]\n"
|
|
282
|
-
f"[dim]Alternative: pip install
|
|
282
|
+
f"[dim]Alternative: pip install txa-m=={latest_version}[/dim]",
|
|
283
283
|
title="[bold magenta]UPDATE[/bold magenta]",
|
|
284
284
|
border_style="magenta",
|
|
285
285
|
expand=False
|
txa_m-2.1.0.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
txa_mediafire/__init__.py,sha256=vJfxJh8-WpzNM9GvoKORSBDfF1UdJb6sHUmP2KjAQ98,28
|
|
2
|
-
txa_mediafire/cli.py,sha256=nl1hhFo-lAB8XoRWWiMOpDVhRk0Bosc8fu0GzPvWdEo,31816
|
|
3
|
-
txa_mediafire/translations.json,sha256=42yX0AIdKTULjDmq1gf_IEzMXGWeBTHii-4oQ8NVwqY,5142
|
|
4
|
-
txa_m-2.1.0.dist-info/METADATA,sha256=QaiUGTBwLpI29_A3QAUMxnsIXfgAYGl4BcFj3jjsRto,4128
|
|
5
|
-
txa_m-2.1.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
6
|
-
txa_m-2.1.0.dist-info/entry_points.txt,sha256=cDQgfUn0g87jECRW-pi0P4nAhZ5iWf7OUrkt3oklnyw,49
|
|
7
|
-
txa_m-2.1.0.dist-info/top_level.txt,sha256=-xUoP0BsB9fBFX_zBvgJ6vjkqMkoFCyG498DgBJCm6M,14
|
|
8
|
-
txa_m-2.1.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|