Commit Graph

19 Commits

Author SHA1 Message Date
Gwyn Ciesla
93db00ee60 2022.4 2022-10-04 10:54:25 -05:00
Gwyn Ciesla
dd0a7df730 2022.2 2022-08-12 08:48:06 -05:00
Gwyn Ciesla
4593ecb57e 2021.3 2021-10-04 12:25:33 -05:00
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
Gwyn Ciesla
a5e9c1f54b 2020.5 2020-12-28 13:29:30 -06:00
Gwyn Ciesla
bbc3dccb2f 2020.1 2020-04-28 08:38:55 -05:00
Gwyn Ciesla
a0b60b1815 2019.2 2019-07-31 12:49:58 -05:00
Gwyn Ciesla
5f89271285 2019.1, patch for Python 3.8. 2019-07-26 08:47:04 -05:00
Miro Hrončok
002329f46c Update to 2018.9, remove leapseconds from pytz.all_timezones (#1642003) 2019-03-12 19:22:44 +01:00
Miro Hrončok
568be6b6e6 Update to 2018.5 (#1508227) 2018-08-23 12:07:03 +02:00
Petr Šabata
5aa97d2366 Update to 2017.2 2017-07-17 21:37:30 +02:00
Orion Poplawski
df6001e242 Update to 2016.10 2016-12-06 09:59:21 -07:00
Orion Poplawski
29535d9d04 Update to 2016.7 2016-11-08 09:31:08 -07:00
Matěj Cepl
8686bd9e27 Yet another fix of the patch 2016-07-21 08:52:32 +02:00
Matěj Cepl
e6a0d42125 Fix patch 2016-07-21 08:22:41 +02:00
Matěj Cepl
79038d121c Even more fixing of the patch 2016-04-23 11:25:51 +02:00
Matěj Cepl
4c8cb4d6a7 Fix pytz-zoneinfo.patch to apply. 2016-04-23 11:02:55 +02:00
Orion Poplawski
1c0d3ad1c3 Update to 2015.7 2015-10-26 09:57:31 -06:00
Orion Poplawski
5eac851b8d Update to 2015.4 (bug #1161236)
- Do not ship zoneinfo with python3 package (bug #1251554)
- Run tests
2015-08-30 15:50:28 -06:00