-
-
Notifications
You must be signed in to change notification settings - Fork 27
Comparing changes
Open a pull request
base repository: python/tzdata
base: 2025.2
head repository: python/tzdata
compare: 2025.3
- 19 commits
- 24 files changed
- 8 contributors
Commits on Sep 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ca2dfd5 - Browse repository at this point
Copy the full SHA ca2dfd5View commit details -
Updated github actions (checkout and setup-python)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f081ed7 - Browse repository at this point
Copy the full SHA f081ed7View commit details
Commits on Sep 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e23d5fc - Browse repository at this point
Copy the full SHA e23d5fcView commit details -
These were running twice on every PR.
Configuration menu - View commit details
-
Copy full SHA for c17df21 - Browse repository at this point
Copy the full SHA c17df21View commit details -
Configuration menu - View commit details
-
Copy full SHA for c378ad3 - Browse repository at this point
Copy the full SHA c378ad3View commit details -
Use verbose mode for twine uploads
There isn't really much downside to running the uploads with verbose mode on when nothing goes wrong (who is even going to look at the logs?) and when something goes wrong it's very nice to have, so we'll just leave it on always.
Configuration menu - View commit details
-
Copy full SHA for 6ca03b4 - Browse repository at this point
Copy the full SHA 6ca03b4View commit details -
Have dependabot update GitHub actions (#101)
Co-authored-by: Paul Ganssle <1377457+pganssle@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2319e69 - Browse repository at this point
Copy the full SHA 2319e69View commit details -
Use a container for Python 2.7
The runner for Ubuntu that supports Python 2.7 is no longer supported, but we can still access older Pythons by using a container.
Configuration menu - View commit details
-
Copy full SHA for 4223f7a - Browse repository at this point
Copy the full SHA 4223f7aView commit details -
Bump the actions group with 2 updates (#103)
Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 3 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v5) Updates `actions/setup-python` from 4 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c0329a3 - Browse repository at this point
Copy the full SHA c0329a3View commit details
Commits on Sep 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dddc234 - Browse repository at this point
Copy the full SHA dddc234View commit details -
Remove assignees, since apparently you cannot assign a team.
Configuration menu - View commit details
-
Copy full SHA for b1b3051 - Browse repository at this point
Copy the full SHA b1b3051View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f866b8 - Browse repository at this point
Copy the full SHA 6f866b8View commit details
Commits on Sep 18, 2025
-
Verify signatures of tarballs (#108)
If they stop signing the tzdata releases in the future, or if this turns out to just create a bunch of pointless noise, we can just disable this check. It's a nice-to-have thing as long as the signing works well, but my impression is that the modern view of GPG-signed releases is that it doesn't add much to the security model, and plus I don't see it as especially risky if we get malicious data anyway.
Configuration menu - View commit details
-
Copy full SHA for b5ab93f - Browse repository at this point
Copy the full SHA b5ab93fView commit details
Commits on Oct 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d619f31 - Browse repository at this point
Copy the full SHA d619f31View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9c68ae - Browse repository at this point
Copy the full SHA a9c68aeView commit details
Commits on Nov 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7dc1b6c - Browse repository at this point
Copy the full SHA 7dc1b6cView commit details
Commits on Nov 17, 2025
-
Stop requiring
pytest-subtestsfor python>3.9, it has been incorpor……ated into `pytest` (#115)
Configuration menu - View commit details
-
Copy full SHA for 9b58dd1 - Browse repository at this point
Copy the full SHA 9b58dd1View commit details
Commits on Dec 1, 2025
-
Bump actions/checkout from 5 to 6 in the actions group (#117)
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4045188 - Browse repository at this point
Copy the full SHA 4045188View commit details
Commits on Dec 13, 2025
-
Update tzdata to version '2025c'
# Version 2025.3 Upstream version 2025c released 2025-12-10T22:42:37+00:00 ## Briefly: Several code changes for compatibility with FreeBSD. ## Changes to past timestamps Baja California agreed with California’s DST rules in 1953 and in 1961 through 1975, instead of observing standard time all year. (Thanks to Alois Treindl.) ## Changes to commentary The leapseconds file contains commentary about the IERS and NIST last-modified and expiration timestamps for leap second data. (Thanks to Judah Levine.) Commentary now also uses characters from the set –‘’“”•≤ as this can be useful and should work with current applications. This also affects data in iso3166.tab and zone1970.tab, which now contain strings like “Côte d’Ivoire” instead of “Côte d'Ivoire”.
Configuration menu - View commit details
-
Copy full SHA for d14cebc - Browse repository at this point
Copy the full SHA d14cebcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2025.2...2025.3