Hello community,
here is the log from the commit of package python-pytzdata for openSUSE:Factory
checked in at 2020-08-03 14:18:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytzdata (Old)
and /work/SRC/openSUSE:Factory/.python-pytzdata.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytzdata"
Mon Aug 3 14:18:27 2020 rev:2 rq:824065 version:2020.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytzdata/python-pytzdata.changes
2020-03-06 21:27:32.481559100 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytzdata.new.3592/python-pytzdata.changes
2020-08-03 14:19:05.548722099 +0200
@@ -1,0 +2,6 @@
+Mon Aug 3 06:21:26 UTC 2020 - Steve Kowalik <[email protected]>
+
+- Update to 2020.1:
+ * Use version 2020a of the Oslon data.
+
+-------------------------------------------------------------------
Old:
----
pytzdata-2019.3.tar.gz
New:
----
pytzdata-2020.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytzdata.spec ++++++
--- /var/tmp/diff_new_pack.7qDdsy/_old 2020-08-03 14:19:10.028726591 +0200
+++ /var/tmp/diff_new_pack.7qDdsy/_new 2020-08-03 14:19:10.032726595 +0200
@@ -21,11 +21,10 @@
%define modname pytzdata
Name: python-%{modname}
-Version: 2019.3
+Version: 2020.1
Release: 0
Summary: The pytzdata module for Python-pendulum
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/sdispater/pytzdata
Source:
https://files.pythonhosted.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
++++++ pytzdata-2019.3.tar.gz -> pytzdata-2020.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytzdata-2019.3/PKG-INFO new/pytzdata-2020.1/PKG-INFO
--- old/pytzdata-2019.3/PKG-INFO 1970-01-01 01:00:00.000000000 +0100
+++ new/pytzdata-2020.1/PKG-INFO 2020-07-13 12:41:32.340998000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pytzdata
-Version: 2019.3
+Version: 2020.1
Summary: The Olson timezone database for Python.
Home-page: https://github.com/sdispater/pytzdata
License: MIT
@@ -16,6 +16,7 @@
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Project-URL: Repository, https://github.com/sdispater/pytzdata
Description-Content-Type: text/x-rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytzdata-2019.3/pyproject.toml
new/pytzdata-2020.1/pyproject.toml
--- old/pytzdata-2019.3/pyproject.toml 2019-09-20 13:42:55.054602100 +0200
+++ new/pytzdata-2020.1/pyproject.toml 2020-07-13 12:40:40.709318600 +0200
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytzdata"
-version = "2019.3"
+version = "2020.1"
description = "The Olson timezone database for Python."
authors = [
"Sébastien Eustace <[email protected]>"
@@ -26,9 +26,9 @@
cleo = "^0.6.5"
pytest = "^3.5"
tox = "^3.0"
-black = {version = "^18.9b0", python = "^3.6"}
+black = {version = "^19.10b0", python = "^3.6"}
[build-system]
-requires = ["poetry>=0.12"]
+requires = ["poetry>=1.0.0"]
build-backend = "poetry.masonry.api"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytzdata-2019.3/pytzdata/_timezones.py
new/pytzdata-2020.1/pytzdata/_timezones.py
--- old/pytzdata-2019.3/pytzdata/_timezones.py 2019-09-20 13:40:39.072111100
+0200
+++ new/pytzdata-2020.1/pytzdata/_timezones.py 2020-07-13 12:35:18.363585200
+0200
@@ -176,6 +176,7 @@
"America/North_Dakota/Beulah",
"America/North_Dakota/Center",
"America/North_Dakota/New_Salem",
+ "America/Nuuk",
"America/Ojinaga",
"America/Panama",
"America/Pangnirtung",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytzdata-2019.3/pytzdata/version.py
new/pytzdata-2020.1/pytzdata/version.py
--- old/pytzdata-2019.3/pytzdata/version.py 2019-09-20 13:41:56.645666100
+0200
+++ new/pytzdata-2020.1/pytzdata/version.py 2020-07-13 12:37:13.143299600
+0200
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-VERSION = "2019.3"
+VERSION = "2020.1"
-OLSON_VERSION = "2019c"
+OLSON_VERSION = "2020a"
Binary files old/pytzdata-2019.3/pytzdata/zoneinfo/Africa/Casablanca and
new/pytzdata-2020.1/pytzdata/zoneinfo/Africa/Casablanca differ
Binary files old/pytzdata-2019.3/pytzdata/zoneinfo/Africa/El_Aaiun and
new/pytzdata-2020.1/pytzdata/zoneinfo/Africa/El_Aaiun differ
Binary files old/pytzdata-2019.3/pytzdata/zoneinfo/America/Dawson and
new/pytzdata-2020.1/pytzdata/zoneinfo/America/Dawson differ
Binary files old/pytzdata-2019.3/pytzdata/zoneinfo/America/Nuuk and
new/pytzdata-2020.1/pytzdata/zoneinfo/America/Nuuk differ
Binary files old/pytzdata-2019.3/pytzdata/zoneinfo/America/Whitehorse and
new/pytzdata-2020.1/pytzdata/zoneinfo/America/Whitehorse differ
Binary files old/pytzdata-2019.3/pytzdata/zoneinfo/Asia/Chongqing and
new/pytzdata-2020.1/pytzdata/zoneinfo/Asia/Chongqing differ
Binary files old/pytzdata-2019.3/pytzdata/zoneinfo/Asia/Chungking and
new/pytzdata-2020.1/pytzdata/zoneinfo/Asia/Chungking differ
Binary files old/pytzdata-2019.3/pytzdata/zoneinfo/Asia/Harbin and
new/pytzdata-2020.1/pytzdata/zoneinfo/Asia/Harbin differ
Binary files old/pytzdata-2019.3/pytzdata/zoneinfo/Asia/Shanghai and
new/pytzdata-2020.1/pytzdata/zoneinfo/Asia/Shanghai differ
Binary files old/pytzdata-2019.3/pytzdata/zoneinfo/Canada/Yukon and
new/pytzdata-2020.1/pytzdata/zoneinfo/Canada/Yukon differ
Binary files old/pytzdata-2019.3/pytzdata/zoneinfo/PRC and
new/pytzdata-2020.1/pytzdata/zoneinfo/PRC differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytzdata-2019.3/pytzdata/zoneinfo/leapseconds
new/pytzdata-2020.1/pytzdata/zoneinfo/leapseconds
--- old/pytzdata-2019.3/pytzdata/zoneinfo/leapseconds 2019-09-20
13:40:37.000000000 +0200
+++ new/pytzdata-2020.1/pytzdata/zoneinfo/leapseconds 2020-07-13
12:35:16.000000000 +0200
@@ -64,9 +64,15 @@
Leap 2015 Jun 30 23:59:60 + S
Leap 2016 Dec 31 23:59:60 + S
+# UTC timestamp when this leap second list expires.
+# Any additional leap seconds will come after this.
+# This Expires line is commented out for now,
+# so that pre-2020a zic implementations do not reject this file.
+#Expires 2020 Dec 28 00:00:00
+
# POSIX timestamps for the data in this file:
#updated 1467936000 (2016-07-08 00:00:00 UTC)
-#expires 1593302400 (2020-06-28 00:00:00 UTC)
+#expires 1609113600 (2020-12-28 00:00:00 UTC)
-# Updated through IERS Bulletin C58
-# File expires on: 28 June 2020
+# Updated through IERS Bulletin C59
+# File expires on: 28 December 2020
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytzdata-2019.3/pytzdata/zoneinfo/tzdata.zi
new/pytzdata-2020.1/pytzdata/zoneinfo/tzdata.zi
--- old/pytzdata-2019.3/pytzdata/zoneinfo/tzdata.zi 2019-09-20
13:40:37.000000000 +0200
+++ new/pytzdata-2020.1/pytzdata/zoneinfo/tzdata.zi 2020-07-13
12:35:16.000000000 +0200
@@ -1,4 +1,4 @@
-# version 2019c
+# version 2020a
# This zic input file is in the public domain.
R d 1916 o - Jun 14 23s 1 S
R d 1916 1919 - O Su>=1 23s 0 -
@@ -187,7 +187,7 @@
R M 2019 o - May 5 3 -1 -
R M 2019 o - Jun 9 2 0 -
R M 2020 o - Ap 19 3 -1 -
-R M 2020 o - May 24 2 0 -
+R M 2020 o - May 31 2 0 -
R M 2021 o - Ap 11 3 -1 -
R M 2021 o - May 16 2 0 -
R M 2022 o - Mar 27 3 -1 -
@@ -203,7 +203,7 @@
R M 2027 o - F 7 3 -1 -
R M 2027 o - Mar 14 2 0 -
R M 2028 o - Ja 23 3 -1 -
-R M 2028 o - F 27 2 0 -
+R M 2028 o - Mar 5 2 0 -
R M 2029 o - Ja 14 3 -1 -
R M 2029 o - F 18 2 0 -
R M 2029 o - D 30 3 -1 -
@@ -219,7 +219,7 @@
R M 2034 o - N 5 3 -1 -
R M 2034 o - D 17 2 0 -
R M 2035 o - O 28 3 -1 -
-R M 2035 o - D 2 2 0 -
+R M 2035 o - D 9 2 0 -
R M 2036 o - O 19 3 -1 -
R M 2036 o - N 23 2 0 -
R M 2037 o - O 4 3 -1 -
@@ -235,7 +235,7 @@
R M 2042 o - Au 10 3 -1 -
R M 2042 o - S 21 2 0 -
R M 2043 o - Au 2 3 -1 -
-R M 2043 o - S 6 2 0 -
+R M 2043 o - S 13 2 0 -
R M 2044 o - Jul 24 3 -1 -
R M 2044 o - Au 28 2 0 -
R M 2045 o - Jul 9 3 -1 -
@@ -251,7 +251,7 @@
R M 2050 o - May 15 3 -1 -
R M 2050 o - Jun 26 2 0 -
R M 2051 o - May 7 3 -1 -
-R M 2051 o - Jun 11 2 0 -
+R M 2051 o - Jun 18 2 0 -
R M 2052 o - Ap 28 3 -1 -
R M 2052 o - Jun 2 2 0 -
R M 2053 o - Ap 13 3 -1 -
@@ -267,7 +267,7 @@
R M 2058 o - F 17 3 -1 -
R M 2058 o - Mar 31 2 0 -
R M 2059 o - F 9 3 -1 -
-R M 2059 o - Mar 16 2 0 -
+R M 2059 o - Mar 23 2 0 -
R M 2060 o - F 1 3 -1 -
R M 2060 o - Mar 7 2 0 -
R M 2061 o - Ja 16 3 -1 -
@@ -277,13 +277,13 @@
R M 2062 o - D 31 3 -1 -
R M 2063 o - F 4 2 0 -
R M 2063 o - D 16 3 -1 -
-R M 2064 o - Ja 20 2 0 -
+R M 2064 o - Ja 27 2 0 -
R M 2064 o - D 7 3 -1 -
R M 2065 o - Ja 11 2 0 -
R M 2065 o - N 22 3 -1 -
R M 2066 o - Ja 3 2 0 -
R M 2066 o - N 14 3 -1 -
-R M 2066 o - D 19 2 0 -
+R M 2066 o - D 26 2 0 -
R M 2067 o - N 6 3 -1 -
R M 2067 o - D 11 2 0 -
R M 2068 o - O 21 3 -1 -
@@ -293,13 +293,13 @@
R M 2070 o - O 5 3 -1 -
R M 2070 o - N 9 2 0 -
R M 2071 o - S 20 3 -1 -
-R M 2071 o - O 25 2 0 -
+R M 2071 o - N 1 2 0 -
R M 2072 o - S 11 3 -1 -
R M 2072 o - O 16 2 0 -
R M 2073 o - Au 27 3 -1 -
R M 2073 o - O 8 2 0 -
R M 2074 o - Au 19 3 -1 -
-R M 2074 o - S 23 2 0 -
+R M 2074 o - S 30 2 0 -
R M 2075 o - Au 11 3 -1 -
R M 2075 o - S 15 2 0 -
R M 2076 o - Jul 26 3 -1 -
@@ -309,7 +309,7 @@
R M 2078 o - Jul 10 3 -1 -
R M 2078 o - Au 14 2 0 -
R M 2079 o - Jun 25 3 -1 -
-R M 2079 o - Jul 30 2 0 -
+R M 2079 o - Au 6 2 0 -
R M 2080 o - Jun 16 3 -1 -
R M 2080 o - Jul 21 2 0 -
R M 2081 o - Jun 1 3 -1 -
@@ -325,7 +325,7 @@
R M 2086 o - Ap 14 3 -1 -
R M 2086 o - May 19 2 0 -
R M 2087 o - Mar 30 3 -1 -
-R M 2087 o - May 4 2 0 -
+R M 2087 o - May 11 2 0 -
Z Africa/Casablanca -0:30:20 - LMT 1913 O 26
0 M +00/+01 1984 Mar 16
1 - +01 1986
@@ -498,6 +498,8 @@
6:30 - +0630 1942 May
9 - +09 1945 May 3
6:30 - +0630
+R Sh 1919 o - Ap 12 24 1 D
+R Sh 1919 o - S 30 24 0 S
R Sh 1940 o - Jun 1 0 1 D
R Sh 1940 o - O 12 24 0 S
R Sh 1941 o - Mar 15 0 1 D
@@ -1921,7 +1923,7 @@
-2 - -02 1980 Ap 6 2
-2 c -02/-01 1981 Mar 29
-1 E -01/+00
-Z America/Godthab -3:26:56 - LMT 1916 Jul 28
+Z America/Nuuk -3:26:56 - LMT 1916 Jul 28
-3 - -03 1980 Ap 6 2
-3 E -03/-02
Z America/Thule -4:35:8 - LMT 1916 Jul 28
@@ -3411,11 +3413,13 @@
Z America/Whitehorse -9:0:12 - LMT 1900 Au 20
-9 Y Y%sT 1967 May 28
-8 Y P%sT 1980
--8 C P%sT
+-8 C P%sT 2020 Mar 8 2
+-7 - MST
Z America/Dawson -9:17:40 - LMT 1900 Au 20
-9 Y Y%sT 1973 O 28
-8 Y P%sT 1980
--8 C P%sT
+-8 C P%sT 2020 Mar 8 2
+-7 - MST
R m 1939 o - F 5 0 1 D
R m 1939 o - Jun 25 0 0 S
R m 1940 o - D 9 0 1 D
@@ -4294,6 +4298,7 @@
L America/Argentina/Cordoba America/Cordoba
L America/Tijuana America/Ensenada
L America/Indiana/Indianapolis America/Fort_Wayne
+L America/Nuuk America/Godthab
L America/Indiana/Indianapolis America/Indianapolis
L America/Argentina/Jujuy America/Jujuy
L America/Indiana/Knox America/Knox_IN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytzdata-2019.3/pytzdata/zoneinfo/zone.tab
new/pytzdata-2020.1/pytzdata/zoneinfo/zone.tab
--- old/pytzdata-2019.3/pytzdata/zoneinfo/zone.tab 2019-09-20
13:40:37.000000000 +0200
+++ new/pytzdata-2020.1/pytzdata/zoneinfo/zone.tab 2020-07-13
12:35:16.000000000 +0200
@@ -131,8 +131,8 @@
CA +5946-12014 America/Dawson_Creek MST - BC (Dawson Cr, Ft St John)
CA +5848-12242 America/Fort_Nelson MST - BC (Ft Nelson)
CA +4916-12307 America/Vancouver Pacific - BC (most areas)
-CA +6043-13503 America/Whitehorse Pacific - Yukon (south)
-CA +6404-13925 America/Dawson Pacific - Yukon (north)
+CA +6043-13503 America/Whitehorse Pacific - Yukon (east)
+CA +6404-13925 America/Dawson Pacific - Yukon (west)
CC -1210+09655 Indian/Cocos
CD -0418+01518 Africa/Kinshasa Dem. Rep. of Congo (west)
CD -1140+02728 Africa/Lubumbashi Dem. Rep. of Congo (east)
@@ -189,7 +189,7 @@
GG +492717-0023210 Europe/Guernsey
GH +0533-00013 Africa/Accra
GI +3608-00521 Europe/Gibraltar
-GL +6411-05144 America/Godthab Greenland (most areas)
+GL +6411-05144 America/Nuuk Greenland (most areas)
GL +7646-01840 America/Danmarkshavn National Park (east coast)
GL +7029-02158 America/Scoresbysund Scoresbysund/Ittoqqortoormiit
GL +7634-06847 America/Thule Thule/Pituffik
@@ -335,7 +335,7 @@
# The obsolescent zone.tab format cannot represent Europe/Simferopol well.
# Put it in RU section and list as UA. See "territorial claims" above.
# Programs should use zone1970.tab instead; see above.
-UA +4457+03406 Europe/Simferopol MSK+00 - Crimea
+UA +4457+03406 Europe/Simferopol Crimea
RU +5836+04939 Europe/Kirov MSK+00 - Kirov
RU +4621+04803 Europe/Astrakhan MSK+01 - Astrakhan
RU +4844+04425 Europe/Volgograd MSK+01 - Volgograd
@@ -399,8 +399,8 @@
TW +2503+12130 Asia/Taipei
TZ -0648+03917 Africa/Dar_es_Salaam
UA +5026+03031 Europe/Kiev Ukraine (most areas)
-UA +4837+02218 Europe/Uzhgorod Ruthenia
-UA +4750+03510 Europe/Zaporozhye Zaporozh'ye/Zaporizhia;
Lugansk/Luhansk (east)
+UA +4837+02218 Europe/Uzhgorod Transcarpathia
+UA +4750+03510 Europe/Zaporozhye Zaporozhye and east Lugansk
UG +0019+03225 Africa/Kampala
UM +2813-17722 Pacific/Midway Midway Islands
UM +1917+16637 Pacific/Wake Wake Island
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytzdata-2019.3/pytzdata/zoneinfo/zone1970.tab
new/pytzdata-2020.1/pytzdata/zoneinfo/zone1970.tab
--- old/pytzdata-2019.3/pytzdata/zoneinfo/zone1970.tab 2019-09-20
13:40:37.000000000 +0200
+++ new/pytzdata-2020.1/pytzdata/zoneinfo/zone1970.tab 2020-07-13
12:35:16.000000000 +0200
@@ -128,8 +128,8 @@
CA +5946-12014 America/Dawson_Creek MST - BC (Dawson Cr, Ft St John)
CA +5848-12242 America/Fort_Nelson MST - BC (Ft Nelson)
CA +4916-12307 America/Vancouver Pacific - BC (most areas)
-CA +6043-13503 America/Whitehorse Pacific - Yukon (south)
-CA +6404-13925 America/Dawson Pacific - Yukon (north)
+CA +6043-13503 America/Whitehorse Pacific - Yukon (east)
+CA +6404-13925 America/Dawson Pacific - Yukon (west)
CC -1210+09655 Indian/Cocos
CH,DE,LI +4723+00832 Europe/Zurich Swiss time
CI,BF,GM,GN,ML,MR,SH,SL,SN,TG +0519-00402 Africa/Abidjan
@@ -173,7 +173,7 @@
GF +0456-05220 America/Cayenne
GH +0533-00013 Africa/Accra
GI +3608-00521 Europe/Gibraltar
-GL +6411-05144 America/Godthab Greenland (most areas)
+GL +6411-05144 America/Nuuk Greenland (most areas)
GL +7646-01840 America/Danmarkshavn National Park (east coast)
GL +7029-02158 America/Scoresbysund Scoresbysund/Ittoqqortoormiit
GL +7634-06847 America/Thule Thule/Pituffik
@@ -290,7 +290,7 @@
RU +5443+02030 Europe/Kaliningrad MSK-01 - Kaliningrad
RU +554521+0373704 Europe/Moscow MSK+00 - Moscow area
# Mention RU and UA alphabetically. See "territorial claims" above.
-RU,UA +4457+03406 Europe/Simferopol MSK+00 - Crimea
+RU,UA +4457+03406 Europe/Simferopol Crimea
RU +5836+04939 Europe/Kirov MSK+00 - Kirov
RU +4621+04803 Europe/Astrakhan MSK+01 - Astrakhan
RU +4844+04425 Europe/Volgograd MSK+01 - Volgograd
@@ -341,8 +341,8 @@
TV -0831+17913 Pacific/Funafuti
TW +2503+12130 Asia/Taipei
UA +5026+03031 Europe/Kiev Ukraine (most areas)
-UA +4837+02218 Europe/Uzhgorod Ruthenia
-UA +4750+03510 Europe/Zaporozhye Zaporozh'ye/Zaporizhia;
Lugansk/Luhansk (east)
+UA +4837+02218 Europe/Uzhgorod Transcarpathia
+UA +4750+03510 Europe/Zaporozhye Zaporozhye and east Lugansk
UM +1917+16637 Pacific/Wake Wake Island
US +404251-0740023 America/New_York Eastern (most areas)
US +421953-0830245 America/Detroit Eastern - MI (most areas)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytzdata-2019.3/setup.py new/pytzdata-2020.1/setup.py
--- old/pytzdata-2019.3/setup.py 1970-01-01 01:00:00.000000000 +0100
+++ new/pytzdata-2020.1/setup.py 2020-07-13 12:41:32.340633200 +0200
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-from distutils.core import setup
+from setuptools import setup
packages = \
['pytzdata', 'pytzdata.commands']
@@ -30,7 +30,7 @@
setup_kwargs = {
'name': 'pytzdata',
- 'version': '2019.3',
+ 'version': '2020.1',
'description': 'The Olson timezone database for Python.',
'long_description': "Pytzdata\n########\n\n.. image::
https://travis-ci.org/sdispater/pytzdata.png\n :alt: Pytzdata Build status\n
:target: https://travis-ci.org/sdispater/pytzdata\n\nThe Olson timezone
database for Python.\n\nSupports Python **2.7+** and
**3.5+**.\n\n\nInstallation\n============\n\n pip install
pytzdata\n\n\nUsage\n=====\n\nYou can access the content of a specific timezone
file by using the `tz_file()` function:\n\n.. code-block:: python\n\n from
pytzdata import tz_file\n\n with tz_file('Europe/Paris') as f:\n # Do
something with the file\n\nIf you just want to know the path to a specific
timezone file, you may use the `tz_path()` function:\n\n.. code-block::
python\n\n from pytzdata import tz_path\n\n tz_path('Europe/Paris')\n\nBy
default, ``pytzdata`` will use the bundled timezone database, however you can
set\na custom directory that holds the timezone files using the
``set_directory`` function:\n\n.. code-block:: python\n\n import
pytzdata\n\n pytzdata.set_directory('/custom/zoneinfo')\n\nYou can also set
the ``PYTZDATA_TZDATADIR`` environment variable to set a custom
directory.\n\n\nRelease\n=======\n\nTo make a new release just follow these
steps:\n\n- ``make data``\n- Update version numbers in ``pytzdata/version.py``
and ``tests/test_version.py``\n- ``make tox``\n\n\nResources\n=========\n\n*
`Issue Tracker <https://github.com/sdispater/pytzdata/issues>`_\n",
'author': 'Sébastien Eustace',