PyCatFile 0.19.10__tar.gz → 0.20.2__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyCatFile
3
- Version: 0.19.10
3
+ Version: 0.20.2
4
4
  Summary: A tar like file format name catfile after unix cat command (concatenate files) .
5
5
  Home-page: https://github.com/GameMaker2k/PyCatFile
6
6
  Download-URL: https://github.com/GameMaker2k/PyCatFile/archive/master.tar.gz
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyCatFile
3
- Version: 0.19.10
3
+ Version: 0.20.2
4
4
  Summary: A tar like file format name catfile after unix cat command (concatenate files) .
5
5
  Home-page: https://github.com/GameMaker2k/PyCatFile
6
6
  Download-URL: https://github.com/GameMaker2k/PyCatFile/archive/master.tar.gz
@@ -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: catfile.py - Last Update: 3/7/2025 Ver. 0.19.4 RC 1 - Author: cooldude2k $
17
+ $FileInfo: catfile.py - Last Update: 8/20/2025 Ver. 0.20.2 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: pycatfile.py - Last Update: 8/14/2025 Ver. 0.19.8 RC 1 - Author: cooldude2k $
17
+ $FileInfo: pycatfile.py - Last Update: 8/20/2025 Ver. 0.20.2 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
@@ -353,12 +353,12 @@ __file_format_extension__ = __file_format_multi_dict__[__file_format_default__][
353
353
  __file_format_dict__ = __file_format_multi_dict__[__file_format_default__]
354
354
  __project__ = __program_name__
355
355
  __project_url__ = "https://github.com/GameMaker2k/PyCatFile"
356
- __version_info__ = (0, 19, 10, "RC 1", 1)
357
- __version_date_info__ = (2025, 8, 15, "RC 1", 1)
356
+ __version_info__ = (0, 20, 2, "RC 1", 1)
357
+ __version_date_info__ = (2025, 8, 20, "RC 1", 1)
358
358
  __version_date__ = str(__version_date_info__[0]) + "." + str(
359
359
  __version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
360
360
  __revision__ = __version_info__[3]
361
- __revision_id__ = "$Id: 9080fdf754c661acf00c9cba6df0e7b65d3c417a $"
361
+ __revision_id__ = "$Id: 3a7c94e48c803fbbea9a1c164193bb287d4729f9 $"
362
362
  if(__version_info__[4] is not None):
363
363
  __version_date_plusrc__ = __version_date__ + \
364
364
  "-" + str(__version_date_info__[4])
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "PyCatFile"
3
- version = "0.19.10"
3
+ version = "0.20.2"
4
4
  readme = "README.md"
5
5
  license = { text = "BSD-3-Clause" }
6
6
  keywords = []
File without changes
File without changes
File without changes
File without changes
File without changes