PyArchiveFile 0.19.8__tar.gz → 0.19.10__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.
- {pyarchivefile-0.19.8 → pyarchivefile-0.19.10}/PKG-INFO +1 -1
- {pyarchivefile-0.19.8 → pyarchivefile-0.19.10}/PyArchiveFile.egg-info/PKG-INFO +1 -1
- {pyarchivefile-0.19.8 → pyarchivefile-0.19.10}/pyarchivefile.py +3 -3
- {pyarchivefile-0.19.8 → pyarchivefile-0.19.10}/pyproject.toml +1 -1
- {pyarchivefile-0.19.8 → pyarchivefile-0.19.10}/LICENSE +0 -0
- {pyarchivefile-0.19.8 → pyarchivefile-0.19.10}/PyArchiveFile.egg-info/SOURCES.txt +0 -0
- {pyarchivefile-0.19.8 → pyarchivefile-0.19.10}/PyArchiveFile.egg-info/dependency_links.txt +0 -0
- {pyarchivefile-0.19.8 → pyarchivefile-0.19.10}/PyArchiveFile.egg-info/top_level.txt +0 -0
- {pyarchivefile-0.19.8 → pyarchivefile-0.19.10}/PyArchiveFile.egg-info/zip-safe +0 -0
- {pyarchivefile-0.19.8 → pyarchivefile-0.19.10}/README.md +0 -0
- {pyarchivefile-0.19.8 → pyarchivefile-0.19.10}/archivefile.py +0 -0
- {pyarchivefile-0.19.8 → pyarchivefile-0.19.10}/neoarchivefile.py +0 -0
- {pyarchivefile-0.19.8 → pyarchivefile-0.19.10}/setup.cfg +0 -0
- {pyarchivefile-0.19.8 → pyarchivefile-0.19.10}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyArchiveFile
|
|
3
|
-
Version: 0.19.
|
|
3
|
+
Version: 0.19.10
|
|
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/archive/master.tar.gz
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyArchiveFile
|
|
3
|
-
Version: 0.19.
|
|
3
|
+
Version: 0.19.10
|
|
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/archive/master.tar.gz
|
|
@@ -339,12 +339,12 @@ __file_format_extension__ = __file_format_multi_dict__[__file_format_default__][
|
|
|
339
339
|
__file_format_dict__ = __file_format_multi_dict__[__file_format_default__]
|
|
340
340
|
__project__ = __program_name__
|
|
341
341
|
__project_url__ = "https://github.com/GameMaker2k/PyArchiveFile"
|
|
342
|
-
__version_info__ = (0, 19,
|
|
343
|
-
__version_date_info__ = (2025, 8,
|
|
342
|
+
__version_info__ = (0, 19, 10, "RC 1", 1)
|
|
343
|
+
__version_date_info__ = (2025, 8, 15, "RC 1", 1)
|
|
344
344
|
__version_date__ = str(__version_date_info__[0]) + "." + str(
|
|
345
345
|
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
|
|
346
346
|
__revision__ = __version_info__[3]
|
|
347
|
-
__revision_id__ = "$Id:
|
|
347
|
+
__revision_id__ = "$Id: 02fd328e252e35282d0a694661ceefc70b5951b5 $"
|
|
348
348
|
if(__version_info__[4] is not None):
|
|
349
349
|
__version_date_plusrc__ = __version_date__ + \
|
|
350
350
|
"-" + str(__version_date_info__[4])
|
|
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
|