Skip to content

Commit

Permalink
Generate fat datafiles
Browse files Browse the repository at this point in the history
pytz can still only read the deprecated 'fat' compiled timezone
datafiles.

Support for 'slim' datafiles should be done by using the
Python 3.9 parser and the available backports. Python 2.7
will be stuck only able to use the 'fat' format.
  • Loading branch information
Stuart Bishop committed Nov 2, 2020
1 parent c36aa69 commit d6a6878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ upload_docs_pythonhosted: docs
touch $@

.stamp-zoneinfo:
${MAKE} -C ${IANA} TOPDIR=`pwd`/build USRDIR= USRSHAREDIR=etc install
${MAKE} -C ${IANA} ZFLAGS='-b fat' TOPDIR=`pwd`/build USRDIR= USRSHAREDIR=etc install
# Break hard links, working around http://bugs.python.org/issue8876.
for d in zoneinfo zoneinfo-leaps zoneinfo-posix; do \
rm -rf `pwd`/build/etc/$$d.tmp; \
Expand Down

0 comments on commit d6a6878

Please sign in to comment.