World Timezone Definitions for Python
Go to file
Miro Hrončok 208f8b1565 Always close the zone.tab file
Otherwise we get this in setuptools build with pytest 6.2+:

    >               warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
    E               pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
    E
    E               Traceback (most recent call last):
    E                 File "/usr/lib/python3.9/site-packages/pytz/__init__.py", line 522, in <module>
    E                   common_timezones = [l.split()[2]
    E               ResourceWarning: unclosed file <_io.TextIOWrapper name='/usr/share/zoneinfo/zone.tab' mode='r' encoding='UTF-8'>
    /usr/lib/python3.9/site-packages/_pytest/unraisableexception.py:78: PytestUnraisableExceptionWarning
2021-03-16 17:51:52 +01:00
.gitignore 2021.1 2021-02-01 12:02:31 -06:00
python-38-test.patch 2019.1, patch for Python 3.8. 2019-07-26 08:47:04 -05:00
pytz-zoneinfo.patch Always close the zone.tab file 2021-03-16 17:51:52 +01:00
pytz.spec Always close the zone.tab file 2021-03-16 17:51:52 +01:00
remove_tzinfo_test.patch Update to 2018.5 (#1508227) 2018-08-23 12:07:03 +02:00
sources 2021.1 2021-02-01 12:02:31 -06:00