File python-django-pyscss.changes of Package python-django-pyscss
-------------------------------------------------------------------
Sun Feb 13 09:56:19 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- Fix building on Django 4
- Skip building for Python 3.10 due to test failures
-------------------------------------------------------------------
Thu Oct 14 08:36:21 UTC 2021 - pgajdos@suse.com
- %check: do not use setup.py test
-------------------------------------------------------------------
Tue Apr 28 09:53:23 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Add patch django3.patch to fix building with Django 3.x
-------------------------------------------------------------------
Tue Apr 28 09:48:44 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix the logic in patch to require mock only on python2:
* crashing_templates.patch
-------------------------------------------------------------------
Thu Apr 23 11:05:11 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix the deps and make sure we build with python2 and 3 and pull
correct dependencies
-------------------------------------------------------------------
Mon Feb 3 09:02:26 UTC 2020 - pgajdos@suse.com
- require django-compressor instead of django_compressor
-------------------------------------------------------------------
Sat Jan 19 11:34:20 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
- Now really disable the tests (as they crash the interpreter)
-------------------------------------------------------------------
Fri Jan 18 17:12:51 CET 2019 - mcepl@suse.com
- Identify crash and its ticket upstream
- Add crashing_templates.patch to avoid some problems when
testing.
-------------------------------------------------------------------
Thu Jan 17 15:07:37 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Generalize description.
-------------------------------------------------------------------
Thu Jan 17 12:34:07 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Disable the tests as they crash interpreter
-------------------------------------------------------------------
Thu Jan 3 11:43:42 UTC 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 2 09:25:41 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
- convert to singlespec
-------------------------------------------------------------------
Mon May 4 13:04:50 UTC 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 11:37:27 UTC 2014 - dmueller@suse.com
- add buildrequires for requires
-------------------------------------------------------------------
Fri Oct 10 11:18:31 UTC 2014 - dmueller@suse.com
- fix license/package license/README
-------------------------------------------------------------------
Thu Sep 18 14:53:53 UTC 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 16:48:01 UTC 2014 - dmueller@suse.com
- Initial package