Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
platformdirs | Switch to platform dirs from appdirsDebian-Bug:1068006 > python3-appdirs is dead upstream[1] and its Debian maintainer has indicated > that it should not be included in trixie[2]. A recommended replacement is > python3-platformdirs[3], which is a fork of appdirs with a very similar API. > [1] https://github.com/ActiveState/appdirs/commit/8734277956c1df3b85385e6b308e954910533884 > [2] https://bugs.debian.org/1060427 > [3] https://pypi.org/project/platformdirs/ |
Michael R. Crusoe <crusoe@debian.org> | no | |||
python3.8.patch | patch for compatibility with python 3.8 | Étienne Mollier <etienne.mollier@mailoo.org> | yes | debian upstream | 2020-11-30 | |
enable_decorator_5.patch | Enable decorator 5.x in test suite =================================================================== |
Andreas Tille <tille@debian.org> | no | debian | 2021-10-17 | |
python3.10.patch | adjust test suite for python3.10. This patch adjusts expected results after inspect.Signature.from_callable since this function changed behavior between python3.9 and python3.10. This may be more of a work around than a genuine proper fix. |
Étienne Mollier <emollier@debian.org> | no | 2022-09-03 | ||
configparser.patch | [PATCH] Use ConfigParser instead of SafeConfigParser The configparser's SafeConfigParser has been renamed to ConfigParser in Python 3.2 [1]. It was finally removed in Python 3.12 [2]. [1] https://docs.python.org/dev/whatsnew/3.2.html#configparser [2] https://docs.python.org/3/whatsnew/3.12.html#configparser |
Athos Ribeiro <athos.ribeiro@canonical.com> | not-needed | 2024-06-03 |