Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
02-intersphinx.patch | use local objects.inv where possible Upstream uses intersphinx mappings that fetch the objects.inv for python and webassets by HTTP from a remote host. Using the local objects.inv from python and webassets enables the package to build without network connection. |
Michael Fladischer <fladi@debian.org> | not-needed | 2015-06-24 | ||
0003-Patch-pytest-plugin-to-check-whether-we-are-running-.patch | Patch pytest plugin to check whether we are running in a Django context, otherwise we can break unrelated testsuites. (Closes: #859916) | Chris Lamb <lamby@debian.org> | no | 2017-04-15 | ||
fix-python3.11-regex.patch | [PATCH] Global regex flags must be at the start of regex in Python 3.11 | Jonatan Heyman <jonatan@heyman.info> | no | 2022-11-10 | ||
fix-node-iteration.patch | Fix Node iteration error due to unsupported __iter__ function When iterating over Template and Node objects directly, nodes may fail with an exception such as: TypeError: 'TextNode' object is not iterable This is due to iterating over nodes being unsupported in Django, as noted in https://code.djangoproject.com/ticket/7430 To avoid this error, explicitly iterate over the nodelist attribute, rather than relying on __iter__. |
Lena Voytek <lena.voytek@canonical.com> | no | backport, https://github.com/miracle2k/django-assets/pull/105/commits/af2440a107df0eac310cf3585b9f267ebe59f3dc | 2023-11-20 | |
remove-nose.patch | no |