Package: droopy / 0.20160830-5

Metadata

Package Version Patches format
droopy 0.20160830-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Switch to Python 3.patch | (download)

droopy | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] switch to python 3 in the shebang

Use Python 3 in the shebang, since the python binary points to Python 2 on
Debian based systems.

Drop macpath.patch | (download)

droopy | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 [patch] drop macpath

Python 3.8 removed the deprecated macpath module. So just remove this
module and just use posixpath and ntpath to extract the file base name.

Bug: https://github.com/stackp/Droopy/issues/27
Bug-Debian: https://bugs.debian.org/963673
Signed-off-by: Benjamin Drung <bdrung@debian.org>

Fix crash when authentication credentials are given.patch | (download)

droopy | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix crash when authentication credentials are given

Bug: https://bugs.debian.org/978020
Support Python 3.9.patch | (download)

droopy | 9 5 + 4 - 0 !
1 file changed, 5 insertions(+), 4 deletions(-)

 [patch] support python 3.9

Drop Python 2 support and add support for Python 3.9.

Bug: https://bugs.debian.org/986161