PyArchiveFile 0.27.4__tar.gz → 0.27.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.
- {pyarchivefile-0.27.4 → pyarchivefile-0.27.6}/PKG-INFO +4 -4
- {pyarchivefile-0.27.4 → pyarchivefile-0.27.6}/PyArchiveFile.egg-info/PKG-INFO +4 -4
- {pyarchivefile-0.27.4 → pyarchivefile-0.27.6}/archivefile.py +1 -1
- {pyarchivefile-0.27.4 → pyarchivefile-0.27.6}/pyarchivefile.py +4 -4
- {pyarchivefile-0.27.4 → pyarchivefile-0.27.6}/pyproject.toml +4 -4
- {pyarchivefile-0.27.4 → pyarchivefile-0.27.6}/setup.py +2 -2
- {pyarchivefile-0.27.4 → pyarchivefile-0.27.6}/LICENSE +0 -0
- {pyarchivefile-0.27.4 → pyarchivefile-0.27.6}/PyArchiveFile.egg-info/SOURCES.txt +0 -0
- {pyarchivefile-0.27.4 → pyarchivefile-0.27.6}/PyArchiveFile.egg-info/dependency_links.txt +0 -0
- {pyarchivefile-0.27.4 → pyarchivefile-0.27.6}/PyArchiveFile.egg-info/top_level.txt +0 -0
- {pyarchivefile-0.27.4 → pyarchivefile-0.27.6}/PyArchiveFile.egg-info/zip-safe +0 -0
- {pyarchivefile-0.27.4 → pyarchivefile-0.27.6}/README.md +0 -0
- {pyarchivefile-0.27.4 → pyarchivefile-0.27.6}/setup.cfg +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyArchiveFile
|
|
3
|
-
Version: 0.27.
|
|
3
|
+
Version: 0.27.6
|
|
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
|
|
7
|
-
Author:
|
|
8
|
-
Author-email:
|
|
9
|
-
Maintainer:
|
|
7
|
+
Author: Ouka Neko-chan
|
|
8
|
+
Author-email: Himari Kitsune-chan <kazuki.suzuki.fox@gmail.com>, Ouka Neko-chan <kazuki.suzuki.cat@gmail.com>, Tsukiumi Neko-kun <kazuki.suzuki.wa@gmail.com>, Kazuki Suzuki Neko-kun <kazuki.suzuki.sadeghi@gmail.com>, Game Maker 2k <gamemaker2k@gmail.com>
|
|
9
|
+
Maintainer: Himari Kitsune-chan
|
|
10
10
|
Maintainer-email: kazuki.suzuki.fox@gmail.com
|
|
11
11
|
License: BSD-3-Clause
|
|
12
12
|
Platform: OS Independent
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyArchiveFile
|
|
3
|
-
Version: 0.27.
|
|
3
|
+
Version: 0.27.6
|
|
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
|
|
7
|
-
Author:
|
|
8
|
-
Author-email:
|
|
9
|
-
Maintainer:
|
|
7
|
+
Author: Ouka Neko-chan
|
|
8
|
+
Author-email: Himari Kitsune-chan <kazuki.suzuki.fox@gmail.com>, Ouka Neko-chan <kazuki.suzuki.cat@gmail.com>, Tsukiumi Neko-kun <kazuki.suzuki.wa@gmail.com>, Kazuki Suzuki Neko-kun <kazuki.suzuki.sadeghi@gmail.com>, Game Maker 2k <gamemaker2k@gmail.com>
|
|
9
|
+
Maintainer: Himari Kitsune-chan
|
|
10
10
|
Maintainer-email: kazuki.suzuki.fox@gmail.com
|
|
11
11
|
License: BSD-3-Clause
|
|
12
12
|
Platform: OS Independent
|
|
@@ -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: archivefile.py - Last Update: 11/
|
|
17
|
+
$FileInfo: archivefile.py - Last Update: 11/19/2025 Ver. 0.27.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: pyarchivefile.py - Last Update: 11/
|
|
17
|
+
$FileInfo: pyarchivefile.py - Last Update: 11/19/2025 Ver. 0.27.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
|
|
@@ -655,12 +655,12 @@ __project__ = __program_name__
|
|
|
655
655
|
__program_alt_name__ = __program_name__
|
|
656
656
|
__project_url__ = "https://github.com/GameMaker2k/PyArchiveFile"
|
|
657
657
|
__project_release_url__ = __project_url__+"/releases/latest"
|
|
658
|
-
__version_info__ = (0, 27,
|
|
659
|
-
__version_date_info__ = (2025, 11,
|
|
658
|
+
__version_info__ = (0, 27, 6, "RC 1", 1)
|
|
659
|
+
__version_date_info__ = (2025, 11, 19, "RC 1", 1)
|
|
660
660
|
__version_date__ = str(__version_date_info__[0]) + "." + str(
|
|
661
661
|
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
|
|
662
662
|
__revision__ = __version_info__[3]
|
|
663
|
-
__revision_id__ = "$Id:
|
|
663
|
+
__revision_id__ = "$Id: c2a240b223d9369b1c2cf0b186d553eed5f3edeb $"
|
|
664
664
|
if(__version_info__[4] is not None):
|
|
665
665
|
__version_date_plusrc__ = __version_date__ + \
|
|
666
666
|
"-" + str(__version_date_info__[4])
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "PyArchiveFile"
|
|
3
|
-
version = "0.27.
|
|
3
|
+
version = "0.27.6"
|
|
4
4
|
readme = "README.md"
|
|
5
5
|
license = { text = "BSD-3-Clause" }
|
|
6
6
|
keywords = []
|
|
7
7
|
description = "A tar like file format name archivefile."
|
|
8
8
|
authors = [
|
|
9
|
-
{ name = "
|
|
10
|
-
{ name = "
|
|
11
|
-
{ name = "
|
|
9
|
+
{ name = "Himari Kitsune-chan", email = "kazuki.suzuki.fox@gmail.com" },
|
|
10
|
+
{ name = "Ouka Neko-chan", email = "kazuki.suzuki.cat@gmail.com" },
|
|
11
|
+
{ name = "Tsukiumi Neko-kun", email = "kazuki.suzuki.wa@gmail.com" },
|
|
12
12
|
{ name = "Kazuki Suzuki Neko-kun", email = "kazuki.suzuki.sadeghi@gmail.com" },
|
|
13
13
|
{ name = "Game Maker 2k", email = "gamemaker2k@gmail.com" },
|
|
14
14
|
]
|
|
@@ -65,9 +65,9 @@ pymodule['verdaterc'] = int(setuppy_dateinfo_exp[4])
|
|
|
65
65
|
pymodule['verdatelist'] = (int(setuppy_dateinfo_exp[0]), int(setuppy_dateinfo_exp[1]), int(
|
|
66
66
|
setuppy_dateinfo_exp[2]), str(setuppy_dateinfo_exp[3]), int(setuppy_dateinfo_exp[4]))
|
|
67
67
|
pymodule['name'] = 'PyArchiveFile'
|
|
68
|
-
pymodule['author'] = '
|
|
68
|
+
pymodule['author'] = 'Ouka Neko-chan'
|
|
69
69
|
pymodule['authoremail'] = 'kazuki.suzuki.cat@gmail.com'
|
|
70
|
-
pymodule['maintainer'] = '
|
|
70
|
+
pymodule['maintainer'] = 'Himari Kitsune-chan'
|
|
71
71
|
pymodule['maintaineremail'] = 'kazuki.suzuki.fox@gmail.com'
|
|
72
72
|
pymodule['description'] = 'A tar like file format name archivefile.'
|
|
73
73
|
pymodule['license'] = 'Revised BSD License'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|