PyNeoFile 0.22.2__py3-none-any.whl → 0.22.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyNeoFile
3
- Version: 0.22.2
3
+ Version: 0.22.4
4
4
  Summary: A tar like file format name archivefile.
5
5
  Home-page: https://github.com/GameMaker2k/PyArchiveFile
6
6
  Download-URL: https://github.com/GameMaker2k/PyArchiveFile/neo/master.tar.gz
@@ -0,0 +1,8 @@
1
+ pyneofile.py,sha256=W4oHR88fPC6dvkZDEf53aY6SmiRwIhENmM4SyUOiQZg,59540
2
+ pyneofile-0.22.4.data/scripts/neofile.py,sha256=X0kZrcKJsjo4K5Rp_IEpFMjQ-lu6OAhX2wDSJJPbvT4,5481
3
+ pyneofile-0.22.4.dist-info/licenses/LICENSE,sha256=G22gXt50FuCPBLneMraT2Q6-G5pAjFEqS4q9xP-DKWs,1500
4
+ pyneofile-0.22.4.dist-info/METADATA,sha256=f0QR2-uNOyWQjaVrp6gJeBUVPVM8yk5J2R0korLHuoE,823
5
+ pyneofile-0.22.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ pyneofile-0.22.4.dist-info/top_level.txt,sha256=_-bBDCun16INq_ibkGkMIpnjvoBZ3KbKcgR6meoPsb8,10
7
+ pyneofile-0.22.4.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
8
+ pyneofile-0.22.4.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, 22, 2, "RC 1", 1)
63
+ __version_info__ = (0, 22, 4, "RC 1", 1)
64
64
  __version_date_info__ = (2025, 9, 29, "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: 51d0c0a5bb574d1958644ed42bc6f41f32cc2ab2 $"
68
+ __revision_id__ = "$Id: ed81a131e45b3be861589e83174e7a06315ba267 $"
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,,