Merge lp://staging/~oubiwann/txgenshi/506281-util-cleanup into lp://staging/txgenshi
Status: | Needs review | ||||
---|---|---|---|---|---|
Proposed branch: | lp://staging/~oubiwann/txgenshi/506281-util-cleanup | ||||
Merge into: | lp://staging/txgenshi | ||||
Diff against target: |
302 lines (+180/-31) 7 files modified
ChangeLog (+4/-0) README (+2/-2) setup.py (+28/-5) txgenshi/meta.py (+6/-3) txgenshi/test/test_util.py (+3/-5) txgenshi/util/base.py (+4/-16) txgenshi/util/dist.py (+133/-0) |
||||
To merge this branch: | bzr merge lp://staging/~oubiwann/txgenshi/506281-util-cleanup | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Cory Dodt | Approve | ||
Review via email: mp+17207@code.staging.launchpad.net |
Unmerged revisions
- 43. By Duncan McGreggor
-
Updated ChangeLog.
- 42. By Duncan McGreggor
-
* Small tweak to README.
- 41. By Duncan McGreggor
-
* Updated the findPackages function to take the library name as a parameter.
* Fixed the dist import in setup.py - 40. By Duncan McGreggor
-
* Moved the setup data out of the dist module and into setup.py.
* Moved metadata out of the init module (which should be empty) and into a meta
module.
* Updated setup.py to use the metadata module. - 39. By Duncan McGreggor
-
Changed the find function name to use camelCase.
- 38. By Duncan McGreggor
-
* Moved dist functions out of base and into dist util module.
* Updated the util test module with the new import location. - 37. By Duncan McGreggor
-
Fixed pyflakes.
- 36. By Duncan McGreggor
-
* Removed base util code from dist module.
* Removed some unnecessary new lines. - 35. By Duncan McGreggor
-
Removed dist code from base util module.
- 34. By Duncan McGreggor
-
Converted the util module to a subpackage.
Okay, I did some cleanup of the util module, dist code, project metadata, and setup.py.