Changelog for
python-doit-0.25.0-3.1.noarch.rpm :
Thu Jul 17 14:00:00 2014 borisAATTsteki.net
- updated upstream version to 0.25.0
- BACKWARD INCOMPATIBLE: use function doit.get_initial_workdir()
instead of variable doit.initial_workdir
- DEPRECATED tools.InteractiveAction renamed to tools.LongRunning
- fix: strace raises InvalidCommand instead of using assert
- #28: task uptodate support string to be executed as shell command
- added tools.Interactive for use with interactive commands
- #69: added doit.run() to make it easier to turn a dodo file into executable
- #70: added option \"--pdb\" to command run
- added option \"--single\" to command run
- include list of file_dep as an implicit dependency
Sun Feb 23 13:00:00 2014 tomsAATTopensuse.org
- Added Bash and Zsh completion files
- Added rpmlintrc
Sun Jan 12 13:00:00 2014 tomsAATTopensuse.org
- Version bump to 0.24.0, see http://pydoit.org/changes.html for details
Tue Apr 2 14:00:00 2013 borisAATTsteki.net
- added command `dumpdb`
- added `CmdAction.save_out` param
- `CmdAction` support for callable that returns a command string
- BACKWARD INCOMPATIBLE `getargs` for a group task gets a dict where
each key is the name of subtasks (previously it was a list)
- added command `strace`
- cmd `auto` run tasks on separate process
- support unicode for task name
Fri Dec 28 13:00:00 2012 mrdocsAATTopensuse.org
- version bump to 0.19.1
changes between 0.16.1 and 0.19.0
- support for `doit help
`
- added support to load tasks using `create_doit_tasks`
- dropped python 2.5 support
- fix bug cmd option --continue not being recognized
- remove DEPRECATED `Task.insert_action`, `result_dep` and `getargs` using strings
- fix #10 --continue does not execute tasks that have failed dependencies
- fix --always-execute does not execute \"ignored\" tasks
- fix #29 python3 cmd-actions issue
- fix #30 tests pass on all dbm backends
- API to add new sub-commands to doit
- API to modify task loader
- API to make dodo.py executable
- added ZeroReporter
- fix #12 Action.out and Action.err not set when using multiprocessing
- fix #16 fix `forget` command on gdbm backend
- fix #14 improve parallel execution (better process utilization)
- fix #9 cacl_dep create implicit task_dep if a file_dep returned is a also a target
- added tools.result_dep
- fix #15 tools.result_dep supports group-tasks
- DEPRECATE task attribute `result_dep` (use tools.result_dep)
- DEPRECATE `getargs` specification using strings (must use 2-element tuple)
- several changes on `uptodate`
- DEPRECATE `Task.insert_action` (replaced by `Task.value_savers`)
- fix #8 `clean` cleans all subtasks from a group-task
- fix #8 `clean` added flag `--all` to clean all tasks
- fix #8 `clean` when no task is specified set --clean-dep and clean default tasks
Tue Aug 14 14:00:00 2012 borisAATTsteki.net
- initial packaging