PyNeoFile 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.
- {pyneofile-0.27.4 → pyneofile-0.27.6}/PKG-INFO +5 -5
- {pyneofile-0.27.4 → pyneofile-0.27.6}/PyNeoFile.egg-info/PKG-INFO +5 -5
- {pyneofile-0.27.4 → pyneofile-0.27.6}/neofile.py +1 -1
- {pyneofile-0.27.4 → pyneofile-0.27.6}/pyneofile.py +4 -4
- {pyneofile-0.27.4 → pyneofile-0.27.6}/pyproject.toml +5 -5
- {pyneofile-0.27.4 → pyneofile-0.27.6}/setup.py +3 -3
- {pyneofile-0.27.4 → pyneofile-0.27.6}/LICENSE +0 -0
- {pyneofile-0.27.4 → pyneofile-0.27.6}/PyNeoFile.egg-info/SOURCES.txt +0 -0
- {pyneofile-0.27.4 → pyneofile-0.27.6}/PyNeoFile.egg-info/dependency_links.txt +0 -0
- {pyneofile-0.27.4 → pyneofile-0.27.6}/PyNeoFile.egg-info/top_level.txt +0 -0
- {pyneofile-0.27.4 → pyneofile-0.27.6}/PyNeoFile.egg-info/zip-safe +0 -0
- {pyneofile-0.27.4 → pyneofile-0.27.6}/README.md +0 -0
- {pyneofile-0.27.4 → pyneofile-0.27.6}/setup.cfg +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyNeoFile
|
|
3
|
-
Version: 0.27.
|
|
4
|
-
Summary: A tar like file format name
|
|
3
|
+
Version: 0.27.6
|
|
4
|
+
Summary: A tar like file format name NeoFile.
|
|
5
5
|
Home-page: https://github.com/GameMaker2k/PyNeoFile
|
|
6
6
|
Download-URL: https://github.com/GameMaker2k/PyNeoFile/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: PyNeoFile
|
|
3
|
-
Version: 0.27.
|
|
4
|
-
Summary: A tar like file format name
|
|
3
|
+
Version: 0.27.6
|
|
4
|
+
Summary: A tar like file format name NeoFile.
|
|
5
5
|
Home-page: https://github.com/GameMaker2k/PyNeoFile
|
|
6
6
|
Download-URL: https://github.com/GameMaker2k/PyNeoFile/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: neofile.py - Last Update: 11/
|
|
17
|
+
$FileInfo: neofile.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: pyneofile.py - Last Update: 11/
|
|
17
|
+
$FileInfo: pyneofile.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/PyNeoFile"
|
|
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: 083fc9e0f67395f6099ccb23347572e6f9a767f3 $"
|
|
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 = "PyNeoFile"
|
|
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
|
-
description = "A tar like file format name
|
|
7
|
+
description = "A tar like file format name NeoFile."
|
|
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,11 +65,11 @@ 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'] = 'PyNeoFile'
|
|
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
|
-
pymodule['description'] = 'A tar like file format name
|
|
72
|
+
pymodule['description'] = 'A tar like file format name NeoFile.'
|
|
73
73
|
pymodule['license'] = 'Revised BSD License'
|
|
74
74
|
pymodule['keywords'] = 'archivefile archive archivefile-archive pyarchivefile python python-archivefile neko nekofile neko-archive nekofile-archive pynekofile python python-nekofile compression tarball gzip tar bzip2 tar-archive lzma xz gz lzma2 xz2 tarlike tarlite'
|
|
75
75
|
pymodule['url'] = 'https://github.com/GameMaker2k/PyNeoFile'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|