lp:debian/squeeze/python-debianbts

Created by James Westby and last modified
Get this branch:
bzr branch lp:debian/squeeze/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

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)

7. By Bastian Venthur

Fix "[python-debianbts] Typo that generates incorrect output"
Fixed trivial typo (Closes: #566554)

6. By Bastian Venthur

* Removed id, found and fixed (Closes: #550945)
  - According to Don id is superflous and will vanish, use bug_num instead
  - found and fixed are only partly implemented in debbugs, found_versions
    and fixed_versions give the information you need.

5. By Bastian Venthur

* Updated VCS-git field in debian/control, we moved to github
* Bumped standards version (no changes)

4. By Bastian Venthur

The "greetings from Graz" release
* Fix "python-glpk and python-debianbts: error when trying to install
  together" Removed __init__.py (Closes: #546561)
* Fix "submitter field is always None" (Closes: #542651)

3. By Bastian Venthur

* Fix "incomplete documentation for debianbts.get_bugs()", added
  "correspondent" to docstring (Closes: #529588)
* Fix "timestamps represented as strings", first- and lastaction are now
  datetimeobjects, thanks Jakub (Closes: #529488)
* Added VCS-git field to debian/control
* Bumped standards version
* Replaced dh_clean -k with dh_prep in debian/rules
* Replaced Author(s) with Author in debian/copyright

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers