Skip to content

Bump tzlocal from 1.5.1 to 2.1#78

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

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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 3, 2021

Bumps tzlocal from 1.5.1 to 2.1.

Changelog

Sourced from tzlocal's changelog.

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. (Jean Jordaan)

Minor differences and bug fixes ...............................

  • Skip comment lines when parsing /etc/timezone. (Edward Betts)

  • Don't load timezone from current directory. (Gabriel Corona)

  • Now verifies that the config files actually contain something before reading them. (Zackary Welch, regebro)

  • Got rid of a BytesWarning (Mickaël Schoentgen)

  • Now handles if config file paths exists, but are directories.

... (truncated)

Commits

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 2.1.
- [Release notes](https://github.com/regebro/tzlocal/releases)
- [Changelog](https://github.com/regebro/tzlocal/blob/master/CHANGES.txt)
- [Commits](regebro/tzlocal@1.5.1...2.1)

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 Mar 3, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 13, 2021

Superseded by #135.

@dependabot dependabot bot closed this Aug 13, 2021
@dependabot dependabot bot deleted the dependabot/pip/tzlocal-2.1 branch August 13, 2021 22:12
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