AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Disable the tests as they crash interpreter
- Add patch no-discover-runner.patch as it is no longer separate package but core part of django - Enable tests and add missing dependencies - Add patch to work with django 1.10: * django10.patch - Add patches for tests from debian: * FTBFS-fix-unit-tests.patch * django-1.10-urls.patterns-removed.patch * fix-testproject-settings.py.patch - Add patch to work with url syntax of django 2.0: * django-2.0.patch
- Disabled python2
- Skip to build the python2 package django-appconf is python3 only
- require django-compressor instead of django_compressor
- Now really disable the tests (as they crash the interpreter)
- Identify crash and its ticket upstream - Add crashing_templates.patch to avoid some problems when testing.
- Generalize description.
- Disable the tests as they crash interpreter
- Add patch no-discover-runner.patch as it is no longer separate package but core part of django - Enable tests and add missing dependencies - Add patch to work with django 1.10: * django10.patch - Add patches for tests from debian: * FTBFS-fix-unit-tests.patch * django-1.10-urls.patterns-removed.patch * fix-testproject-settings.py.patch - Add patch to work with url syntax of django 2.0: * django-2.0.patch
- convert to singlespec
- update to 2.0.2: - Fixed bug with relative imports - Explicitly depend on pathlib, instead of assuming pyScss will require it. - Fixed cases where DEBUG is False but collectstatic hasn't been run (common in tests). - Added support for pyScss 1.3 and Python 3. - Dropped support for pyScss 1.2 - adjust requires
- add buildrequires for requires
- fix license/package license/README
- update to 1.0.3: * The function ``find_all_files`` ignored ``storage.prefix`` when looking for files, which made it fail when a prefix was used in ``STATICFILES_DIRS``.
- Initial package