Skip to content

Bump tzlocal from 1.5.1 to 3.0#135

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/tzlocal-3.0
Closed

Bump tzlocal from 1.5.1 to 3.0#135
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/tzlocal-3.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 13, 2021

Bumps tzlocal from 1.5.1 to 3.0.

Changelog

Sourced from tzlocal's changelog.

3.0 (2021-08-13)

  • Modernized the packaging, moving to setup.cfg etc.

  • Handles if the text config files incorrectly is a TZ file. (revanSZ)

3.0b1 (2020-09-21)

  • Dropped Python 2 support
  • Switched timezone provider from pytz to zoneinfo (PEP 615)

2.1 (2020-05-08)

  • No changes.

2.1b1 (2020-02-08)

  • The is_dst flag is wrong for Europe/Dublin on some Unix releases. I changed to another way of determining if DST is in effect or not.

  • Added support for Python 3.7 and 3.8. Dropped 3.5 although it still works.

2.0.0 (2019-07-23)

  • No differences since 2.0.0b3

Major differences since 1.5.1 .............................

  • When no time zone configuration can be find, tzlocal now return UTC. This is a major difference from 1.x, where an exception would be raised. This change is because Docker images often have no configuration at all, and the unix utilities will then default to UTC, so we follow that.

  • If tzlocal on Unix finds a timezone name in a /etc config file, then tzlocal now verifies that the timezone it fouds has the same offset as the local computer is configured with. If it doesn't, something is configured incorrectly. (Victor Torres, regebro)

  • Get timezone via Termux getprop wrapper on Android. It's not officially supported because we can't test it, but at least we make an effort.

... (truncated)

Commits
  • 92cb70f Preparing release 3.0
  • 97c5d8b I'm not using tox any more, and check-manifest complains
  • b884ec1 All text config files could raise Unicode Errors if they are binary
  • d5b55ff New contributors
  • 929abc4 Fix tiny typo
  • 2433f6e Merge pull request #99 from StratoZen/enhance-error-handling
  • 3cca3d4 Merge pull request #105 from eumiro/add-py39
  • cf4afc5 add Python 3.9 support
  • 5fe5cd3 comment for exception addition more detailed to explain usage
  • 3d46245 removed unnecessary comment about centos 8
  • 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 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 [tzlocal](https://github.com/regebro/tzlocal) from 1.5.1 to 3.0.
- [Release notes](https://github.com/regebro/tzlocal/releases)
- [Changelog](https://github.com/regebro/tzlocal/blob/master/CHANGES.txt)
- [Commits](regebro/tzlocal@1.5.1...3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 13, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 18, 2021

Superseded by #144.

@dependabot dependabot bot closed this Oct 18, 2021
@dependabot dependabot bot deleted the dependabot/pip/tzlocal-3.0 branch October 18, 2021 22:08
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants