chore(deps): bump django-waffle from 2.2.1 to 5.0.0 by dependabot[bot] · Pull Request #2908 · python/pythondotorg
Bumps django-waffle from 2.2.1 to 5.0.0.
Release notes
Sourced from django-waffle's releases.
v5.0.0
What's Changed
- Update documentation by
@dancergrahamin django-waffle/django-waffle#530- Drop support for EOL Django versions (3.2, 4.0, 4.1) by
@ulgensin django-waffle/django-waffle#528- Delete setup.cfg which only contains flake8 config by
@cclaussin django-waffle/django-waffle#522- Add Read the docs status badge by
@dancergrahamin django-waffle/django-waffle#537- Docs improve api docs by
@dancergrahamin django-waffle/django-waffle#539- Add
WAFFLE_SWITCH_MODELto Configuring Waffle page by@dancergrahamin django-waffle/django-waffle#535- Test all pull requests for docs by
@dancergrahamin django-waffle/django-waffle#536- Mobile friendly documentation by
@dancergrahamin django-waffle/django-waffle#543- fix: building sphinx rtd theme by
@dancergrahamin django-waffle/django-waffle#544- Add code coverage calculation by
@dancergrahamin django-waffle/django-waffle#547- Fixes test suite for django v5x (#555) by
@longchiwenin django-waffle/django-waffle#556- initial czech translation by
@07pepain django-waffle/django-waffle#552- Extracted percent evaluation to separate function by
@longchiwenin django-waffle/django-waffle#554- Add Django 5.2 support by
@longchiwenin django-waffle/django-waffle#557- [BREAKING] Fixing the issue of everyone setting not being taken into account by flag.is_actvive_for_user method. by
@imohibin django-waffle/django-waffle#561- Drop support for Python 3.8 (EOL) by
@ulgensin django-waffle/django-waffle#529- Removed Jazzband references by
@clintonbin django-waffle/django-waffle#565- Preparing to release v5.0.0 by
@clintonbin django-waffle/django-waffle#566New Contributors
@longchiwenmade their first contribution in django-waffle/django-waffle#556@07pepamade their first contribution in django-waffle/django-waffle#552@imohibmade their first contribution in django-waffle/django-waffle#561Full Changelog: django-waffle/django-waffle@v4.2.0...v5.0.0
v4.2.0
What's Changed
- Implemented Jazzband guidelines by
@clintonbin jazzband/django-waffle#501- Resolve flake8 errors by
@dragon-dxwin jazzband/django-waffle#503- Add flake8 to precommit by
@dragon-dxwin jazzband/django-waffle#504- Lint end-of-file has newline by
@dragon-dxwin jazzband/django-waffle#506- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin jazzband/django-waffle#507- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin jazzband/django-waffle#508- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin jazzband/django-waffle#509- Create dependabot config for github-actions by
@ulgensin jazzband/django-waffle#512- Bump actions/cache from 3 to 4 by
@dependabotin jazzband/django-waffle#513- Bump actions/checkout from 3 to 4 by
@dependabotin jazzband/django-waffle#515- Bump actions/setup-python from 4 to 5 by
@dependabotin jazzband/django-waffle#514- Add Python 3.12 support by
@ulgensin jazzband/django-waffle#516- Use ruff to lint Python code by
@cclaussin jazzband/django-waffle#518- Add Django 5.0 support by
@ulgensin jazzband/django-waffle#519- Add Django 5.1 support by
@ulgensin jazzband/django-waffle#520- Add support for Python 3.13 by
@ulgensin jazzband/django-waffle#523- Create .readthedocs.yaml for documentation configuration by
@dancergrahamin jazzband/django-waffle#525- Preparing to release 4.2.0 by
@clintonbin jazzband/django-waffle#527New Contributors
... (truncated)
Changelog
Sourced from django-waffle's changelog.
v5.0.0
- Updated documentation
- Dropped support for Django 3.2, 4.0, and 4.1
- Updated test suite for Django 5.x
- Added Czech translations
- Extracted percent evaluation to separate function for custom models
- Added support for Django 5.2
- Dropped support for Python 3.8
- [BREAKING] Corrected behavior of flag.everyone
v4.2.0
- Joined Jazzband (https://jazzband.co/)
- Linting improvements and cleanups
- Added support for Django 5.0 and 5.1
- Added support for Python 3.13
v4.1.0
- Updated
is_active_for_usermethod to account foreveryoneoption- Added
--testingoption to waffle_flag management commandv4.0.0
- Added support for Django 4.2 and Python 3.11
- Dropped support for Python 3.7
- Added type hints
v3.0.0
- Added support for pluggable Sample and Switch models
- Removed support EOL Python versions
- Removed support for EOL Django versions
v2.7.0
- Exposed JSON endpoint for Waffle flag/switch/sample state
v2.6.0
- Fixed Django 4.0 compatibility
- Added support for custom Sample and Switch models
- Added ability to determine if flag is active without persisting new state
- Added support for Python 3.10
v2.5.0
- Corrected error in docs
- Added setting to support disabling admin pages
... (truncated)
Commits
2ca9a74Fixed release builddff5310Preparing to release v5.0.0 (#566)0845453[pre-commit.ci] pre-commit autoupdate (#559)34cec99Removed Jazzband references (#565)b745160Dropped support for Python 3.8 (#529)125b966Corrected behavior of flag.everyone (#561)9ae9b68Added support for Django 5.2 (#557)959c97cExtracted percent evaluation to separate functioncbac2e6[pre-commit.ci] pre-commit autoupdate (#545)13260b6Added Czech translations (#552)- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 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)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.