~sbeattie/usn-tool:master

Last commit made on 2018-10-29
Get this branch:
git clone -b master https://git.launchpad.net/~sbeattie/usn-tool
Only Steve Beattie can upload to this branch. If you are Steve Beattie please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~sbeattie/usn-tool

Recent commits

4e714e7... by Steve Beattie

README:update info about usn db

Signed-off-by: Steve Beattie <email address hidden>

44c4514... by Steve Beattie

usn.py: update for cosmic release

1d89f0e... by Steve Beattie

usn.py: update for bionic release

21a49fc... by Steve Beattie

usn.py/test.py: make py3 compliant, modernize code a bit

0f2b295... by Tyler Hicks

templates/webpage-markdown.txt: Update markdown sanitization

Thanks to Will Moggridge!

9929e2f... by Tyler Hicks

templates/webpage-markdown.txt: Update comment about the purpose

23521d5... by Will Moggridge

Update markdown sanitization

146305e... by Steve Beattie

usn.py: add reference to problematic USN for future testing

cc8e565... by Steve Beattie

usn.py: add gross hack to not encode template output on old python

When LANG=C is set, modern python 2.7+genshi will fail if the output is
not encoded as utf-8. On old python, it fails if it is encoded
regardless of LANG setting. So add a gross hack that skips encoding if
the python version is older than 2.7.6 (trusty's python).

7fa04b9... by Steve Beattie

usn.py: coding style cleanups, use with statements