diff -Nru python-tz-2019.2/debian/changelog python-tz-2019.3/debian/changelog --- python-tz-2019.2/debian/changelog 2019-08-05 16:48:57.000000000 +0000 +++ python-tz-2019.3/debian/changelog 2019-10-13 14:05:24.000000000 +0000 @@ -1,3 +1,10 @@ +python-tz (2019.3-1) unstable; urgency=medium + + * New upstream release + * Standards-Version: 4.4.1.0 + + -- Alastair McKinstry Sun, 13 Oct 2019 15:05:24 +0100 + python-tz (2019.2-1) unstable; urgency=medium * New upstream release diff -Nru python-tz-2019.2/debian/control python-tz-2019.3/debian/control --- python-tz-2019.2/debian/control 2019-08-05 16:48:57.000000000 +0000 +++ python-tz-2019.3/debian/control 2019-10-13 14:05:24.000000000 +0000 @@ -13,7 +13,7 @@ python-pytest, python3-pytest, tzdata (>= 2017a), -Standards-Version: 4.4.0 +Standards-Version: 4.4.1.0 Homepage: http://pypi.python.org/pypi/pytz/ Vcs-Browser: https://salsa.debian.org:/mckinstry/python-tz.git Vcs-Git: https://salsa.debian.org:/mckinstry/python-tz.git diff -Nru python-tz-2019.2/PKG-INFO python-tz-2019.3/PKG-INFO --- python-tz-2019.2/PKG-INFO 2019-07-31 16:28:24.000000000 +0000 +++ python-tz-2019.3/PKG-INFO 2019-10-07 03:17:43.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pytz -Version: 2019.2 +Version: 2019.3 Summary: World timezone definitions, modern and historical Home-page: http://pythonhosted.org/pytz Author: Stuart Bishop diff -Nru python-tz-2019.2/pytz/__init__.py python-tz-2019.3/pytz/__init__.py --- python-tz-2019.2/pytz/__init__.py 2019-07-31 16:26:10.000000000 +0000 +++ python-tz-2019.3/pytz/__init__.py 2019-10-07 03:10:40.000000000 +0000 @@ -22,8 +22,8 @@ # The IANA (nee Olson) database is updated several times a year. -OLSON_VERSION = '2019b' -VERSION = '2019.2' # pip compatible version number. +OLSON_VERSION = '2019c' +VERSION = '2019.3' # pip compatible version number. __version__ = VERSION OLSEN_VERSION = OLSON_VERSION # Old releases had this misspelling diff -Nru python-tz-2019.2/pytz/tests/test_tzinfo.py python-tz-2019.3/pytz/tests/test_tzinfo.py --- python-tz-2019.2/pytz/tests/test_tzinfo.py 2019-07-31 16:26:10.000000000 +0000 +++ python-tz-2019.3/pytz/tests/test_tzinfo.py 2019-10-07 03:10:40.000000000 +0000 @@ -27,8 +27,8 @@ # I test for expected version to ensure the correct version of pytz is # actually being tested. -EXPECTED_VERSION = '2019.2' -EXPECTED_OLSON_VERSION = '2019b' +EXPECTED_VERSION = '2019.3' +EXPECTED_OLSON_VERSION = '2019c' fmt = '%Y-%m-%d %H:%M:%S %Z%z' Binary files /tmp/tmpk79UsH/53Sb4s5_aW/python-tz-2019.2/pytz/zoneinfo/America/Detroit and /tmp/tmpk79UsH/ggRyv9u2oK/python-tz-2019.3/pytz/zoneinfo/America/Detroit differ Binary files /tmp/tmpk79UsH/53Sb4s5_aW/python-tz-2019.2/pytz/zoneinfo/America/Edmonton and /tmp/tmpk79UsH/ggRyv9u2oK/python-tz-2019.3/pytz/zoneinfo/America/Edmonton differ Binary files /tmp/tmpk79UsH/53Sb4s5_aW/python-tz-2019.2/pytz/zoneinfo/America/Indiana/Tell_City and /tmp/tmpk79UsH/ggRyv9u2oK/python-tz-2019.3/pytz/zoneinfo/America/Indiana/Tell_City differ Binary files /tmp/tmpk79UsH/53Sb4s5_aW/python-tz-2019.2/pytz/zoneinfo/America/Kentucky/Louisville and /tmp/tmpk79UsH/ggRyv9u2oK/python-tz-2019.3/pytz/zoneinfo/America/Kentucky/Louisville differ Binary files /tmp/tmpk79UsH/53Sb4s5_aW/python-tz-2019.2/pytz/zoneinfo/America/Louisville and /tmp/tmpk79UsH/ggRyv9u2oK/python-tz-2019.3/pytz/zoneinfo/America/Louisville differ Binary files /tmp/tmpk79UsH/53Sb4s5_aW/python-tz-2019.2/pytz/zoneinfo/America/Vancouver and /tmp/tmpk79UsH/ggRyv9u2oK/python-tz-2019.3/pytz/zoneinfo/America/Vancouver differ Binary files /tmp/tmpk79UsH/53Sb4s5_aW/python-tz-2019.2/pytz/zoneinfo/Asia/Hong_Kong and /tmp/tmpk79UsH/ggRyv9u2oK/python-tz-2019.3/pytz/zoneinfo/Asia/Hong_Kong differ Binary files /tmp/tmpk79UsH/53Sb4s5_aW/python-tz-2019.2/pytz/zoneinfo/Asia/Istanbul and /tmp/tmpk79UsH/ggRyv9u2oK/python-tz-2019.3/pytz/zoneinfo/Asia/Istanbul differ Binary files /tmp/tmpk79UsH/53Sb4s5_aW/python-tz-2019.2/pytz/zoneinfo/Asia/Seoul and /tmp/tmpk79UsH/ggRyv9u2oK/python-tz-2019.3/pytz/zoneinfo/Asia/Seoul differ Binary files /tmp/tmpk79UsH/53Sb4s5_aW/python-tz-2019.2/pytz/zoneinfo/Canada/Mountain and /tmp/tmpk79UsH/ggRyv9u2oK/python-tz-2019.3/pytz/zoneinfo/Canada/Mountain differ Binary files /tmp/tmpk79UsH/53Sb4s5_aW/python-tz-2019.2/pytz/zoneinfo/Canada/Pacific and /tmp/tmpk79UsH/ggRyv9u2oK/python-tz-2019.3/pytz/zoneinfo/Canada/Pacific differ Binary files /tmp/tmpk79UsH/53Sb4s5_aW/python-tz-2019.2/pytz/zoneinfo/Europe/Brussels and /tmp/tmpk79UsH/ggRyv9u2oK/python-tz-2019.3/pytz/zoneinfo/Europe/Brussels differ Binary files /tmp/tmpk79UsH/53Sb4s5_aW/python-tz-2019.2/pytz/zoneinfo/Europe/Istanbul and /tmp/tmpk79UsH/ggRyv9u2oK/python-tz-2019.3/pytz/zoneinfo/Europe/Istanbul differ Binary files /tmp/tmpk79UsH/53Sb4s5_aW/python-tz-2019.2/pytz/zoneinfo/Europe/Kaliningrad and /tmp/tmpk79UsH/ggRyv9u2oK/python-tz-2019.3/pytz/zoneinfo/Europe/Kaliningrad differ Binary files /tmp/tmpk79UsH/53Sb4s5_aW/python-tz-2019.2/pytz/zoneinfo/Europe/Vienna and /tmp/tmpk79UsH/ggRyv9u2oK/python-tz-2019.3/pytz/zoneinfo/Europe/Vienna differ Binary files /tmp/tmpk79UsH/53Sb4s5_aW/python-tz-2019.2/pytz/zoneinfo/Hongkong and /tmp/tmpk79UsH/ggRyv9u2oK/python-tz-2019.3/pytz/zoneinfo/Hongkong differ diff -Nru python-tz-2019.2/pytz/zoneinfo/leapseconds python-tz-2019.3/pytz/zoneinfo/leapseconds --- python-tz-2019.2/pytz/zoneinfo/leapseconds 2019-07-31 16:26:10.000000000 +0000 +++ python-tz-2019.3/pytz/zoneinfo/leapseconds 2019-10-07 03:10:40.000000000 +0000 @@ -3,36 +3,39 @@ # This file is in the public domain. # This file is generated automatically from the data in the public-domain -# leap-seconds.list file, which can be copied from +# NIST format leap-seconds.list file, which can be copied from # -# or -# or . +# or . # For more about leap-seconds.list, please see # The NTP Timescale and Leap Seconds # . -# The International Earth Rotation and Reference Systems Service +# The rules for leap seconds are specified in Annex 1 (Time scales) of: +# Standard-frequency and time-signal emissions. +# International Telecommunication Union - Radiocommunication Sector +# (ITU-R) Recommendation TF.460-6 (02/2002) +# . +# The International Earth Rotation and Reference Systems Service (IERS) # periodically uses leap seconds to keep UTC to within 0.9 s of UT1 -# (which measures the true angular orientation of the earth in space) +# (a proxy for Earth's angle in space as measured by astronomers) # and publishes leap second data in a copyrighted file # . # See: Levine J. Coordinated Universal Time and the leap second. # URSI Radio Sci Bull. 2016;89(4):30-6. doi:10.23919/URSIRSB.2016.7909995 # . -# There were no leap seconds before 1972, because the official mechanism -# accounting for the discrepancy between atomic time and the earth's rotation -# did not exist. The first ("1 Jan 1972") data line in leap-seconds.list +# There were no leap seconds before 1972, as no official mechanism +# accounted for the discrepancy between atomic time (TAI) and the earth's +# rotation. The first ("1 Jan 1972") data line in leap-seconds.list # does not denote a leap second; it denotes the start of the current definition # of UTC. -# The correction (+ or -) is made at the given time, so lines -# will typically look like: -# Leap YEAR MON DAY 23:59:60 + R/S -# or -# Leap YEAR MON DAY 23:59:59 - R/S - -# If the leap second is Rolling (R) the given time is local time (unused here). +# All leap-seconds are Stationary (S) at the given UTC time. +# The correction (+ or -) is made at the given time, so in the unlikely +# event of a negative leap second, a line would look like this: +# Leap YEAR MON DAY 23:59:59 - S +# Typical lines look like this: +# Leap YEAR MON DAY 23:59:60 + S Leap 1972 Jun 30 23:59:60 + S Leap 1972 Dec 31 23:59:60 + S Leap 1973 Dec 31 23:59:60 + S @@ -62,8 +65,8 @@ Leap 2016 Dec 31 23:59:60 + S # POSIX timestamps for the data in this file: -#updated 1467936000 -#expires 1577491200 +#updated 1467936000 (2016-07-08 00:00:00 UTC) +#expires 1593302400 (2020-06-28 00:00:00 UTC) -# Updated through IERS Bulletin C57 -# File expires on: 28 December 2019 +# Updated through IERS Bulletin C58 +# File expires on: 28 June 2020 Binary files /tmp/tmpk79UsH/53Sb4s5_aW/python-tz-2019.2/pytz/zoneinfo/Pacific/Fiji and /tmp/tmpk79UsH/ggRyv9u2oK/python-tz-2019.3/pytz/zoneinfo/Pacific/Fiji differ Binary files /tmp/tmpk79UsH/53Sb4s5_aW/python-tz-2019.2/pytz/zoneinfo/Pacific/Norfolk and /tmp/tmpk79UsH/ggRyv9u2oK/python-tz-2019.3/pytz/zoneinfo/Pacific/Norfolk differ Binary files /tmp/tmpk79UsH/53Sb4s5_aW/python-tz-2019.2/pytz/zoneinfo/ROK and /tmp/tmpk79UsH/ggRyv9u2oK/python-tz-2019.3/pytz/zoneinfo/ROK differ Binary files /tmp/tmpk79UsH/53Sb4s5_aW/python-tz-2019.2/pytz/zoneinfo/Turkey and /tmp/tmpk79UsH/ggRyv9u2oK/python-tz-2019.3/pytz/zoneinfo/Turkey differ diff -Nru python-tz-2019.2/pytz/zoneinfo/tzdata.zi python-tz-2019.3/pytz/zoneinfo/tzdata.zi --- python-tz-2019.2/pytz/zoneinfo/tzdata.zi 2019-07-31 16:26:10.000000000 +0000 +++ python-tz-2019.3/pytz/zoneinfo/tzdata.zi 2019-10-07 03:10:40.000000000 +0000 @@ -535,7 +535,7 @@ Z Asia/Hong_Kong 7:36:42 - LMT 1904 O 30 0:36:42 8 - HKT 1941 Jun 15 3 8 1 HKST 1941 O 1 4 -8:30 - HKT 1941 D 25 +8 0:30 HKWT 1941 D 25 9 - JST 1945 N 18 2 8 HK HK%sT R f 1946 o - May 15 0 1 D @@ -995,7 +995,7 @@ Z Asia/Seoul 8:27:52 - LMT 1908 Ap 8:30 - KST 1912 9 - JST 1945 S 8 -9 - KST 1954 Mar 21 +9 KR K%sT 1954 Mar 21 8:30 KR K%sT 1961 Au 10 9 KR K%sT Z Asia/Pyongyang 8:23 - LMT 1908 Ap @@ -1411,8 +1411,9 @@ R FJ 2011 o - Mar Su>=1 3 0 - R FJ 2012 2013 - Ja Su>=18 3 0 - R FJ 2014 o - Ja Su>=18 2 0 - -R FJ 2014 ma - N Su>=1 2 1 - -R FJ 2015 ma - Ja Su>=13 3 0 - +R FJ 2014 2018 - N Su>=1 2 1 - +R FJ 2015 ma - Ja Su>=12 3 0 - +R FJ 2019 ma - N Su>=8 2 1 - Z Pacific/Fiji 11:55:44 - LMT 1915 O 26 12 FJ +12/+13 Z Pacific/Gambier -8:59:48 - LMT 1912 O @@ -1547,10 +1548,11 @@ -11 - -11 Z Pacific/Norfolk 11:11:52 - LMT 1901 11:12 - +1112 1951 -11:30 - +1130 1974 O 27 2 -11:30 1 +1230 1975 Mar 2 2 -11:30 - +1130 2015 O 4 2 -11 - +11 +11:30 - +1130 1974 O 27 2s +11:30 1 +1230 1975 Mar 2 2s +11:30 - +1130 2015 O 4 2s +11 - +11 2019 Jul +11 AN +11/+12 Z Pacific/Palau -15:2:4 - LMT 1844 D 31 8:57:56 - LMT 1901 9 - +09 @@ -1791,7 +1793,8 @@ R a 1920 o - Ap 5 2s 1 S R a 1920 o - S 13 2s 0 - R a 1946 o - Ap 14 2s 1 S -R a 1946 1948 - O Su>=1 2s 0 - +R a 1946 o - O 7 2s 0 - +R a 1947 1948 - O Su>=1 2s 0 - R a 1947 o - Ap 6 2s 1 S R a 1948 o - Ap 18 2s 1 S R a 1980 o - Ap 6 0 1 S @@ -1848,7 +1851,7 @@ R b 1946 o - May 19 2s 1 S R b 1946 o - O 7 2s 0 - Z Europe/Brussels 0:17:30 - LMT 1880 -0:17:30 - BMT 1892 May 1 12 +0:17:30 - BMT 1892 May 1 0:17:30 0 - WET 1914 N 8 1 - CET 1916 May 1 c CE%sT 1918 N 11 11u @@ -2394,8 +2397,8 @@ 2 e EE%sT 1997 2 E EE%sT Z Europe/Kaliningrad 1:22 - LMT 1893 Ap -1 c CE%sT 1945 -2 O CE%sT 1946 +1 c CE%sT 1945 Ap 10 +2 O EE%sT 1946 Ap 7 3 R MSK/MSD 1989 Mar 26 2s 2 R EE%sT 2011 Mar 27 2s 3 - +03 2014 O 26 2s @@ -2718,44 +2721,35 @@ R T 1924 o - May 13 0 1 S R T 1924 1925 - O 1 0 0 - R T 1925 o - May 1 0 1 S -R T 1940 o - Jun 30 0 1 S -R T 1940 o - O 5 0 0 - +R T 1940 o - Jul 1 0 1 S +R T 1940 o - O 6 0 0 - R T 1940 o - D 1 0 1 S R T 1941 o - S 21 0 0 - R T 1942 o - Ap 1 0 1 S -R T 1942 o - N 1 0 0 - -R T 1945 o - Ap 2 0 1 S R T 1945 o - O 8 0 0 - R T 1946 o - Jun 1 0 1 S R T 1946 o - O 1 0 0 - R T 1947 1948 - Ap Su>=16 0 1 S -R T 1947 1950 - O Su>=2 0 0 - +R T 1947 1951 - O Su>=2 0 0 - R T 1949 o - Ap 10 0 1 S -R T 1950 o - Ap 19 0 1 S +R T 1950 o - Ap 16 0 1 S R T 1951 o - Ap 22 0 1 S -R T 1951 o - O 8 0 0 - R T 1962 o - Jul 15 0 1 S -R T 1962 o - O 8 0 0 - +R T 1963 o - O 30 0 0 - R T 1964 o - May 15 0 1 S R T 1964 o - O 1 0 0 - -R T 1970 1972 - May Su>=2 0 1 S -R T 1970 1972 - O Su>=2 0 0 - R T 1973 o - Jun 3 1 1 S -R T 1973 o - N 4 3 0 - +R T 1973 1976 - O Su>=31 2 0 - R T 1974 o - Mar 31 2 1 S -R T 1974 o - N 3 5 0 - -R T 1975 o - Mar 30 0 1 S -R T 1975 1976 - O lastSu 0 0 - -R T 1976 o - Jun 1 0 1 S -R T 1977 1978 - Ap Su>=1 0 1 S -R T 1977 o - O 16 0 0 - -R T 1979 1980 - Ap Su>=1 3 1 S -R T 1979 1982 - O M>=11 0 0 - -R T 1981 1982 - Mar lastSu 3 1 S -R T 1983 o - Jul 31 0 1 S -R T 1983 o - O 2 0 0 - -R T 1985 o - Ap 20 0 1 S -R T 1985 o - S 28 0 0 - +R T 1975 o - Mar 22 2 1 S +R T 1976 o - Mar 21 2 1 S +R T 1977 1978 - Ap Su>=1 2 1 S +R T 1977 1978 - O Su>=15 2 0 - +R T 1978 o - Jun 29 0 0 - +R T 1983 o - Jul 31 2 1 S +R T 1983 o - O 2 2 0 - +R T 1985 o - Ap 20 1s 1 S +R T 1985 o - S 28 1s 0 - R T 1986 1993 - Mar lastSu 1s 1 S R T 1986 1995 - S lastSu 1s 0 - R T 1994 o - Mar 20 1s 1 S @@ -2763,8 +2757,8 @@ R T 1996 2006 - O lastSu 1s 0 - Z Europe/Istanbul 1:55:52 - LMT 1880 1:56:56 - IMT 1910 O -2 T EE%sT 1978 O 15 -3 T +03/+04 1985 Ap 20 +2 T EE%sT 1978 Jun 29 +3 T +03/+04 1984 N 1 2 2 T EE%sT 2007 2 E EE%sT 2011 Mar 27 1u 2 - EET 2011 Mar 28 1u @@ -2999,19 +2993,15 @@ -5 - EST 2006 Ap 2 2 -6 u C%sT 2007 N 4 2 -5 u E%sT -R Pe 1946 o - Ap lastSu 2 1 D -R Pe 1946 o - S lastSu 2 0 S -R Pe 1953 1954 - Ap lastSu 2 1 D -R Pe 1953 1959 - S lastSu 2 0 S R Pe 1955 o - May 1 0 1 D +R Pe 1955 1960 - S lastSu 2 0 S R Pe 1956 1963 - Ap lastSu 2 1 D -R Pe 1960 o - O lastSu 2 0 S -R Pe 1961 o - S lastSu 2 0 S -R Pe 1962 1963 - O lastSu 2 0 S +R Pe 1961 1963 - O lastSu 2 0 S Z America/Indiana/Tell_City -5:47:3 - LMT 1883 N 18 12:12:57 -6 u C%sT 1946 -6 Pe C%sT 1964 Ap 26 2 --5 - EST 1969 +-5 - EST 1967 O 29 2 +-6 u C%sT 1969 Ap 27 2 -5 u E%sT 1971 -5 - EST 2006 Ap 2 2 -6 u C%sT @@ -3059,11 +3049,13 @@ -5 u E%sT R v 1921 o - May 1 2 1 D R v 1921 o - S 1 2 0 S -R v 1941 1961 - Ap lastSu 2 1 D +R v 1941 o - Ap lastSu 2 1 D R v 1941 o - S lastSu 2 0 S +R v 1946 o - Ap lastSu 0:1 1 D R v 1946 o - Jun 2 2 0 S +R v 1950 1961 - Ap lastSu 2 1 D R v 1950 1955 - S lastSu 2 0 S -R v 1956 1960 - O lastSu 2 0 S +R v 1956 1961 - O lastSu 2 0 S Z America/Kentucky/Louisville -5:43:2 - LMT 1883 N 18 12:16:58 -6 u C%sT 1921 -6 v C%sT 1942 @@ -3084,7 +3076,9 @@ -6 - CST 1915 May 15 2 -5 - EST 1942 -5 u E%sT 1946 --5 Dt E%sT 1973 +-5 Dt E%sT 1967 Jun 14 0:1 +-5 u E%sT 1969 +-5 - EST 1973 -5 u E%sT 1975 -5 - EST 1975 Ap 27 2 -5 u E%sT @@ -3339,10 +3333,6 @@ R Ed 1945 o - S lastSu 2 0 S R Ed 1947 o - Ap lastSu 2 1 D R Ed 1947 o - S lastSu 2 0 S -R Ed 1967 o - Ap lastSu 2 1 D -R Ed 1967 o - O lastSu 2 0 S -R Ed 1969 o - Ap lastSu 2 1 D -R Ed 1969 o - O lastSu 2 0 S R Ed 1972 1986 - Ap lastSu 2 1 D R Ed 1972 2006 - O lastSu 2 0 S Z America/Edmonton -7:33:52 - LMT 1906 S @@ -3354,7 +3344,7 @@ R Va 1945 o - Au 14 23u 1 P R Va 1945 o - S 30 2 0 S R Va 1946 1986 - Ap lastSu 2 1 D -R Va 1946 o - O 13 2 0 S +R Va 1946 o - S 29 2 0 S R Va 1947 1961 - S lastSu 2 0 S R Va 1962 2006 - O lastSu 2 0 S Z America/Vancouver -8:12:28 - LMT 1884 Binary files /tmp/tmpk79UsH/53Sb4s5_aW/python-tz-2019.2/pytz/zoneinfo/US/Michigan and /tmp/tmpk79UsH/ggRyv9u2oK/python-tz-2019.3/pytz/zoneinfo/US/Michigan differ diff -Nru python-tz-2019.2/pytz.egg-info/PKG-INFO python-tz-2019.3/pytz.egg-info/PKG-INFO --- python-tz-2019.2/pytz.egg-info/PKG-INFO 2019-07-31 16:28:23.000000000 +0000 +++ python-tz-2019.3/pytz.egg-info/PKG-INFO 2019-10-07 03:17:43.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pytz -Version: 2019.2 +Version: 2019.3 Summary: World timezone definitions, modern and historical Home-page: http://pythonhosted.org/pytz Author: Stuart Bishop