* Sat Jan 19 2019 Thomas Bechtold <tbechtold@suse.com>
- Now really disable the tests (as they crash the interpreter)
* Fri Jan 18 2019 mcepl@suse.com
- Identify crash and its ticket upstream
- Add crashing_templates.patch to avoid some problems when
testing.
* Thu Jan 17 2019 Jan Engelhardt <jengelh@inai.de>
- Generalize description.
* Thu Jan 17 2019 Tomá? Chvátal <tchvatal@suse.com>
- Disable the tests as they crash interpreter
* Thu Jan 03 2019 Tomá? Chvátal <tchvatal@suse.com>
- 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
* Wed Jan 02 2019 Thomas Bechtold <tbechtold@suse.com>
- convert to singlespec
* Mon May 04 2015 dmueller@suse.com
- 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
* Tue Oct 21 2014 dmueller@suse.com
- add buildrequires for requires
* Fri Oct 10 2014 dmueller@suse.com
- fix license/package license/README
* Thu Sep 18 2014 dmueller@suse.com
- 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``.
* Fri Sep 12 2014 dmueller@suse.com
- Initial package