1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
python-ucltip (0.7.1-1) unstable; urgency=low
* new upstream: 0.7.1
* debian/control: change VSC to https://github.com/hychen/pkg-ucltip
-- Hsin-Yi Chen (hychen) <ossug.hychen@gmail.com> Tue, 20 Dec 2011 21:32:50 +0800
python-ucltip (0.6+git08dec97-2) unstable; urgency=low
* fix missing dependency on python (Closes: #652299)
- debian/rules - add --buildsystem=python_distutils --with python2
-- Hsin-Yi Chen (hychen) <ossug.hychen@gmail.com> Fri, 16 Dec 2011 23:27:20 +0800
python-ucltip (0.6+git08dec97-1) unstable; urgency=low
* 0.6+git08dec97-1 released
* snapshot of 0.7
-- Hsin-Yi Chen (hychen) <ossug.hychen@gmail.com> Tue, 13 Dec 2011 20:03:45 +0800
python-ucltip (0.6-3) unstable; urgency=low
* 0.6-3 released
* Added debian watch file
-- Hsin-Yi Chen (hychen) <ossug.hychen@gmail.com> Thu, 13 Oct 2011 14:45:53 +0800
python-ucltip (0.6-2) unstable; urgency=low
* 0.6-2 released
* set DM-Upload-Allowed to yes
-- Hsin-Yi Chen (hychen) <ossug.hychen@gmail.com> Tue, 11 Oct 2011 15:57:12 +0800
python-ucltip (0.6-1) unstable; urgency=low
* 0.6-1 released
* New features:
* available for setting global configure
* pipeline
* New Class: Pipe
* New Function:global_config
* Enhance class customiz way
* Rename Parameter: interact parameter -> as_process in
ExecutableCmd.execute
* Update README.txt
* Convert dh_support to dh_python2 an add X-Python-Version
-- Hsin-Yi Chen (hychen) <ossug.hychen@gmail.com> Mon, 03 Oct 2011 08:26:24 +0800
python-ucltip (0.5-1) unstable; urgency=low
* 0.5-1 released
* New features:
* create a combined command string for testing
* setting default command options
* New Class: CmdConfiguration, SubCmd
* Rename Function: reg_singlecmds -> regcmds
* Rename Class: SingleCmd -> Cmd
* Change copyright year 2010 to 2011
* New Test: ExecutedCmd, UtilsTestCase, SubCmdTestCase,
CmdDispatcherTestCase, CustomClassTestCase,
HelperTestCase
* Upadte Readme.txt
* Update comments
-- Hsin-Yi Chen (hychen) <ossug.hychen@gmail.com> Tue, 28 Jun 2011 19:13:40 +0800
python-ucltip (0.4.5-1) unstable; urgency=low
* 0.4.5-1 released
- introduce reg_singlecmd
_ fix opt_style and subcmd_prefix can not be replaced by Child Class.
-- Hsin-Yi Chen (hychen) <ossug.hychen@gmail.com> Sat, 02 Apr 2011 01:04:19 +0800
python-ucltip (0.4.4-201103060132-1) unstable; urgency=low
* snashop of 201103060132
-- Hsin-Yi Chen (hychen) <ossug.hychen@gmail.com> Sun, 06 Mar 2011 01:35:47 +0800
python-ucltip (0.4.4-1) unstable; urgency=low
* 0.4.4-1 release
- fix sub commad of CmdDispatcher does not work
-- Hsin-Yi Chen (hychen) <ossug.hychen@gmail.com> Mon, 14 Feb 2011 01:47:44 +0800
python-ucltip (0.4.3-1) unstable; urgency=low
* Initial release (Closes: #612566)
-- Hsin-Yi Chen (hychen) <ossug.hychen@gmail.com> Wed, 09 Feb 2011 11:26:24 +0800
|