Package: python-django-pyscss / 2.0.3-6

Metadata

Package Version Patches format
python-django-pyscss 2.0.3-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove django discover runner from test_require list.patch | (download)

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

 [patch] remove django-discover-runner from test_require list in setup.py
define django template backend.patch | (download)

testproject/testproject/settings.py | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 define django template backend
FTBFS fix unit tests.patch | (download)

tests/test_compressor.py | 20 16 + 4 - 0 !
tests/test_scss.py | 4 2 + 2 - 0 !
2 files changed, 18 insertions(+), 6 deletions(-)

 fix unit tests to avoid ftbfs
django 1.10 urls.patterns removed.patch | (download)

testproject/testproject/urls.py | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 in django 1.10, url.patterns was removed
fix testproject settings.py.patch | (download)

testproject/testproject/settings.py | 17 15 + 2 - 0 !
1 file changed, 15 insertions(+), 2 deletions(-)

 fix testproject/testproject/settings.py
solve_django.core.exceptions.ImproperlyConfigured.patch | (download)

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

 solve django.core.exceptions.improperlyconfigured
 This makes it work with Django >= 2.0.0
Fix_MIDDLEWARE_and_INSTALLED_APPS_definitions.patch | (download)

testproject/testproject/settings.py | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix installed_apps and middleware definitions
remove broken test in django 2.0.patch | (download)

tests/test_scss.py | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 remove broken test when using django 2.0
django 4 compat.patch | (download)

testproject/testproject/urls.py | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 django 4.x compat
 The django.conf.urls API has been removed from Djang 4.0.
removed broken test.patch | (download)

tests/test_scss.py | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 removed broken tests
run django setup.patch | (download)

testproject/testproject/settings.py | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 run django.setup()
define COMPRESS_ROOT.patch | (download)

testproject/testproject/settings.py | 20 20 + 0 - 0 !
1 file changed, 20 insertions(+)

 define compress_root