chore(deps): update dependency cron-descriptor to v2 #79

Open
Renovate wants to merge 1 commit from renovate/cron-descriptor-2.x into react-django
Collaborator

This PR contains the following updates:

Package Change Age Confidence
cron-descriptor ==1.4.5==2.0.8 age confidence

Release Notes

Salamek/cron-descriptor (cron-descriptor)

v2.0.8: Fixing release

Compare Source

Full Changelog: https://github.com/Salamek/cron-descriptor/compare/2.0.7...2.0.8

What's Changed

New Contributors

Full Changelog: https://github.com/Salamek/cron-descriptor/compare/2.0.5...2.0.8

v2.0.6

Compare Source

v2.0.5: Fixing release

Compare Source

What's Changed

Full Changelog: https://github.com/Salamek/cron-descriptor/compare/2.0.4...2.0.5

v2.0.4

Compare Source

v2.0.3: New release

Compare Source

What is new

  • Options now allow setting parameters in constructor Options(verbose=True, ...) this is potential BC, since behavior changed a bit since Options now allow to setting locale_code that overrides auto-detection from system locale and also use_24hour_time_format now overrides auto-detected 24h time format from provided or auto-detected locale. When these are not set auto-detection is used ~as before.
  • custom exceptions used by library are renamed from *Exception to *Error, *Exception names are kept for BC
  • Support for python 3.13
  • Replaced setup.py with pyproject.toml (except stdeb build)
  • Fully typed and linted code
  • Added missing localization
  • Optional experimental expression validator ExpressionValidator.py ExpressionValidator().validate('* * * * *'), this validator has to be explicitly called and it is not hooked anywhere since it is experimental...

