pythondotorg
pythondotorg copied to clipboard
chore(deps): bump sorl-thumbnail from 12.7.0 to 12.11.0
Bumps sorl-thumbnail from 12.7.0 to 12.11.0.
Release notes
Sourced from sorl-thumbnail's releases.
12.11.0
What's Changed
- Add support for Django 5.0 and 5.1, Python 3.12 by
@dulmandakhin jazzband/sorl-thumbnail#754- replace flake8 with ruff by
@dulmandakhin jazzband/sorl-thumbnail#756- ruff: sort imports by
@dulmandakhin jazzband/sorl-thumbnail#757- consolidate dev tools configs into pyproject.toml by
@dulmandakhin jazzband/sorl-thumbnail#758- Run tests with standard django-admin by
@claudepin jazzband/sorl-thumbnail#755- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin jazzband/sorl-thumbnail#761- modernize packaging using pyproject.toml by
@dulmandakhin jazzband/sorl-thumbnail#759- Fixes #691 - Obsolete THUMBNAIL_KVSTORE by
@claudepin jazzband/sorl-thumbnail#692- pyproject.toml: add optional dependencies by
@dulmandakhin jazzband/sorl-thumbnail#763- Set new version 12.11.0 for next release by
@claudepin jazzband/sorl-thumbnail#762Full Changelog: https://github.com/jazzband/sorl-thumbnail/compare/12.10.0...12.11.0
12.10.0
What's Changed
- Fix a few typos by
@timgates42in jazzband/sorl-thumbnail#710- Fix usage of safe_filter by
@leturein jazzband/sorl-thumbnail#723- support django 4.2 new STORAGES format by
@bellini666in jazzband/sorl-thumbnail#728- Remove support for EOL Python 3.7 by
@claudepin jazzband/sorl-thumbnail#738- fixed DeprecationWarning by
@uri-rodbergin jazzband/sorl-thumbnail#739- Fix slow performance with S3 #662 #301 #508 by
@krukasin jazzband/sorl-thumbnail#719New Contributors
@leturemade their first contribution in jazzband/sorl-thumbnail#723@bellini666made their first contribution in jazzband/sorl-thumbnail#728@rahulrameshanmade their first contribution in jazzband/sorl-thumbnail#718@krukasmade their first contribution in jazzband/sorl-thumbnail#719Full Changelog: https://github.com/jazzband/sorl-thumbnail/compare/12.9.0...v12.10.0
12.9.0
What's Changed
- Rebase thumbnail management command on BaseCommand by
@claudepin jazzband/sorl-thumbnail#686- Update Python and Django version metadata by
@Flimmin jazzband/sorl-thumbnail#689- fix: Pillow Image.ANTIALIAS deprecation warning by
@dulmandakhin jazzband/sorl-thumbnail#696- Added support for Django 4.1. by
@uri-rodbergin jazzband/sorl-thumbnail#699- Set development status to stable by
@claudepin jazzband/sorl-thumbnail#690- Dropped Python 3.6/Django 2.2 and 3.1 support. by
@claudepin jazzband/sorl-thumbnail#702- Add basic pre-commit config. by
@claudepin jazzband/sorl-thumbnail#704- Avoid some more recent pillow warnings by
@claudepin jazzband/sorl-thumbnail#705- Updated URLs in various locations. by
@claudepin jazzband/sorl-thumbnail#706- sorl/thumbnail/engines/pil_engine.py - Changed code to a more readable format. by
@uri-rodbergin jazzband/sorl-thumbnail#708New Contributors
@dulmandakhmade their first contribution in jazzband/sorl-thumbnail#696Full Changelog: https://github.com/jazzband/sorl-thumbnail/compare/12.8.0...12.9.0
... (truncated)
Changelog
Sourced from sorl-thumbnail's changelog.
12.11.0
- Deprecated
THUMBNAIL_KVSTORE. Only the Django cache-based store will be used in a future version.- Add support for Django 5.0 and 5.1
- Add support for installing with optional dependencies.
- Drop support for Django 3.2, 4.0 and 4.1
12.10.0
- Fixed safe_filter application on various thumbnail template tags.
- Fixed slow performance with external storages like S3.
- Added support for Django 4.2.
- Drop support for Python 3.7.
- Confirmed Python 3.11 support.
12.9.0
- Drop support for Django 2.2 and 3.1.
- Added support for Django 4.1.
- Drop support for Python 3.6.
- Fixed various Pillow deprecation warnings.
12.8.0
- Drop support for Django 3.0.
- Added support for Django 3.2 and 4.0.
- Confirmed Python 3.9 and 3.10 support.
- Adapted size regex getting size from the identify output. #532
- Display possible
thumbnailcommand labels in command help.- Added Jazzband code of conduct.
Commits
7d4ca2bSet new version 12.11.0 for next release6b1c0e8update docs1ec1085pyproject.toml: add optional dependencies452ceb0Fixes #691 - Obsolete THUMBNAIL_KVSTOREf00421dmodernize packaging using pyproject.toml7c3bc21Merge pull request #761 from jazzband/pre-commit-ci-update-config7d29bdcUpdate .pre-commit-config.yaml88d6f2cMerge pull request #755 from claudep/nopytestadbe8a9[pre-commit.ci] pre-commit autoupdate661ff99Run tests with standard django-admin- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)