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 datetime from 4.3 to 5.3 #11

Closed
wants to merge 1 commit into from
Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps datetime from 4.3 to 5.3.

Changelog

Sourced from datetime's changelog.

5.3 (2023-11-14)

  • Add support for Python 3.12.

  • Add preliminary support for Python 3.13a2.

5.2 (2023-07-19)

  • Cast int to float in compare methods.
  • Fix compare methods between DateTime instances and None. ([#52](https://github.com/zopefoundation/DateTime/issues/52) <https://github.com/zopefoundation/DateTime/issues/52>_)

5.1 (2023-03-14)

  • Add missing python_requires to setup.py.

5.0 (2023-01-12)

  • Drop support for Python 2.7, 3.5, 3.6.

4.8 (2022-12-16)

  • Fix insidious buildout configuration bug that prevented tests on Python 2.7 and 3.5, and fix test code that was incompatible with Python 3.5. ([#44](https://github.com/zopefoundation/DateTime/issues/44) <https://github.com/zopefoundation/DateTime/issues/44>_)

  • Add support for Python 3.11.

4.7 (2022-09-14)

  • Fix rounding problem with DateTime addition beyond the year 2038 ([#41](https://github.com/zopefoundation/DateTime/issues/41) <https://github.com/zopefoundation/DateTime/issues/41>_)

4.6 (2022-09-10)

  • Fix __format__ method for DateTime objects ([#39](https://github.com/zopefoundation/DateTime/issues/39) <https://github.com/zopefoundation/DateTime/issues/39>_)

... (truncated)

Commits
  • 6e2681a Preparing release 5.3
  • 28124d7 Add support for Python 3.12. (#57)
  • 5a434fd Fix hopefully temporary problem with Python 3.12 on Windows.
  • c22954a Merge pull request #55 from zopefoundation/config-with-zope-product-template-...
  • 009cd8b - Add preliminary support for Python 3.12b4
  • 1442a44 - documentation and docstring cleanups
  • f4af7c6 Back to development: 5.3
  • fdd5d31 Preparing release 5.2
  • 3276db8 Merge pull request #53 from fdiary/fix_compare_methods_to_None
  • 3f7df06 Fix compare methods between DateTime(0) and None (fix #52).
  • 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 [datetime](https://github.com/zopefoundation/DateTime) from 4.3 to 5.3.
- [Changelog](https://github.com/zopefoundation/DateTime/blob/master/CHANGES.rst)
- [Commits](zopefoundation/DateTime@4.3...5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 4, 2023
Copy link
Author

dependabot bot commented on behalf of github Dec 18, 2023

Superseded by #14.

@dependabot dependabot bot closed this Dec 18, 2023
@dependabot dependabot bot deleted the dependabot/pip/datetime-5.3 branch December 18, 2023 18:02
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.

0 participants