Debian Patches

Status for python-tz/2024.1-2

Patch Description Author Forwarded Bugs Origin Last update
tzdata Use system zone information from the tzdata package Hilko Bengen <bengen@debian.org> not-needed debian 2018-02-14
Dynamically-determine-list-of-available-and-common-timezo.patch Dynamically determine list of available and common timezones
The Debian/Ubuntu packages of pytz include a patch to not install pytz's
zoneinfo database and instead load data from the system zoneinfo
database. This keeps pytz up to date when system timezone updates are
installed which is generally a good idea.

The `pytz/__init__.py` includes `common_timezones` and `all_timezones`
lists, which enumerate the time zones in the database pytz was released
with. If pytz is instead using the system database, these lists may not
be correct (e.g. missing newly added time zones).

Dynamically determine `all_timezones` and `common_timezones`. For
`all_timezones` use `zoneinfo` from Python 3.9 and for
`common_timezones` parse `/usr/share/zoneinfo/zone1970.tab`.
Benjamin Drung <benjamin.drung@canonical.com> yes upstream 2023-03-20
Determine-IANA-nee-Olson-database-version-dynamically.patch Determine IANA (nee Olson) database version dynamically Benjamin Drung <benjamin.drung@canonical.com> not-needed 2024-02-22
Replace-legacy-US-Eastern-by-America-New_York.patch Replace legacy US/Eastern by America/New_York
To avoid needing to depend on tzdata-legacy, replace the legacy timezone
`US/Eastern` by `America/New_York`.
Benjamin Drung <benjamin.drung@canonical.com> yes 2023-08-10

All known versions for source package 'python-tz'

Links