Source: python-django-compressor Version: 4.5.1-5 Severity: serious Justification: ftbfs X-Debbugs-Cc: [email protected], [email protected]
Dear Maintainer, This little tweak should fix a lot of problems in other places (watcher-dashboard for example). https://github.com/calmjs/calmjs/issues/70 > Note this should not affect calmjs.parse - that is a dependency of this > package > and users that falsely depended on calmjs for functionality to be provided > by calmjs.parse should instead update the dependency to calmjs.parse. chet@quieter:/tmp/python-django-compressor-4.5.1$ grep calm -r debian/control: python3-calmjs, debian/control: python3-calmjs, requirements/tests.txt:calmjs==3.4.4 docs/settings.txt: .. _`Calmjs`: https://github.com/calmjs/calmjs.parse docs/quickstart.txt:.. _`Calmjs`: https://github.com/calmjs/calmjs.parse compressor/tests/test_filters.py: def test_calmjs_filter(self): compressor/filters/jsmin/__init__.py: import calmjs.parse compressor/filters/jsmin/__init__.py: "The module calmjs.parse couldn't be imported. " compressor/filters/jsmin/__init__.py: self._parser = calmjs.parse.es5 compressor/filters/jsmin/__init__.py: self._unparser = calmjs.parse.unparsers.es5.minify_printer(obfuscate=True)

