Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python/tzdata
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2025.2
Choose a base ref
...
head repository: python/tzdata
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2025.3
Choose a head ref
  • 19 commits
  • 24 files changed
  • 8 contributors

Commits on Sep 15, 2025

  1. commit

    StanFromIreland authored and pganssle committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    ca2dfd5 View commit details
    Browse the repository at this point in the history
  2. Updated github actions (checkout and setup-python)

    Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
    asears and StanFromIreland authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    f081ed7 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Configuration menu
    Copy the full SHA
    e23d5fc View commit details
    Browse the repository at this point in the history
  2. Deduplicate test CI runs

    These were running twice on every PR.
    StanFromIreland authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    c17df21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c378ad3 View commit details
    Browse the repository at this point in the history
  4. 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.
    pganssle committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    6ca03b4 View commit details
    Browse the repository at this point in the history
  5. Have dependabot update GitHub actions (#101)

    Co-authored-by: Paul Ganssle <1377457+pganssle@users.noreply.github.com>
    StanFromIreland and pganssle authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    2319e69 View commit details
    Browse the repository at this point in the history
  6. 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.
    pganssle committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    4223f7a View commit details
    Browse the repository at this point in the history
  7. 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>
    dependabot[bot] authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    c0329a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. Commit

    StanFromIreland authored and pganssle committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    dddc234 View commit details
    Browse the repository at this point in the history
  2. Fix dependabot config

    Remove assignees, since apparently you cannot assign a team.
    StanFromIreland authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    b1b3051 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f866b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. 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.
    StanFromIreland authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    b5ab93f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Test Python 3.14t

    StanFromIreland authored and pganssle committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    d619f31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9c68ae View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2025

  1. Update pre-commit repos

    StanFromIreland authored and pganssle committed Nov 1, 2025
    Configuration menu
    Copy the full SHA
    7dc1b6c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. Configuration menu
    Copy the full SHA
    9b58dd1 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. 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>
    dependabot[bot] authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    4045188 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2025

  1. 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”.
    actions-user authored and pganssle committed Dec 13, 2025
    Configuration menu
    Copy the full SHA
    d14cebc View commit details
    Browse the repository at this point in the history
Loading