8000 Comparing 2024.1...master · python/tzdata · GitHub
[go: up one dir, main page]

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: 2024.1
Choose a base ref
...
head repository: python/tzdata
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 63 files changed
  • 3 contributors

Commits on Sep 23, 2024

  1. Add support for Python 3.13

    hugovk authored and pganssle committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4cbaad2 View commit details
    Browse the repository at this point in the history
  2. Drop 3.6 and 3.7 to support Matrix

    I prefer to give this package a bit longer lifespan than the main
    project, since it's just data to be updated out-of-band, but for the 3.x
    series I think it will likely be pretty stable, and running these on CI
    just adds additional work.
    pganssle committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    aeeb380 View commit details
    Browse the repository at this point in the history
  3. Remove POSIXRULES= from make invocation

    Apparently this value is broken now.
    pganssle committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fdd075c View commit details
    Browse the repository at this point in the history
  4. Update tzdata to 2024b

    pganssle committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d913020 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. Configuration menu
    Copy the full SHA
    3b721cd View commit details
    Browse the repository at this point in the history
  2. Add automatic PR action

    pganssle committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    0cce78d View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. Update pre-commit config

    pganssle committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    1397de8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a178a14 View commit details
    Browse the repository at this point in the history
  3. Use proper syntax for multiline env variable

    Per the Github documentation, multiline strings must use a delimiter
    with the following syntax:
    
        {name}<<{delimiter}
        {value}
        {delimiter}
    
    Testing this with my fork indicates that it should work.
    pganssle committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    5bf324b View commit details
    Browse the repository at this point in the history
  4. Update tzdata to version '2025a'

    # Version 2025.1 Upstream version 2025a released 2025-01-15T18:47:24+00:00 ## Briefly: Paraguay adopts permanent -03 starting spring 2024. Improve pre-1991 data for the Philippines. Etc/Unknown is now reserved. ## Changes to future timestamps Paraguay will stop changing its clocks after the spring-forward transition on 2024-10-06, so it is now permanently at -03. (Thanks to Heitor David Pinto and Even Scharning.) This affects timestamps starting 2025-03-22, as well as the obsolescent tm_isdst flags starting 2024-10-15. ## Changes to past timestamps Correct timestamps for the Philippines before 1900, and from 1937 through 1990. (Thanks to P Chan for the heads-up and citations.) This includes adjusting local mean time before 1899; fixing transitions in September 1899, January 1937, and June 1954; adding transitions in December 1941, November 1945, March and September 1977, and May and July 1990; and removing incorrect transitions in March and September 1978. ## Changes to data Add zone1970.tab lines for the Concordia and Eyre Bird Observatory research stations. (Thanks to Derick Rethans and Jule Dabars.) ## Changes to documentation The name Etc/Unknown is now reserved: it will not be used by TZDB. This is for compatibility with CLDR, which uses the string "Etc/Unknown" for an unknown or invalid timezone. (Thanks to Justin Grant, Mark Davis, and Guy Harris.) Cite Internet RFC 9636, which obsoletes RFC 8536 for TZif format.
    actions-user authored and pganssle committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    d0078ca View commit details
    Browse the repository at this point in the history
  5. Bump release to 2025.1

    pganssle committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    0ccabea View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2025

  1. Update tzdata to version '2025b'

    actions-user authored and pganssle committed Mar 23, 2025
    Configuration menu
    Copy the full SHA
    b6ab832 View commit details
    Browse the repository at this point in the history
Loading
0