PyNeoFile 0.22.2__py3-none-any.whl → 0.23.0__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.
- {pyneofile-0.22.2.dist-info → pyneofile-0.23.0.dist-info}/METADATA +1 -1
- pyneofile-0.23.0.dist-info/RECORD +8 -0
- pyneofile.py +4 -4
- pyneofile-0.22.2.dist-info/RECORD +0 -8
- {pyneofile-0.22.2.data → pyneofile-0.23.0.data}/scripts/neofile.py +0 -0
- {pyneofile-0.22.2.dist-info → pyneofile-0.23.0.dist-info}/WHEEL +0 -0
- {pyneofile-0.22.2.dist-info → pyneofile-0.23.0.dist-info}/licenses/LICENSE +0 -0
- {pyneofile-0.22.2.dist-info → pyneofile-0.23.0.dist-info}/top_level.txt +0 -0
- {pyneofile-0.22.2.dist-info → pyneofile-0.23.0.dist-info}/zip-safe +0 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
pyneofile.py,sha256=efn5ZO6xqtXJiv7JCFR2pfgEdsRJ3inpAInnqA-RH5k,59540
|
|
2
|
+
pyneofile-0.23.0.data/scripts/neofile.py,sha256=X0kZrcKJsjo4K5Rp_IEpFMjQ-lu6OAhX2wDSJJPbvT4,5481
|
|
3
|
+
pyneofile-0.23.0.dist-info/licenses/LICENSE,sha256=G22gXt50FuCPBLneMraT2Q6-G5pAjFEqS4q9xP-DKWs,1500
|
|
4
|
+
pyneofile-0.23.0.dist-info/METADATA,sha256=Tm0Bibx9mnb6x5QExm7XwC_18FAaqQ3BA3NdT_VwNRA,823
|
|
5
|
+
pyneofile-0.23.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
+
pyneofile-0.23.0.dist-info/top_level.txt,sha256=_-bBDCun16INq_ibkGkMIpnjvoBZ3KbKcgR6meoPsb8,10
|
|
7
|
+
pyneofile-0.23.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
8
|
+
pyneofile-0.23.0.dist-info/RECORD,,
|
pyneofile.py
CHANGED
|
@@ -60,12 +60,12 @@ __use_ini_name__ = "neofile.ini"
|
|
|
60
60
|
__program_name__ = "PyNeoFile"
|
|
61
61
|
__project__ = __program_name__
|
|
62
62
|
__project_url__ = "https://github.com/GameMaker2k/PyNeoFile"
|
|
63
|
-
__version_info__ = (0,
|
|
64
|
-
__version_date_info__ = (2025,
|
|
63
|
+
__version_info__ = (0, 23, 0, "RC 1", 1)
|
|
64
|
+
__version_date_info__ = (2025, 10, 1, "RC 1", 1)
|
|
65
65
|
__version_date__ = str(__version_date_info__[0]) + "." + str(
|
|
66
66
|
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
|
|
67
67
|
__revision__ = __version_info__[3]
|
|
68
|
-
__revision_id__ = "$Id:
|
|
68
|
+
__revision_id__ = "$Id: 482f4504dac3da37e9a0bd0a83027c28945f1b38 $"
|
|
69
69
|
if(__version_info__[4] is not None):
|
|
70
70
|
__version_date_plusrc__ = __version_date__ + \
|
|
71
71
|
"-" + str(__version_date_info__[4])
|
|
@@ -703,7 +703,7 @@ def _parse_global_header(fp, formatspecs, skipchecksum=False):
|
|
|
703
703
|
raise ValueError(
|
|
704
704
|
"Bad archive header: magic/version mismatch (got {!r}, expected {!r})".format(magicver, expected_magicver)
|
|
705
705
|
)
|
|
706
|
-
return {'fencoding': fencoding, 'fnumfiles': fnumfiles, 'fostype': fostype,
|
|
706
|
+
return {'fencoding': fencoding, 'fnumfiles': fnumfiles, 'ffilestart': 0, 'fostype': fostype,
|
|
707
707
|
'fextradata': extras, 'fchecksumtype': checksumtype,
|
|
708
708
|
'ffilelist': [], 'fformatspecs': formatspecs}
|
|
709
709
|
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
pyneofile.py,sha256=roRi4VZsFC_sSZ96meLAeVPzanRkTveNQRQE9j3nh9I,59523
|
|
2
|
-
pyneofile-0.22.2.data/scripts/neofile.py,sha256=X0kZrcKJsjo4K5Rp_IEpFMjQ-lu6OAhX2wDSJJPbvT4,5481
|
|
3
|
-
pyneofile-0.22.2.dist-info/licenses/LICENSE,sha256=G22gXt50FuCPBLneMraT2Q6-G5pAjFEqS4q9xP-DKWs,1500
|
|
4
|
-
pyneofile-0.22.2.dist-info/METADATA,sha256=qkSIR3TGb3qpwZAT_PNmpZj3hnRm8Fv_u8Jy-AVjHzk,823
|
|
5
|
-
pyneofile-0.22.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
-
pyneofile-0.22.2.dist-info/top_level.txt,sha256=_-bBDCun16INq_ibkGkMIpnjvoBZ3KbKcgR6meoPsb8,10
|
|
7
|
-
pyneofile-0.22.2.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
8
|
-
pyneofile-0.22.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|