Debian Patches

Status for python-apptools/4.5.0-1.1

Patch Description Author Forwarded Bugs Origin Last update
support_python3-sphinx Adding support for python2-only function execfile() Stewart Ferguson <stew@ferg.aero> yes 2019-01-23
dont_delete_tmp fixes deletion of /tmp in chroot Self tests will fail if we build this package in an isolated chroot
environment.
.
That's because os.removedirs() was used. This deletes parent directories if
empty. In our case, we were building with root permissions (normal for
chroot), in an isolated environment. The /tmp directory was empty, so when
tests ran os.removedirs(), /tmp was also deleted. The next test that tried to
tempfile.mkdtemp() would fail because it couldn't create a new directory in
/tmp because /tmp didn't exist.
Stewart Ferguson <stew@ferg.aero> yes 2019-01-23
skip_test_file_properties Skipping a unit test when run as root This unit test fails when run as root. That makes sense because the test
is checking whether a file will be read-only (which doesn't happen when you
are root). Therefore it makes sense to skip this test when running as root
Stewart Ferguson <stew@ferg.aero> yes 2019-02-03
man_page_section Fixing manpage section The default section for the sphinx-generated
man page is section 1. This is a library and
so the man page belongs in section 3.
Stewart Ferguson <stew@ferg.aero> yes 2019-02-03
fix-stopiteration-exception.patch [PATCH] Work around broken _v_groups.itervalues() in PyTables (#117) Mark Dickinson <mdickinson@enthought.com> no 2020-01-02
fix-syntaxwarning.patch [PATCH] Fix SyntaxWarning in file_path.py
Fixes this SyntaxWarning:
/usr/lib/python3/dist-packages/apptools/persistence/file_path.py:70: SyntaxWarni
if os.sep is not '/':
Scott Talbert <swt@techie.net> no 2019-12-31
fix_python3.9_base64_decodestring_deprecation.patch Fix test against python3.9 Replace decodestring by decodebytes Anton Gladky <gladk@debian.org> no debian 2020-11-30

All known versions for source package 'python-apptools'

Links