Full Changelog: https://github.com/Salamek/cron-descriptor/compare/2.0.2...2.0.3


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [cron-descriptor](https://github.com/Salamek/cron-descriptor) | `==1.4.5` → `==2.0.8` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/cron-descriptor/2.0.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/cron-descriptor/1.4.5/2.0.8?slim=true) | --- ### Release Notes <details> <summary>Salamek/cron-descriptor (cron-descriptor)</summary> ### [`v2.0.8`](https://github.com/Salamek/cron-descriptor/releases/tag/2.0.8): Fixing release [Compare Source](https://github.com/Salamek/cron-descriptor/compare/2.0.6...2.0.8) **Full Changelog**: <https://github.com/Salamek/cron-descriptor/compare/2.0.7...2.0.8> #### What's Changed - chore(deps): bump actions/checkout from 4 to 5 in the github-actions group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;96](https://github.com/Salamek/cron-descriptor/pull/96) - chore(deps): bump actions/setup-python from 5 to 6 in the github-actions group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;98](https://github.com/Salamek/cron-descriptor/pull/98) - pyproject.toml: Add `Programming Language :: Python :: 3.14` by [@&#8203;cclauss](https://github.com/cclauss) in [#&#8203;99](https://github.com/Salamek/cron-descriptor/pull/99) - Fix comma combined with step expressions ([#&#8203;21](https://github.com/Salamek/cron-descriptor/issues/21)) by [@&#8203;gghez](https://github.com/gghez) in [#&#8203;101](https://github.com/Salamek/cron-descriptor/pull/101) - chore(deps): bump actions/checkout from 5 to 6 in the github-actions group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;100](https://github.com/Salamek/cron-descriptor/pull/100) #### New Contributors - [@&#8203;dependabot](https://github.com/dependabot)\[bot] made their first contribution in [#&#8203;96](https://github.com/Salamek/cron-descriptor/pull/96) - [@&#8203;gghez](https://github.com/gghez) made their first contribution in [#&#8203;101](https://github.com/Salamek/cron-descriptor/pull/101) **Full Changelog**: <https://github.com/Salamek/cron-descriptor/compare/2.0.5...2.0.8> ### [`v2.0.6`](https://github.com/Salamek/cron-descriptor/compare/2.0.5...2.0.6) [Compare Source](https://github.com/Salamek/cron-descriptor/compare/2.0.5...2.0.6) ### [`v2.0.5`](https://github.com/Salamek/cron-descriptor/releases/tag/2.0.5): Fixing release [Compare Source](https://github.com/Salamek/cron-descriptor/compare/2.0.4...2.0.5) #### What's Changed - README.md: Use f-string by [@&#8203;cclauss](https://github.com/cclauss) in [#&#8203;93](https://github.com/Salamek/cron-descriptor/pull/93) - Keep GitHub Actions up to date with GitHub's Dependabot by [@&#8203;cclauss](https://github.com/cclauss) in [#&#8203;91](https://github.com/Salamek/cron-descriptor/pull/91) - Add Python 3.14rc2 to workflow matrix by [@&#8203;cclauss](https://github.com/cclauss) in [#&#8203;92](https://github.com/Salamek/cron-descriptor/pull/92) - Add a PEP723 header to examples/crontabReader.py by [@&#8203;cclauss](https://github.com/cclauss) in [#&#8203;94](https://github.com/Salamek/cron-descriptor/pull/94) - Add Python 3.9 and 3.10 support by [@&#8203;Salamek](https://github.com/Salamek) in [#&#8203;95](https://github.com/Salamek/cron-descriptor/pull/95) **Full Changelog**: <https://github.com/Salamek/cron-descriptor/compare/2.0.4...2.0.5> ### [`v2.0.4`](https://github.com/Salamek/cron-descriptor/compare/2.0.3...2.0.4) [Compare Source](https://github.com/Salamek/cron-descriptor/compare/2.0.3...2.0.4) ### [`v2.0.3`](https://github.com/Salamek/cron-descriptor/releases/tag/2.0.3): New release [Compare Source](https://github.com/Salamek/cron-descriptor/compare/1.4.5...2.0.3) ### What is new - `Options` now allow setting parameters in constructor `Options(verbose=True, ...)` this is potential BC, since behavior changed a bit since Options now allow to setting `locale_code` that overrides auto-detection from system locale and also `use_24hour_time_format` now overrides auto-detected 24h time format from provided or auto-detected locale. When these are not set auto-detection is used \~as before. - custom exceptions used by library are renamed from \*Exception to \*Error, \*Exception names are kept for BC - Support for python 3.13 - Replaced setup.py with pyproject.toml (except stdeb build) - Fully typed and linted code - Added missing localization - Optional experimental expression validator ExpressionValidator.py `ExpressionValidator().validate('* * * * *')`, this validator has to be explicitly called and it is not hooked anywhere since it is experimental... **Full Changelog**: <https://github.com/Salamek/cron-descriptor/compare/2.0.2...2.0.3> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuNCIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC40IiwidGFyZ2V0QnJhbmNoIjoicmVhY3QtZGphbmdvIiwibGFiZWxzIjpbXX0=-->
chore(deps): update dependency cron-descriptor to v2
Some checks failed
Backend OCI Build / build (push) Failing after 55s
Backend Tests / test (push) Failing after 48s
Backend OCI Build / build (pull_request) Failing after 45s
Backend Tests / test (pull_request) Failing after 45s
44016b35ba
Renovate force-pushed renovate/cron-descriptor-2.x from 44016b35ba
Some checks failed
Backend OCI Build / build (push) Failing after 55s
Backend Tests / test (push) Failing after 48s
Backend OCI Build / build (pull_request) Failing after 45s
Backend Tests / test (pull_request) Failing after 45s
to d24e9f2269
Some checks failed
Backend OCI Build / build (push) Failing after 52s
Backend Tests / test (push) Failing after 1m37s
Backend OCI Build / build (pull_request) Failing after 55s
Backend Tests / test (pull_request) Failing after 1m36s
2026-04-21 21:14:25 +02:00
Compare
Renovate force-pushed renovate/cron-descriptor-2.x from d24e9f2269
Some checks failed
Backend OCI Build / build (push) Failing after 52s
Backend Tests / test (push) Failing after 1m37s
Backend OCI Build / build (pull_request) Failing after 55s
Backend Tests / test (pull_request) Failing after 1m36s
to 7904e29ae7
Some checks failed
Backend Tests / test (push) Failing after 55s
Backend OCI Build / build (pull_request) Failing after 2m26s
Backend Tests / test (pull_request) Failing after 49s
Backend OCI Build / build (push) Failing after 1m14s
2026-04-22 16:27:38 +02:00
Compare
Some checks failed
Backend Tests / test (push) Failing after 55s
Backend OCI Build / build (pull_request) Failing after 2m26s
Backend Tests / test (pull_request) Failing after 49s
Backend OCI Build / build (push) Failing after 1m14s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/cron-descriptor-2.x:renovate/cron-descriptor-2.x
git switch renovate/cron-descriptor-2.x

Merge

Merge the changes and update on Forgejo.
git switch react-django
git merge --no-ff renovate/cron-descriptor-2.x
git switch renovate/cron-descriptor-2.x
git rebase react-django
git switch react-django
git merge --ff-only renovate/cron-descriptor-2.x
git switch renovate/cron-descriptor-2.x
git rebase react-django
git switch react-django
git merge --no-ff renovate/cron-descriptor-2.x
git switch react-django
git merge --squash renovate/cron-descriptor-2.x
git switch react-django
git merge --ff-only renovate/cron-descriptor-2.x
git switch react-django
git merge renovate/cron-descriptor-2.x
git push origin react-django
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Aroy/Gallery-Archivist!79
No description provided.