lp://qastaging/~fourdollars/ubuntu/vivid/python-debianbts/1512200
- Get this branch:
- bzr branch lp://qastaging/~fourdollars/ubuntu/vivid/python-debianbts/1512200
Branch merges
- Sebastien Bacher: Approve
-
Diff: 132 lines (+50/-14)4 files modifieddebian/changelog (+6/-0)
debian/control (+3/-2)
src/debianbts.py (+27/-12)
test/test_debianbts.py (+14/-0)
Related bugs
Related blueprints
Branch information
- Owner:
- Shih-Yuan Lee
- Status:
- Development
Recent revisions
- 16. By Bastian Venthur
-
* Added HTTP_PROXY support by applying the patch from Raphael Kubo da Costa,
thank you very much! (Closes: #630496)
* Fix "Bugreport.affects returns an array of chars, not strings" by
splitting the input string (Closes: #670446) - 15. By Bastian Venthur
-
* Uploaded lots of changes contributed by Jari Aalto. Thank you very much
man!
* Remove unused dpatch and upgrade to packaging format "3.0 (native)".
* Update to Standards-Version to 3.9.3.1 and debhelper to 9.
* Add build-arch and build-indep targets to rules file.
* Fix copyright-with-old- dh-make- debian- copyright (Lintian).
* Fix spelling-error-in- description (Lintian).
* Fix copyright-refers- to-symlink- license (Lintian). * Merged with patch from Michael, improving distutils setup.
- 12. By Bastian Venthur
-
* Fixed issue in unicode handling in Bugreport.__str__ method
* Added documentation for 'bugs' keyword in get_bugs - 11. By Bastian Venthur
-
* Fix "please add a Vcs-Browser field in source stanza" (Closes: #590929)
* Fixed the types of the mergedwith-, blocks-, blockedby-, and
affects-fields of the Bugreport class: the first three changed from
"String" to "list of Strings" the last one from "String" to list of
Strings"
* Removed the keywords-, found_date-, fixed_date-, and id-attributs as they
are either not fully implemented in the BTS or superflouos
* Added Unittests to ensure the above works as expected
* Furhter improved the documentation of the methods and the Bugreport class - 10. By Bastian Venthur
-
* Fix "remove *.pyc from source package" Added rm *.pyc rule in clean
targets. (Closes: #590722)
* Fix "UnicodeDecodeError: 'utf8' codec can't decode byte 0xe4 in
position 44: invalid continuation byte" We replace invalid unicode
characters now (Closes: #590725) - 9. By Bastian Venthur
-
Fix "reportbug-ng: coercing to Unicode: need string or buffer, int found",
apparently "blocks" is sometimes a string and sometimes an int.
(Closes: #590073) - 8. By Bastian Venthur
-
Fix "UnicodeDecodeError on get_bug_log() and other methods", added
regression test for this bug. (Closes: #588954)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)