tzdata/backport-tz-link.html-Cite-PyPI-tzdata-thanks-to-Paul-Ganssle.patch
2020-10-10 19:03:29 +08:00

36 lines
1.3 KiB
Diff

From afc53e03ff8df4fe8a55532a563ce1a11cbea6d0 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Mon, 21 Sep 2020 13:36:19 -0700
Subject: [PATCH 35/47] * tz-link.html: Cite PyPI tzdata (thanks to Paul
Ganssle).
---
tz-link.html | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/tz-link.html b/tz-link.html
index 94aa5f5..b634082 100644
--- a/tz-link.html
+++ b/tz-link.html
@@ -581,11 +581,15 @@ It is freely available under the same terms as Perl
(dual <abbr>GPL</abbr> and Artistic license).</li>
<li>Python has a <a
href="https://docs.python.org/3.9/library/zoneinfo.html"><code>zoneinfo.ZoneInfo</code>
-class</a> that reads <abbr>TZif</abbr> files and creates objects
+class</a> that reads <abbr>TZif</abbr> data and creates objects
that represent <code><abbr>tzdb</abbr></code> timezones.
Python is freely available under the
<a href="https://docs.python.org/3.9/license.html">Python Software Foundation
-License</a>.</li>
+License</a>.
+A companion <a href="https://pypi.org/">PyPI</a> module
+<a href="https://pypi.org/project/tzdata/"><code>tzdata</code></a>
+supplies TZif data if the underlying system data cannot be found;
+it is freely available under the Apache License.</li>
<li>The
public-domain <a href="https://github.com/dbaron/tz.js">tz.js</a>
library contains a Python tool that
--
1.8.3.1