lp:debian/experimental/python-debianbts

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:debian/experimental/python-debianbts
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

19. By Bastian Venthur

Port to Python 3. Thanks again Gaetano Guerriero for providing the initial
patch! The code works now under Python2/3 simultaneously
(Closes: #732644)

18. By Bastian Venthur

* Merged patch that ports python-debianbts from soappy to simplesoap, by
  Gaetano Guerriero. Thank you very much!
* allow get_bugs(a, b, c, d) and get_bugs([a, b, c, d])

17. By Bastian Venthur

* Fix "preformance regression in get_status()" by applying patch from James
  McCoy. Thank you very much James! (Closes: #795198)
* Made code more PEP8 compliant
* Made unit tests more discoverable for nosetests

16. By Bastian Venthur

* Fix "reportbug: HTTPError 500 Internal Server Error" by merging patch
  contributed by James McCoi, thanks James! (Closes: #722226)
  * Bugs are now downloaded in batches of 500 bugs
* Bumped standards version
* Transitioned the package from python-support to dh_python2

15. 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)

14. 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.

13. By Bastian Venthur

Switched to distutils

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)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:debian/python-debianbts
This branch contains Public information 
Everyone can see this information.

Subscribers