Commits on Source (3)
-
Arguments were accidentally introduced when porting the code to python3. Remove them again. Fixes: File "/srv/piuparts.debian.org/lib/python3/dist-packages/piupartslib/dependencyparser.py", line 266, in _parse_version_dependency self._cursor.mynext(self._cursor) TypeError: mynext() takes 1 positional argument but 2 were given Signed-off-by: Holger Levsen <holger@layer-acht.org>
640284d2 -
While one set of dict_keys() was already wrapped in a list() during the initial porting work, the second one was still missing. Fixes: File "/srv/piuparts.debian.org/lib/python3/dist-packages/piupartslib/packagesdb.py", line 818, in get_best_package_state for state in self._good_states + list(self._propagate_waiting_state.keys()) + self._propagate_error_state.keys(): TypeError: can only concatenate list (not "dict_keys") to list Signed-off-by: Holger Levsen <holger@layer-acht.org>
09916537 -
Fixes: File "/srv/piuparts.debian.org/lib/python3/dist-packages/piupartslib/packagesdb.py", line 260, in create if os.write(fd, contents) != len(contents): TypeError: a bytes-like object is required, not 'str' Signed-off-by: Holger Levsen <holger@layer-acht.org>
8993738a