[Reportbug-commits] [reportbug] branch master updated (4679f26 -> b86543e)

Sandro Tosi morph at moszumanska.debian.org
Thu Sep 3 19:49:25 UTC 2015


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

morph pushed a change to branch master
in repository reportbug.

      from  4679f26   correctly identify conffiles marked as obsolete; thanks to Jakub Wilk for the report; Closes: #791577
       new  5bddb27   Match conffiles hash with a stricter regex
       new  16bddc7   Improve test_bts791577
       new  b86543e   PEP8-fied the source code (except for "line too long", which we ignore)

The 3 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               |   73 +-
 bin/reportbug              |  458 +++++------
 debian/changelog           |    3 +-
 reportbug/__init__.py      |    4 +-
 reportbug/bugreport.py     |   37 +-
 reportbug/checkbuildd.py   |   36 +-
 reportbug/checkversions.py |   56 +-
 reportbug/debbugs.py       |  619 ++++++++-------
 reportbug/exceptions.py    |   39 +-
 reportbug/hiermatch.py     |   10 +-
 reportbug/submit.py        |   76 +-
 reportbug/tempfiles.py     |   31 +-
 reportbug/ui/__init__.py   |   33 +-
 reportbug/ui/gtk2_ui.py    | 1847 ++++++++++++++++++++++----------------------
 reportbug/ui/text_ui.py    |  425 +++++-----
 reportbug/ui/urwid_ui.py   |  206 ++---
 reportbug/urlutils.py      |   78 +-
 reportbug/utils.py         |  230 +++---
 setup.py                   |    2 +-
 test/test_bugreport.py     |    6 +-
 test/test_checkbuildd.py   |    4 +-
 test/test_checkversions.py |   19 +-
 test/test_debbugs.py       |  157 ++--
 test/test_exception.py     |    1 +
 test/test_hiermatch.py     |    1 +
 test/test_tempfiles.py     |    5 +-
 test/test_ui.py            |    1 +
 test/test_ui_gtk2.py       |    6 +-
 test/test_urlutils.py      |    3 +-
 test/test_utils.py         |   94 +--
 31 files changed, 2388 insertions(+), 2174 deletions(-)

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