Package: django-assets / 2.0-1
Metadata
Package | Version | Patches format |
---|---|---|
django-assets | 2.0-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01 webassets_version.patch | (download) |
setup.py |
2 1 + 1 - 0 ! |
loosen up dependency on webassets Upstream uses a strict versioned dependency on webassets-library which is unnecessary. This patch loosens up this dependency to also allow newer versions of webassets. |
02 intersphinx.patch | (download) |
docs/conf.py |
19 15 + 4 - 0 ! |
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. |
0003 Patch pytest plugin to check whether we are running .patch | (download) |
django_assets/pytest_plugin.py |
4 3 + 1 - 0 ! |
patch pytest plugin to check whether we are running in a django context, otherwise we can break unrelated testsuites. (Closes: #859916) |
1