From 9c56e5901313cd4e0645101a4ae2b8a46ab954f2 Mon Sep 17 00:00:00 2001 From: Kazuki Suzuki Przyborowski Date: Mon, 29 Apr 2024 17:43:58 -0500 Subject: [PATCH] Add files via upload --- catfile.py | 2 +- checksum.py | 2 +- compression.py | 2 +- mkcatfilebundle.py | 2 +- neocatfile.py | 2 +- phpcatfile.php | 6 +++--- pycatfile.py | 10 ++++++---- pyshell-old.py | 2 +- pyshell.py | 2 +- setup.py | 2 +- 10 files changed, 17 insertions(+), 15 deletions(-) diff --git a/catfile.py b/catfile.py index c445423..713be0c 100755 --- a/catfile.py +++ b/catfile.py @@ -14,7 +14,7 @@ Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/ Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: catfile.py - Last Update: 4/26/2024 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: catfile.py - Last Update: 4/29/2024 Ver. 0.9.0 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals; diff --git a/checksum.py b/checksum.py index 868b42a..ec2d2be 100755 --- a/checksum.py +++ b/checksum.py @@ -14,7 +14,7 @@ Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/ Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: checksum.py - Last Update: 4/26/2024 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: checksum.py - Last Update: 4/29/2024 Ver. 0.9.0 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals; diff --git a/compression.py b/compression.py index eb88527..8376e97 100755 --- a/compression.py +++ b/compression.py @@ -14,7 +14,7 @@ Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/ Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: compression.py - Last Update: 4/26/2024 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: compression.py - Last Update: 4/29/2024 Ver. 0.9.0 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals; diff --git a/mkcatfilebundle.py b/mkcatfilebundle.py index 228f0a4..23dad88 100755 --- a/mkcatfilebundle.py +++ b/mkcatfilebundle.py @@ -14,7 +14,7 @@ Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/ Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: mkbundle.py - Last Update: 4/26/2024 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: mkbundle.py - Last Update: 4/29/2024 Ver. 0.9.0 RC 1 - Author: cooldude2k $ ''' import os, sys, shutil, subprocess, tempfile, subprocess, platform; diff --git a/neocatfile.py b/neocatfile.py index 98945bc..65c5470 100755 --- a/neocatfile.py +++ b/neocatfile.py @@ -14,7 +14,7 @@ Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/ Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: neocatfile.py - Last Update: 4/26/2024 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: neocatfile.py - Last Update: 4/29/2024 Ver. 0.9.0 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals diff --git a/phpcatfile.php b/phpcatfile.php index 395585c..3e53f62 100755 --- a/phpcatfile.php +++ b/phpcatfile.php @@ -12,7 +12,7 @@ Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/ Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: phpcatfile.php - Last Update: 4/26/2024 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: phpcatfile.php - Last Update: 4/29/2024 Ver. 0.9.0 RC 1 - Author: cooldude2k $ */ date_default_timezone_set('UTC'); @@ -20,9 +20,9 @@ $info['program_name'] = "PHPCatFile"; $info['project'] = $info['program_name']; $info['project_url'] = "https://github.com/GameMaker2k/PyCatFile"; -$info['version_info'] = [0, 8, 6, "RC 1", 1]; +$info['version_info'] = [0, 9, 0, "RC 1", 1]; $info['version_id'] = "$Id$"; -$info['version_date_info'] = [2024, 4, 25, "RC 1", 1]; +$info['version_date_info'] = [2024, 4, 29, "RC 1", 1]; $info['version_date'] = $info['version_date_info'][0].".".str_pad($info['version_date_info'][1], 2, "-=", STR_PAD_LEFT).".".str_pad($info['version_date_info'][2], 2, "-=", STR_PAD_LEFT); if($info['version_info'][4]!==Null) { $info['version_date_plusrc'] = $info['version_date']."-".$info['version_date_info'][4]; } diff --git a/pycatfile.py b/pycatfile.py index 81a06ad..12ec091 100755 --- a/pycatfile.py +++ b/pycatfile.py @@ -14,7 +14,7 @@ Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/ Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: pycatfile.py - Last Update: 4/26/2024 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: pycatfile.py - Last Update: 4/29/2024 Ver. 0.9.0 RC 1 - Author: cooldude2k $ ''' from __future__ import absolute_import, division, print_function, unicode_literals; @@ -171,8 +171,8 @@ __file_format_list__ = [__file_format_name__, __file_format_magic__, __file_format_lower__, __file_format_len__, __file_format_hex__, __file_format_delimiter__, __file_format_ver__, __use_new_style__, __use_advanced_list__, __use_alt_inode__]; __project__ = __program_name__; __project_url__ = "https://github.com/GameMaker2k/PyCatFile"; -__version_info__ = (0, 8, 6, "RC 1", 1); -__version_date_info__ = (2024, 4, 26, "RC 1", 1); +__version_info__ = (0, 9, 0, "RC 1", 1); +__version_date_info__ = (2024, 4, 29, "RC 1", 1); __version_date__ = str(__version_date_info__[0]) + "." + str(__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2); __revision__ = __version_info__[3]; __revision_id__ = "$Id$"; @@ -2615,6 +2615,8 @@ def PackArchiveFileFunc(archive_name, source_dir, **kwargs): def PackArchiveFileFromDirList(infiles, outfile, dirlistfromtxt=False, compression="auto", compressionlevel=None, followlink=False, checksumtype="crc32", extradata=[], formatspecs=__file_format_list__, verbose=False, returnfp=False): return PackArchiveFile(infiles, outfile, dirlistfromtxt, compression, compressionlevel, followlink, checksumtype, extradata, formatspecs, verbose, returnfp); +create_alias_function("Pack", __file_format_name__, "FromDirList", PackArchiveFileFromDirList); + def PackArchiveFileFromTarFile(infile, outfile, compression="auto", compressionlevel=None, checksumtype="crc32", extradata=[], formatspecs=__file_format_list__, verbose=False, returnfp=False): if(outfile!="-" and not hasattr(outfile, "read") and not hasattr(outfile, "write")): outfile = RemoveWindowsPath(outfile); @@ -7243,7 +7245,7 @@ def ArchiveFileStringListFiles(catstr, seekstart=0, seekend=0, skipchecksum=Fals listcatfiles = ArchiveFileListFiles(catstr, seekstart, seekend, skipchecksum, formatspecs, verbose, returnfp); return listcatfiles; -create_alias_function("", __file_format_name__, "StringListFiles", ArchiveFileListFiles); +create_alias_function("", __file_format_name__, "StringListFiles", ArchiveFileStringListFiles); def TarFileListFiles(infile, verbose=False, returnfp=False): logging.basicConfig(format="%(message)s", stream=sys.stdout, level=logging.DEBUG); diff --git a/pyshell-old.py b/pyshell-old.py index da33c90..56fd751 100755 --- a/pyshell-old.py +++ b/pyshell-old.py @@ -13,7 +13,7 @@ Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/ Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: pyshell-old.py - Last Update: 4/26/2024 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: pyshell-old.py - Last Update: 4/29/2024 Ver. 0.9.0 RC 1 - Author: cooldude2k $ ''' from __future__ import print_function diff --git a/pyshell.py b/pyshell.py index c65937e..f7d46db 100755 --- a/pyshell.py +++ b/pyshell.py @@ -13,7 +13,7 @@ Copyright 2018-2024 Game Maker 2k - http://intdb.sourceforge.net/ Copyright 2018-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: pyshell.py - Last Update: 4/26/2024 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: pyshell.py - Last Update: 4/29/2024 Ver. 0.9.0 RC 1 - Author: cooldude2k $ ''' from __future__ import division, absolute_import, print_function; diff --git a/setup.py b/setup.py index fd9d3cb..e23736f 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ Copyright 2016-2024 Game Maker 2k - http://intdb.sourceforge.net/ Copyright 2016-2024 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski - $FileInfo: setup.py - Last Update: 4/26/2024 Ver. 0.8.6 RC 1 - Author: cooldude2k $ + $FileInfo: setup.py - Last Update: 4/29/2024 Ver. 0.9.0 RC 1 - Author: cooldude2k $ ''' import os, re, sys, pkg_resources;