summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Django 4.2 tox update (#1189)HEADdevelopJonas Vacek2023-05-143-0/+12
| | | | | | | | | | | | | * Update tox.ini for Django 4.2 * Fix 4.2 deps * Update ci.yml matrix for 4.2 * Update classifiers --------- Co-authored-by: Mathieu Pillard <diox@users.noreply.github.com>
* Fixed typo in behind-the-scenes.txt (#1188)Carlton Gibson2023-05-131-1/+1
| | | Whilst `an` usually goes with a vowel, such as `an umbrella`, when it makes the long (name of the letter) sound `a` is used, such as `a university`. `unique` is the latter case.
* Switched to importlib in tests. (#1186)Carlton Gibson2023-04-301-1/+1
| | | Closes #1185.
* Bump lxml from 4.9.1 to 4.9.2 in /requirements (#1162)4.3.1masterdependabot[bot]2023-01-221-1/+1
| | | | | | | | | | | | | | | | | | Bumps [lxml](https://github.com/lxml/lxml) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.9.1...lxml-4.9.2) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump coverage from 6.5.0 to 7.0.5 in /requirements (#1170)dependabot[bot]2023-01-221-1/+1
| | | | | | | | | | | | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.0.5. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/6.5.0...7.0.5) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump flake8 from 5.0.4 to 6.0.0 in /requirements (#1159)dependabot[bot]2023-01-221-1/+1
| | | | | | | | | | | | | | | | | Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Doc fixes, prepare 4.3.1Mathieu Pillard2023-01-226-25/+39
|
* Update copyright year in docsMathieu Pillard2023-01-211-41/+52
|
* Delete .readthedocs.yamlMathieu Pillard2023-01-211-31/+0
| | | This shouldn't be needed to build the docs.
* Update badgeMathieu Pillard2023-01-061-1/+1
|
* Prepare 4.34.3Mathieu Pillard2023-01-062-2/+9
|
* Officially support Python 3.11 (#1168)Mathieu Pillard2023-01-064-1/+8
| | | | | * Officially support Python 3.11 * Implement __hash__ in LazyScriptNamePrefixedUrl to fix Python 3.11 tests
* Remove unnecessary Django version check (#1156)bcail2023-01-061-4/+1
| | | Django 3.1 has been dropped.
* Fix tests with latest `tox`Mathieu Pillard2023-01-061-1/+1
|
* Prepare 4.24.2Mathieu Pillard2023-01-062-3/+6
|
* Add note to specify `COMPRESS_OFFLINE_MANIFEST_STORAGE` (#1160)Jack Linke2022-11-301-2/+4
| | | With the addition of `COMPRESS_OFFLINE_MANIFEST_STORAGE`, if using boto3 with offline compression, manifest.json may never make it to the remote storage if this setting is not manually specified.
* Fix example for COMPRESS_OFFLINE_MANIFEST_STORAGE in docs (#1161)Stefan Hammer2022-11-301-1/+1
|
* Bump django-sekizai from 2.0.0 to 4.0.0 in /requirements (#1128)dependabot[bot]2022-10-311-1/+1
| | | | | | | | | | | | | | | | | | Bumps [django-sekizai](https://github.com/django-cms/django-sekizai) from 2.0.0 to 4.0.0. - [Release notes](https://github.com/django-cms/django-sekizai/releases) - [Changelog](https://github.com/django-cms/django-sekizai/blob/master/CHANGELOG.rst) - [Commits](https://github.com/django-cms/django-sekizai/compare/2.0.0...4.0.0) --- updated-dependencies: - dependency-name: django-sekizai dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Drop older versions of Django (2.2, 3.1) & Python (3.7) (#1150)Mathieu Pillard2022-10-316-100/+67
|
* Reformat with black (#1151)Mathieu Pillard2022-10-2848-1328/+1946
| | | | | * Reformat with black * Update flake8 ignores
* Bump flake8 from 4.0.1 to 5.0.4 in /requirements (#1135)dependabot[bot]2022-10-142-3/+3
| | | | | | | | | | | | | | | | | | | | | | * Bump flake8 from 4.0.1 to 5.0.4 in /requirements Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.4. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/4.0.1...5.0.4) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Fix flake8 error Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mathieu Pillard <mpillard@mozilla.com>
* Bump coverage from 5.5 to 6.5.0 in /requirements (#1146)dependabot[bot]2022-10-141-1/+1
| | | | | | | | | | | | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.5 to 6.5.0. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/coverage-5.5...6.5.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump jinja2 from 3.0.3 to 3.1.2 in /requirements (#1125)dependabot[bot]2022-10-142-2/+1
| | | | | | | | | | | | | | | | | | | | | | | * Bump jinja2 from 3.0.3 to 3.1.2 in /requirements Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.2. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.0.3...3.1.2) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Remove obsolete jinja2.ext.with_ extension Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mathieu Pillard <diox@users.noreply.github.com>
* Drop Python 3.6 support (#1148)Mathieu Pillard2022-10-144-11/+4
|
* Bump rcssmin to version 1.1.1 (#1137)Areski Belaid2022-10-141-1/+1
|
* Update doc in light of new mangled name avoidance (#1145)Karen Tracey2022-09-302-1/+12
| | | | | | | * Update doc in light of new mangled name avoidance https://github.com/django-compressor/django-compressor/pull/1107 moved file-name-mangling avoidance into a `save` override, but the doc suggests calling `_save` which bypassess the new file-name-mangling-avoidance code. Updating a project to use django-compressor 4.0 that had a storages class which followed this doc resulted in mangled-named files appearing in the file system (and ultimately css changes not getting built/deployed, since the changes were in the mangled-name files while the rest of the process was using the "bare" name). * Update changelog.txt
* Update changelog.txtMathieu Pillard2022-08-141-0/+2
|
* Bump rjsmin from 1.2.0 to 1.2.1 in /requirements (#1131)dependabot[bot]2022-08-031-1/+1
| | | | | | | | | | | | | | | | | Bumps [rjsmin](https://github.com/ndparker/rjsmin) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/ndparker/rjsmin/releases) - [Changelog](https://github.com/ndparker/rjsmin/blob/master/docs/CHANGES) - [Commits](https://github.com/ndparker/rjsmin/compare/1.2.0...1.2.1) --- updated-dependencies: - dependency-name: rjsmin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Do include "Unreleased" in develop changelogMathieu Pillard2022-08-031-0/+3
|
* Don't include "Unreleased" in master/releases changelog4.1Mathieu Pillard2022-08-031-3/+0
|
* Bump version to 4.1Mathieu Pillard2022-08-031-1/+1
|
* Test Django 4.1.x in CI separately from 4.0.x (#1134)Mathieu Pillard2022-08-033-2/+16
|
* Bump rcssmin from 1.1.0 to 1.1.1 in /requirements (#1130)dependabot[bot]2022-08-031-1/+1
| | | | | | | | | | | | | | | | | Bumps [rcssmin](https://github.com/ndparker/rcssmin) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/ndparker/rcssmin/releases) - [Changelog](https://github.com/ndparker/rcssmin/blob/master/docs/CHANGES) - [Commits](https://github.com/ndparker/rcssmin/commits) --- updated-dependencies: - dependency-name: rcssmin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump flake8 from 3.9.1 to 4.0.1 in /requirements (#1122)dependabot[bot]2022-07-121-1/+1
| | | | | | | | | | | | | | | | Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.1 to 4.0.1. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.9.1...4.0.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump beautifulsoup4 from 4.9.3 to 4.11.1 in /requirements (#1121)dependabot[bot]2022-07-121-1/+1
| | | | | | | | | | | | | | Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.9.3 to 4.11.1. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump lxml from 4.6.5 to 4.9.1 in /requirements (#1120)dependabot[bot]2022-07-121-1/+1
| | | | | | | | | | | | | | | | Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 to 4.9.1. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.5...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Create dependabot.ymlMathieu Pillard2022-07-121-0/+7
|
* Implement separate storage for the offline manifestth3hamm0r2022-05-277-18/+70
| | | | | | | * Implement separate storage for the offline manifest, fixes #1112 * correctly use urljoin() for URLs; added example to docs * Updated changelog
* Fixed compatibility with Django 4.1, fixes #1114 (#1115)th3hamm0r2022-05-241-2/+5
|
* Update django template and caching documentation links (#1110)Charlie Macfarlane Brodie2022-05-101-2/+2
| | | | | Updated a link pointing to the docs for the now deprecated django 2.1 to the docs for the dev edition of django. Also changed the link to django templates to point to the /stable/ endpoint.
* Merge branch 'develop'4.0Mathieu Pillard2022-04-2311-112/+65
|\
| * Prepare 4.0Mathieu Pillard2022-04-232-3/+5
| |
| * Remove delete() call from CompressorFileStorage.get_available_name (#1107)PÄ“teris Caune2022-04-032-7/+16
| | | | | | | | | | * Remove delete() call from CompressorFileStorage.get_available_name * Add a testcase for duplicate handling in save()
| * add GitHub URL for PyPi (#1104)Andrii Oriekhov2022-04-031-0/+3
| |
| * added example in docs for #933 (#1059)sur.la.route2022-03-081-0/+19
| |
| * Deprecate SlimItFilter, stop testing it with Python 3.7+ (#1102)Mathieu Pillard2022-02-235-19/+23
| | | | | | * Deprecate SlimItFilter, stop testing it with Python 3.7+
| * Update LICENSE copyright year, remove obsolete references to removed codeMathieu Pillard2022-01-031-85/+1
| |
* | Fixed the default value of COMPRESS_FILTERS. (#1096)Aymeric Augustin2021-12-281-4/+4
|/ | | | Follow-up to #1050.
* Bump lxml from 4.6.3 to 4.6.5 in /requirements (#1093)3.1dependabot[bot]2021-12-181-1/+1
| | | | | | | | | | | | | | | | Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.6.5. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.3...lxml-4.6.5) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add changelog for 3.1Mathieu Pillard2021-12-181-0/+8
|