Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jdatetime from 3.8.2 to 5.2.0 #150

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps jdatetime from 3.8.2 to 5.2.0.

Release notes

Sourced from jdatetime's releases.

v5.2.0

What's Changed

Full Changelog: slashmili/python-jalali@v5.1.1...v5.2.0

v5.1.1

What's Changed

Full Changelog: slashmili/python-jalali@v5.1.0...v5.1.1

v5.1.0

What's Changed

New Contributors

Full Changelog: slashmili/python-jalali@v5.0.0...v5.1.0

v5.0.0

What's Changed

Full Changelog: slashmili/python-jalali@v4.1.1...v5.0.0

v4.1.1

What's Changed

... (truncated)

Changelog

Sourced from jdatetime's changelog.

[5.2.0] - 2025-01-26

Add

  • Support for validating %A %a in strptime #161

Changelog

[5.1.1] - 2025-01-26

Fixed

  • Fix ne for different datetime types #164

[5.1.0] - 2025-01-13

Fixed

  • Fix compare datetime with diffrent timezones #159

Add

  • Drop Python 3.8 support
  • Add support for Python 3.13

[5.0.0] - 2024-03-26

Add

  • Add support for Python 3.12

Changed

  • BREAKING CHANGE: Arithmetic operations on date/datetime against an unknown type will now return NotImplemented instead of raising TypeError
  • Drop Python 3.7 support
  • Move jalali.py to jalali_core dependency due to licensing issues #148

Fixed

  • treat %% as an escape sequence in strftime

[4.1.1] - 2023-03-28

Add

  • Add fromisoformat method to jdatetime.date
  • Add support for Python 3.11

Fixed

  • Fix two chars month handling in jdatetime.datetime.strptime

[4.1.0] - 2022-03-22

Add

  • Add support for %z directive in ``jdatetime.datetime.strptime`

... (truncated)

Commits
  • 9db24da prepare for 5.2.0 release
  • 9304d92 Merge pull request #162 from 5j9/dirctive-pat
  • 023547b prepare for 5.1.1 release
  • 24c160a Merge pull request #164 from mobinghoveoud/fix-datetime-ne
  • 8e32f6a feat: Remove ne for date and datetime class
  • 249f72a docs: Update CHANGELOG.md
  • ec64c1c fix(datetime): Fix not equal for different datetime types
  • 650a5e8 strptime: define new directive patterns
  • 9e07706 bump version to 5.1.0
  • b976d6c Merge pull request #159 from mobinghoveoud/fix-compare-with-offset
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [jdatetime](https://github.com/slashmili/python-jalali) from 3.8.2 to 5.2.0.
- [Release notes](https://github.com/slashmili/python-jalali/releases)
- [Changelog](https://github.com/slashmili/python-jalali/blob/main/CHANGELOG.md)
- [Commits](slashmili/python-jalali@v3.8.2...v5.2.0)

---
updated-dependencies:
- dependency-name: jdatetime
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 10, 2025
@sepandhaghighi sepandhaghighi merged commit aececb0 into dev Mar 10, 2025
27 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dev/jdatetime-5.2.0 branch March 10, 2025 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant