PyCatFile 0.24.4__tar.gz → 0.24.6__tar.gz
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.
- {pycatfile-0.24.4 → pycatfile-0.24.6}/PKG-INFO +1 -1
- {pycatfile-0.24.4 → pycatfile-0.24.6}/PyCatFile.egg-info/PKG-INFO +1 -1
- {pycatfile-0.24.4 → pycatfile-0.24.6}/catfile.py +1 -1
- {pycatfile-0.24.4 → pycatfile-0.24.6}/pycatfile.py +4 -4
- {pycatfile-0.24.4 → pycatfile-0.24.6}/pyproject.toml +1 -1
- {pycatfile-0.24.4 → pycatfile-0.24.6}/LICENSE +0 -0
- {pycatfile-0.24.4 → pycatfile-0.24.6}/PyCatFile.egg-info/SOURCES.txt +0 -0
- {pycatfile-0.24.4 → pycatfile-0.24.6}/PyCatFile.egg-info/dependency_links.txt +0 -0
- {pycatfile-0.24.4 → pycatfile-0.24.6}/PyCatFile.egg-info/top_level.txt +0 -0
- {pycatfile-0.24.4 → pycatfile-0.24.6}/PyCatFile.egg-info/zip-safe +0 -0
- {pycatfile-0.24.4 → pycatfile-0.24.6}/README.md +0 -0
- {pycatfile-0.24.4 → pycatfile-0.24.6}/catneofile.py +0 -0
- {pycatfile-0.24.4 → pycatfile-0.24.6}/neocatfile.py +0 -0
- {pycatfile-0.24.4 → pycatfile-0.24.6}/setup.cfg +0 -0
- {pycatfile-0.24.4 → pycatfile-0.24.6}/setup.py +0 -0
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
|
|
15
15
|
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
|
|
16
16
|
|
|
17
|
-
$FileInfo: catfile.py - Last Update: 11/3/2025 Ver. 0.24.
|
|
17
|
+
$FileInfo: catfile.py - Last Update: 11/3/2025 Ver. 0.24.6 RC 1 - Author: cooldude2k $
|
|
18
18
|
'''
|
|
19
19
|
|
|
20
20
|
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/
|
|
15
15
|
Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
|
|
16
16
|
|
|
17
|
-
$FileInfo: pycatfile.py - Last Update: 11/3/2025 Ver. 0.24.
|
|
17
|
+
$FileInfo: pycatfile.py - Last Update: 11/3/2025 Ver. 0.24.6 RC 1 - Author: cooldude2k $
|
|
18
18
|
'''
|
|
19
19
|
|
|
20
20
|
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
|
|
@@ -641,12 +641,12 @@ __project__ = __program_name__
|
|
|
641
641
|
__program_alt_name__ = __program_name__
|
|
642
642
|
__project_url__ = "https://github.com/GameMaker2k/PyCatFile"
|
|
643
643
|
__project_release_url__ = __project_url__+"/releases/latest"
|
|
644
|
-
__version_info__ = (0, 24,
|
|
644
|
+
__version_info__ = (0, 24, 6, "RC 1", 1)
|
|
645
645
|
__version_date_info__ = (2025, 11, 3, "RC 1", 1)
|
|
646
646
|
__version_date__ = str(__version_date_info__[0]) + "." + str(
|
|
647
647
|
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
|
|
648
648
|
__revision__ = __version_info__[3]
|
|
649
|
-
__revision_id__ = "$Id:
|
|
649
|
+
__revision_id__ = "$Id: d68fe3665e19a576beefb4e2c06db1bf32d5f94a $"
|
|
650
650
|
if(__version_info__[4] is not None):
|
|
651
651
|
__version_date_plusrc__ = __version_date__ + \
|
|
652
652
|
"-" + str(__version_date_info__[4])
|
|
@@ -4906,7 +4906,7 @@ def ReadFileHeaderDataWithContentToArray(fp, listonly=False, contentasfile=True,
|
|
|
4906
4906
|
pyhascontents = False
|
|
4907
4907
|
fcontents.seek(0, 0)
|
|
4908
4908
|
newfccs = GetFileChecksum(
|
|
4909
|
-
|
|
4909
|
+
version = "0.24.6" HeaderOut[-3].lower(), False, formatspecs)
|
|
4910
4910
|
fcontents.seek(0, 0)
|
|
4911
4911
|
if(fccs != newfccs and not skipchecksum and not listonly):
|
|
4912
4912
|
VerbosePrintOut("File Content Checksum Error with file " +
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|