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: jannikmi/timezonefinder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.5.7
Choose a base ref
...
head repository: jannikmi/timezonefinder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.5.8
Choose a head ref
  • 3 commits
  • 20 files changed
  • 3 contributors

Commits on Jan 22, 2025

  1. Use poetry-core 1.x, #267 (#268)

    theirix authored Jan 22, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    meganrogge Megan Rogge
    Copy the full SHA
    dabe093 View commit details
  2. Bump jinja2 from 3.1.4 to 3.1.5 (#265)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.4...3.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    056d91f View commit details
  3. Data 2025a (#266)

    * Update .pre-commit-config.yaml
    
    * Update .pre-commit-config.yaml
    
    * update file_converter.py for h3>4
    
    * run pre commit hooks
    
    * version 6.5.8
    
    * end json files with newlines
    
    * Update poetry.lock
    
    * update data 2025a
    
    * refactor file converter json io
    
    * install build dependency group
    
    * bugfix cbuildwheel missing poetry
    
    * remove build dependency group
    jannikmi authored Jan 22, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    17ece10 View commit details
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -71,9 +71,6 @@ jobs:
- name: "Checkout repo"
uses: actions/checkout@v4

- name: Install poetry
run: pip install poetry

- name: "Build wheels"
uses: pypa/cibuildwheel@v2.22.0
with:
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-ast # Is it valid Python?
- id: debug-statements # no debbuging statements used
@@ -19,15 +19,15 @@ repos:


- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.6
rev: v0.9.2
hooks:
# linter.
- id: ruff
args: [ --fix ]
- id: ruff-format

- repo: https://github.com/asottile/blacken-docs
rev: 1.18.0
rev: 1.19.1
hooks:
- id: blacken-docs

@@ -39,17 +39,17 @@ repos:
exclude: ^(docs/)

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.19
rev: v0.23
hooks:
- id: validate-pyproject

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.1
hooks:
- id: pyupgrade

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.14.1
hooks:
- id: mypy
exclude: ^((tests|scripts)/)
@@ -62,6 +62,6 @@ repos:
# additional_dependencies: [ numpy, poetry==1.1.11 ]

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.8
rev: v19.1.7
hooks:
- id: clang-format
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,14 @@
Changelog
=========


6.5.8 (2025-01-21)
------------------

* updated the data to `2025a <https://github.com/evansiroky/timezone-boundary-builder/releases/tag/2025a>`__
* internal: updated ``file_converter.py`` for ``h3>=4``


6.5.7 (2024-12-02)
------------------

Loading