[Reportbug-commits] [reportbug] annotated tag 7.1.0 created (now cf376b1)
Sandro Tosi
morph at moszumanska.debian.org
Thu Dec 15 00:44:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a change to annotated tag 7.1.0
in repository reportbug.
at cf376b1 (tag)
tagging 2afd69e1a81571a971a8275694e57e2333abcc38 (commit)
replaces 6.6.5
tagged by Sandro Tosi
on Wed Dec 14 19:34:09 2016 -0500
- Log -----------------------------------------------------------------
tagging package reportbug version 7.1.0
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAlhR5QEACgkQh588mTgB
qU9X3RAAyD+jp+1Jb/xUOXIrrPXY2Jcb2oTKd1cmt3XyLk1pEsgfZs0sPU7D5eiv
UAOktF4P87lEWoAb2Htf9+B2ONWOdT8f9Fm2cGB8NPimztHYHJfxsRvGywXuP8b6
2dDJwicAxZQYw0bo5VjTpJPxVPdGlEOTRwC9NEEIeLVQcQFYCxgmZUnBhqbC+C42
5tTuE2FWy9VlB9AOqlGTtAWzjzuOqwEQMSIb89qjWUvPCc6AApILK4EzQgl60+mv
lpHV+XB6shX0WGxMBiRfHchwPmJzWqxuO6LSy95KDiBlCXyWUo0crLlpvPpFvgfW
WqtC0G8otxkwFeMwIZIMOs+0wqRqWU133zdoRCRxqexcy63MEo4O3PkCaW5lSBy7
i0j78KZWvlqMvFqo6tpK0GpEl/A2swDQB4EbkcoIzcZeLBW94sh4FwoYvMVggQ+4
uqVVlG0PpjEijlcLtGenTdXVFdLRR8MXyrJPjCixH0xJqYyXVG7ntE42+9jq6g+S
QeMw9O6reYICTjATdBgCaQFGRz/LYWAGoeqd8SSXjRbNW0RejCarmWxszi7uxoOU
57W+I3d6O038EGUpKt9sxP19joTwEBznrldei2NU7Hh7lrvntREiGqa112y+7scS
tNyabxRs431V/iQyg6NaO6rH15Se47SrTSfhal5Fd1HbrH3GQ9Q=
=Yt1S
-----END PGP SIGNATURE-----
Paul Wise (4):
Update the SUITES2DISTS mapping for the jessie release
Rename SUITES2DISTS variable to CODENAME2SUITE as name is incorrect.
Remove hard-coding of release names in the release.debian.org handling
Add a CODENAME2SUITE entry for buster
Sandro Tosi (60):
Update the SUITES2DISTS mapping for the jessie release; patch by Paul Wise
document http_proxy environment variable in querybts manpage; report and patch by Jakub Wilk; Closes: #800092
fix a SyntaxError due to a spurious closed parentesis
Consolidate Debian release codenames handling in a single place, updating how release.d.o is using this information; Closes: #804504
rephrase slightly the orphan check warning; Closes: #544624
in paranoid mode, handle the case when the pager exists without having processed all the text we are sending and it generates a SIGPIPE; Closes: #777010, #686922
where there are modified conffiles, clarify the menu entry to view such files that a "q" is required to exit it, making it more clear in the GTK UI; Closes: #732334
decode email addresses when printing the recipients recap at submit time; Closes: #546914
add dep on 'file' for python-reportbug; Closes: #803764
dont crash when selecting "Providing additional information" after filtering the bugs list more than once; Closes: #804130
switch from gtkspell (now removed) to gtkspellcheck; Closes: #802387
dont escape a single dot line surrounded by newlines (the End-Of-Message in SMTP), it is done by sendmail() automatically; Closes: #808742
default '--exitprompt' to False, should avoid a spurious message in GTK UI when reporting additional information; Closes: #745514
remove reference to BROWSER env variable, we use xdg-open; Closes: #690759
remove handling of X11BROWSER and CONSOLEBROWSER, obsolete
print the "If you want to provide additional information" text only if an email is specified in sysinfo, this prevents a crash if we are sending reports to a non-debbugs instance; Closes: #789332
'Control' pseudo-header can be repeated/present multiple times in the report; Closes: #687679
dont crash if we cant access the BTS: Closes: #694634
extend copyright years
drop stale d/copyright entry
save a backup of the bug report, that will prevent data loss in case of crash or unexpected errors; Closes: #736214
explicitly set the timeout when requesting a URL, that happens in particular when checking for newer versions; Closes: #784840
releasing package reportbug version 6.6.6
port reportbug.testfile to py3k
port reportbug.urlutils to py3k
convert reportbug.hiermatch to py3k
convert reportbug.debbugs to py3k
replace urllib with requests, and disable proxy handling
port reportbug.checkversions to py3k
depends on the py3k packages
port reportbug.utils to py3k
port reportbug.bugreport to py3k
port reportbug.checkbuildd to HTMLParser and py3k
port test_exception to py3k
port reportbug.ui.gtk2_ui to py3k
port reportbug.ui.urwid_ui to py3k
port reportbug.ui.text_ui to py3k
port reportbug.ui.__init__ to py3k
restore gtk2 as the interface we expect in the tests
fix test_urlutils
dont encode the message in ewrite()
dont eval() menu input replies
text ui: dont encode strings anymore
port querybts to py3k
run test with nose3
dont refer to the parser, as we dont instantiate it
dont decode in py3k
use shlex.quote() in py3k
port reportbug.submit to py3k
additional fixes for py3k
additional fixes for py3k
port bin/reportbug to py3k
port packaging to py3k
use python3 to print reportbug version
releasing package reportbug version 7.0.0
add python3-requests to python3-reportbug Depends; Closes: #846657
dont remove the first character from the filename when calling an external MUA; Closes: #846778
releasing package reportbug version 7.0.1
port GTK interface to GTK3; thanks to Simon McVittie for sending all the patches to implement this; Closes: #651590
releasing package reportbug version 7.1.0
Simon McVittie (20):
gtk2_ui: correct UINotImportable message for Python 3 and g-i
gtk2_ui: use VTE via g-i
control: Update dependencies for Gtk and Vte g-i bindings
gtk2_ui: use the g-i spelling for class method set_default_icon_from_file
gtk2_ui: let GTK choose how to open a web browser
gtk2_ui: use string values for string-valued columns
gtk2_ui: filter_visible_func now gets a user_data argument
gtk2_ui: adjust signature of CellRendererText.do_render
gtk2_ui: use properties, which replace widget flags
gtk2_ui: modernize syntax of direct Pango uses
gtk2_ui: modernize syntax of uses of Gdk and GdkPixbuf
gtk2_ui: modernize syntax of GObject uses
gtk2_ui: Use g-i constructor convention for Gtk.Image
gtk2_ui: don't rely on pygtkcompat for dialog flags/responses
gtk2_ui: import various objects from Gtk, not from gtk compat shim
gtk2_ui: pack widgets using positional parameters
gtk2_ui: use more PyGI-style enums
gtk2_ui: use set_state_flags instead of deprecated set_state
gtk2_ui: use PyGI clipboard API
gtk2_ui: stop using pygtkcompat
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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