Package: django-assets / 0.12-2

Metadata

Package Version Patches format
django-assets 0.12-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 webassets_version.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 15 insertions(+), 4 deletions(-)

 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 !
1 file changed, 3 insertions(+), 1 deletion(-)

 patch pytest plugin to check whether we are running in a django
 context, otherwise we can break unrelated testsuites. (Closes: #859916)