Commit Graph

114 Commits

Author SHA1 Message Date
Bastian Kleineidam 3a2c854836 Since nose-achievements is usually not installed, comment out its configuration line in setup.cfg. 2010-03-08 17:29:32 +01:00
Bastian Kleineidam 96ea4ab200 Add targets to sign and upload distribution files. 2010-03-08 17:28:59 +01:00
Bastian Kleineidam acbf544d04 Added support for ALZIP (.alz) archives. 2010-03-06 21:35:03 +01:00
Bastian Kleineidam 4bda02dd9c Bump up version 2010-03-06 20:32:46 +01:00
Bastian Kleineidam 3011ff1ac1 Release 0.6 2010-03-06 20:27:27 +01:00
Bastian Kleineidam 3e76a655bd Added support for LZH (.lha, .lzh) archives. 2010-03-06 19:24:34 +01:00
Bastian Kleineidam f6720231dd Added support for LZH (.lha, .lzh) archives. 2010-03-06 19:24:14 +01:00
Bastian Kleineidam 1e733a2158 Make .taz file gzip compressed, not compressed by 'compress'. 2010-03-06 19:22:02 +01:00
Bastian Kleineidam 22dd316db9 Assert that created archive exists in archive test. 2010-03-06 19:21:20 +01:00
Bastian Kleineidam 960d15cd76 Refactor mime detection functions and add better tests. 2010-03-06 19:20:50 +01:00
Bastian Kleineidam 6cba779475 Added support for AR (.a) archives. 2010-03-06 16:52:13 +01:00
Bastian Kleineidam 9a04371f07 Added support for ACE (.ace) archives. 2010-03-06 15:47:00 +01:00
Bastian Kleineidam 670d5df652 Make extracted files user readable. 2010-03-06 15:23:16 +01:00
Bastian Kleineidam 9ee4f65b90 Check that archive exists before handling it. 2010-03-06 14:38:51 +01:00
Bastian Kleineidam 0ad54e0f0f Added support for extracting, listing and testing multiple archives. 2010-03-06 14:17:01 +01:00
Bastian Kleineidam aff6657980 Added --verbose option to create command 2010-03-06 14:01:02 +01:00
Bastian Kleineidam 0ba0ca63d4 Added todo item. 2010-03-06 14:00:50 +01:00
Bastian Kleineidam 6decebe6f7 Force equal sign for long options to allow variable option positions. 2010-03-06 13:48:50 +01:00
Bastian Kleineidam 12d0340af8 Fix displaying help of keyword options. 2010-03-06 13:30:32 +01:00
Bastian Kleineidam 2e8800504c Fix handling of keyword arguments for baker and added tests. 2010-03-06 13:29:21 +01:00
Bastian Kleineidam 60e5077969 Allow specifying variable options with the params argument. 2010-03-06 12:30:42 +01:00
Bastian Kleineidam 4cee825589 Simplify method by removing else branch after return. 2010-03-06 12:09:05 +01:00
Bastian Kleineidam a2fb1e578f Add -v short option. 2010-03-06 11:38:29 +01:00
Bastian Kleineidam 76672e3bfd Bump up version. 2010-03-06 11:38:20 +01:00
Bastian Kleineidam 2692c7f84f Remove --force option. 2010-03-06 11:33:44 +01:00
Bastian Kleineidam 702a80dbf0 Make extract the default command; further improve parameter help. 2010-03-06 11:29:25 +01:00
Bastian Kleineidam 26c455cb39 Added todo items. 2010-03-06 11:28:59 +01:00
Bastian Kleineidam 68120581a3 Added help strings to patool options. 2010-03-06 11:23:20 +01:00
Bastian Kleineidam 100837f3ac Run nose-achievements if installed when testing. 2010-03-06 11:20:13 +01:00
Bastian Kleineidam 4039d091eb Added unittest2 compatibility test to check target 2010-03-06 11:19:20 +01:00
Bastian Kleineidam 7f5fbcd2b1 Added long description to setup.py 2010-03-04 20:07:12 +01:00
Bastian Kleineidam bd19fceeeb Format patool.txt with 80 columns width. 2010-03-04 19:51:47 +01:00
Bastian Kleineidam d922873068 Correct file type detection documentation. 2010-03-04 19:51:34 +01:00
Bastian Kleineidam 0a2260ad61 Added url and download_url to setup.py 2010-03-04 17:19:03 +01:00
Bastian Kleineidam 28598b0b6a Fix python setup.py register command 2010-03-04 17:17:25 +01:00
Bastian Kleineidam 136afb25a0 Add Trove classifiers for the Python packaging index (Pypi) 2010-03-04 17:16:34 +01:00
Bastian Kleineidam 9c3fd7c2fa Removed support for setting options via config file. 2010-03-04 17:07:51 +01:00
Bastian Kleineidam f41fc584b6 Document newly supported archive formats. 2010-03-04 17:05:35 +01:00
Bastian Kleineidam f056e98c0f No Zoo support for now. 2010-03-04 16:54:56 +01:00
Bastian Kleineidam 8283d7d9e2 Fix typo 2010-03-04 16:54:45 +01:00
Bastian Kleineidam cab43b1238 Added support for LZIP archives. 2010-03-04 16:42:37 +01:00
Bastian Kleineidam 70a7fc2ae2 Ported to Python 2.4 2010-03-04 16:05:08 +01:00
Bastian Kleineidam 44726ecdea Port to Python 2.4: replace subprocess.check_call(). 2010-03-04 16:01:12 +01:00
Bastian Kleineidam 778c1e366b Port to Python 2.4: remove more relative imports. 2010-03-04 15:00:07 +01:00
Bastian Kleineidam 76ede8c91d Port to Python 2.4: remove with statement and relative imports. 2010-03-04 14:57:55 +01:00
Bastian Kleineidam a91aade7fd Correct call of nosetests on Windows systems. 2010-03-04 14:57:38 +01:00
Bastian Kleineidam 45aff562bc Run nosetests in parallel if possible. 2010-03-04 14:57:03 +01:00
Bastian Kleineidam d2e28fe264 Bump up version. 2010-03-04 09:04:36 +01:00
Bastian Kleineidam c073f7c96d Add release and releasecheck Makefile targets. 2010-03-04 09:03:36 +01:00
Bastian Kleineidam 2577a454b9 Added support for creating ZIP archives. 2010-03-03 22:04:06 +01:00