-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How should we handle tzdata/zoneinfo #392
Comments
I took a look at this today. The Python
We can set a If we have that in place, the Python package is more or less redundant for conda-forge, IMHO. People could still install it if they care about the One issue is the naming of the package though.
(If we wanted to go full-on non-vendoring/one-source-of-truth, we could also make the Python |
Quick note: We had also discussed using these files for the system root packages on linux instead of the older Cos6/Cos7 ones. |
@mbargull The proposed As for a name, I also favor One question is if the time zone database files in the PyPI tzdata package should be used as a source for the |
We should try to move quickly on this since 3.9.0 is released. The PR is nearly ready for python, excluding this stuff. Is anyone working on it? |
Okay, I'll go with
We should use the upstream source. https://github.com/python/tzdata/blob/2020.1/update.py#L87 is the core of what the Python package does, which is just running upstream's
IMHO, it wouldn't be terrible if the first build doesn't include it (new module and all).
Nice!
I'll take a look right now. |
FYI, transitioning of |
For now I commented out the
tzdata
package and the newdatetime
functionality won't work in our RC release. See dd8de19We should figure out a way to provide a python
tzdata
package for Windows and Linux/macOS for testing avoiding the circular dependencies or complex builds.The alternatives are:
xref.: #389
The text was updated successfully, but these errors were encountered: