Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
handle-pkg_resources-devendorization.patch | Work around Debian's devendorizing of pkg_resource dependencies. | Barry Warsaw <barry@debian.org> | not-needed | 2015-08-13 | ||
update-dependencies.patch | Remove ceiling versions for dependencies. | Barry Warsaw <barry@python.org> | no | 2016-09-22 | ||
PR318.patch | [PATCH] Adjusted FileFinder import to work with Python 3.6 In CPython 3.6, FileFinder has been moved from importlib._bootstrap to a new importlib._bootstrap_external module. To account for this, this commit switches to importing the more general importlib.machinery module instead of importlib._bootstrap, which also works with older CPython version (3.3+). |
Markus Kaiserswerth <github@sensun.org> | no | 2016-11-24 |