Package: gitinspector / 0.4.4+dfsg-15
Metadata
Package | Version | Patches format |
---|---|---|
gitinspector | 0.4.4+dfsg-15 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Use jQuery libraries from the Debian archive.patch | (download) |
gitinspector/format.py |
28 15 + 13 - 0 ! |
use jquery libraries from the debian archive |
Move arch indep files to usr share.patch | (download) |
gitinspector/format.py |
4 2 + 2 - 0 ! |
move arch-indep files to /usr/share Within Debian, arch-independent files shouldn't be in /usr/lib. |
port to python3.patch | (download) |
gitinspector/blame.py |
30 15 + 15 - 0 ! |
port-to-python3 Bug: https://github.com/ejwa/gitinspector/pull/223 |
Drop superfluous argument to NullTranslations.install.patch | (download) |
gitinspector/localization.py |
6 3 + 3 - 0 ! |
drop superfluous argument to nulltranslations.install() The given argument of True wasn't valid, and triggers an exception with Python3.8. |
Drop bufsize argument to Popen.patch | (download) |
gitinspector/basedir.py |
6 3 + 3 - 0 ! |
drop bufsize argument to popen It's only allowed in text mode, and with Python 3.8, we get a ton of the following warnings: usr/lib/python3.8/subprocess.py:844: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used self.stdout = io.open(c2pread, 'rb', bufsize) |
SyntaxWarning.patch | (download) |
gitinspector/blame.py |
2 1 + 1 - 0 ! |
--- |