Change logs for python-debianbts source package in Oneiric

  • python-debianbts (1.10) unstable; urgency=low
    
      * Switched to distutils
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:34:53 +0000
  • python-debianbts (1.9) unstable; urgency=low
    
      * Fixed issue in unicode handling in Bugreport.__str__ method
      * Added documentation for 'bugs' keyword in get_bugs
    
    python-debianbts (1.8) unstable; urgency=low
    
      * 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
    
    python-debianbts (1.7) unstable; urgency=low
    
      * 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)
    
    python-debianbts (1.6) unstable; urgency=low
    
      * Fix "reportbug-ng: coercing to Unicode: need string or buffer, int found",
        apparently "blocks" is sometimes a string and sometimes an int.
        (Closes: #590073)
    
    python-debianbts (1.5) unstable; urgency=low
    
      * Fix "UnicodeDecodeError on get_bug_log() and other methods", added
        regression test for this bug. (Closes: #588954)
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  15 Oct 2010 09:56:07 +0000