[Reportbug-commits] [reportbug] branch master updated (2d9c48c -> 9594a10)

Sandro Tosi morph at moszumanska.debian.org
Thu Dec 1 01:36:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

morph pushed a change to branch master
in repository reportbug.

      from  2d9c48c   releasing package reportbug version 6.6.6
       new  e1f6704   port reportbug.testfile to py3k
       new  7239d90   port reportbug.urlutils to py3k
       new  c5314ae   convert reportbug.hiermatch to py3k
       new  7b676cd   convert reportbug.debbugs to py3k
       new  5cf0069   replace urllib with requests, and disable proxy handling
       new  4194c18   port reportbug.checkversions to py3k
       new  ed52aee   depends on the py3k packages
       new  8a01f85   port reportbug.utils to py3k
       new  ff250d3   port reportbug.bugreport to py3k
       new  328440f   port reportbug.checkbuildd to HTMLParser and py3k
       new  32ecfae   port test_exception to py3k
       new  edb227a   port reportbug.ui.gtk2_ui to py3k
       new  79d3a37   port reportbug.ui.urwid_ui to py3k
       new  fde7476   port reportbug.ui.text_ui to py3k
       new  340128b   port reportbug.ui.__init__ to py3k
       new  1a970de   restore gtk2 as the interface we expect in the tests
       new  b02f407   fix test_urlutils
       new  a29e219   dont encode the message in ewrite()
       new  3f8914f   dont eval() menu input replies
       new  dc75b8c   text ui: dont encode strings anymore
       new  0979f39   port querybts to py3k
       new  3b0eb7e   run test with nose3
       new  a78ef19   dont refer to the parser, as we dont instantiate it
       new  718e8c1   dont decode in py3k
       new  ba83e0d   use shlex.quote() in py3k
       new  30502c4   port reportbug.submit to py3k
       new  92fb6fb   additional fixes for py3k
       new  3284e01   additional fixes for py3k
       new  7f3df72   port bin/reportbug to py3k
       new  64b136d   port packaging to py3k
       new  3301109   use python3 to print reportbug version
       new  9594a10   releasing package reportbug version 7.0.0

The 32 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                                           |   2 +-
 bin/querybts                                       |  26 +-
 bin/reportbug                                      | 258 +++++++++---------
 debian/changelog                                   |   6 +
 debian/control                                     |  13 +-
 ...ython-reportbug.dirs => python3-reportbug.dirs} |   0
 debian/rules                                       |  10 +-
 reportbug/__init__.py                              |   2 +-
 reportbug/bugreport.py                             |  53 ++--
 reportbug/checkbuildd.py                           |  29 +-
 reportbug/checkversions.py                         | 115 ++++----
 reportbug/debbugs.py                               | 297 ++-------------------
 reportbug/hiermatch.py                             |   4 +-
 reportbug/submit.py                                | 159 ++++-------
 reportbug/tempfiles.py                             |   4 +-
 reportbug/ui/__init__.py                           |   6 +-
 reportbug/ui/gtk2_ui.py                            |  32 ++-
 reportbug/ui/text_ui.py                            |  65 ++---
 reportbug/ui/urwid_ui.py                           |  14 +-
 reportbug/urlutils.py                              |  93 +++----
 reportbug/utils.py                                 | 126 ++++-----
 setup.py                                           |   2 +-
 test/test_bugreport.py                             |   6 +-
 test/test_checkbuildd.py                           |   8 +-
 test/test_checkversions.py                         |  14 +-
 test/test_debbugs.py                               | 126 ++++-----
 test/test_exception.py                             |   6 +-
 test/test_hiermatch.py                             |   4 +-
 test/test_tempfiles.py                             |   4 +-
 test/test_ui.py                                    |   8 +-
 test/test_ui_gtk2.py                               |   4 +-
 test/test_urlutils.py                              |   7 +-
 test/test_utils.py                                 | 152 +++++------
 33 files changed, 644 insertions(+), 1011 deletions(-)
 rename debian/{python-reportbug.dirs => python3-reportbug.dirs} (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git



More information about the Reportbug-commits mailing list