PyArchiveFile 0.27.2__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.
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyArchiveFile
3
- Version: 0.27.2
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: Kazuhana Neko-chan
8
- Author-email: Kazuhika Kitsune-chan <kazuki.suzuki.fox@gmail.com>, Kazuhana Neko-chan <kazuki.suzuki.cat@gmail.com>, Kazuki Neko-kun <kazuki.suzuki.wa@gmail.com>, Kazuki Suzuki Neko-kun <kazuki.suzuki.sadeghi@gmail.com>, Game Maker 2k <gamemaker2k@gmail.com>
9
- Maintainer: Kazuhika Kitsune-chan
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.2
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: Kazuhana Neko-chan
8
- Author-email: Kazuhika Kitsune-chan <kazuki.suzuki.fox@gmail.com>, Kazuhana Neko-chan <kazuki.suzuki.cat@gmail.com>, Kazuki Neko-kun <kazuki.suzuki.wa@gmail.com>, Kazuki Suzuki Neko-kun <kazuki.suzuki.sadeghi@gmail.com>, Game Maker 2k <gamemaker2k@gmail.com>
9
- Maintainer: Kazuhika Kitsune-chan
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/15/2025 Ver. 0.27.2 RC 1 - Author: cooldude2k $
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/15/2025 Ver. 0.27.2 RC 1 - Author: cooldude2k $
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, 2, "RC 1", 1)
659
- __version_date_info__ = (2025, 11, 15, "RC 1", 1)
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: 8fdff8949e2d0bce935d7cea2b59865dbf4911af $"
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.2"
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 = "Kazuhika Kitsune-chan", email = "kazuki.suzuki.fox@gmail.com" },
10
- { name = "Kazuhana Neko-chan", email = "kazuki.suzuki.cat@gmail.com" },
11
- { name = "Kazuki Neko-kun", email = "kazuki.suzuki.wa@gmail.com" },
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'] = 'Kazuhana Neko-chan'
68
+ pymodule['author'] = 'Ouka Neko-chan'
69
69
  pymodule['authoremail'] = 'kazuki.suzuki.cat@gmail.com'
70
- pymodule['maintainer'] = 'Kazuhika Kitsune-chan'
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