diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2021-11-08 12:42:34 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-09 06:52:28 -0800 |
commit | 0492d258ced2b113167157fa0e314864d2b20893 (patch) | |
tree | 67cbbe4224012ba20b7f26a3d84e9f169fa76b93 /meta-python/recipes-devtools/python/python3-cryptography/h-test.patch | |
parent | a20383dec28fd5f0c25290341d50ac82c740c736 (diff) | |
download | meta-openembedded-0492d258ced2b113167157fa0e314864d2b20893.tar.gz |
python3-tzlocal: Upgrade 4.0.1 -> 4.1
Upgrade to release 4.1:
- It turns out a lot of Linux distributions make the links between
zoneinfo aliases backwards, so instead of linking GB to
Europe/London it actually links the other way. When /etc/localtime
then links to Europe/London, and you also have a config file
saying Europe/London, the code that checks if /etc/localtime is
a symlink ends up at GB instead of Europe/London and we get an
error, as it thinks GB and Europe/London are different zones.
So now we check the symlink of all timezones in the uniqueness
test. We still return the name in the config file, though, so you
would only get GB or Zulu returned as the time zone instead of
Europe/London or UTC if your only configuration is the /etc/localtime
symlink, as that's checked last, and tzlocal will return the first
configuration found.
- The above change also means that GMT and UTC are no longer seen
as synonyms, as zoneinfo does not see them as synonyms. This
might be controversial, but you just have to live with it. Pick one
and stay with it.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cryptography/h-test.patch')
0 files changed, 0 insertions, 0 deletions