Skip to content
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

Replace timezonefinder with tzfpy #176

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jul 11, 2024

  1. dependency housekeeping

    1. add GDAL to dev dependencies
    2. `poetry update`, mainly to pull in a newer `requests` to replace 2.32.0 which has a security vulnerability
    mvexel committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ba6dad3 View commit details
    Browse the repository at this point in the history
  2. replace timezonefinder with tzfpy

    the timezonefinder package [does not seem to be maintained anymore](https://github.com/jannikmi/timezonefinder/tree/master?tab=readme-ov-file#notice-looking-for-maintainers-reach-out-if-you-want-to-contribute). Moreover, it introduces numpy as a transient dependency, which seems heavy-handed.
    mvexel committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    9951250 View commit details
    Browse the repository at this point in the history
  3. removing timezonefinder

    mvexel committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    b140050 View commit details
    Browse the repository at this point in the history
  4. Revert "removing timezonefinder"

    This reverts commit b140050.
    Does not belong in this PR :)
    mvexel committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    413f773 View commit details
    Browse the repository at this point in the history
  5. version syntax

    mvexel committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ad2d42b View commit details
    Browse the repository at this point in the history
  6. we don't need gdal

    mvexel committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ad8c7c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9621f2c View commit details
    Browse the repository at this point in the history
  8. new poetry.lock

    mvexel committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    21d82fc View commit details
    Browse the repository at this point in the history