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: hetznercloud/hcloud-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.22.0
Choose a base ref
...
head repository: hetznercloud/hcloud-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.23.0
Choose a head ref
  • 9 commits
  • 60 files changed
  • 4 contributors

Commits on Jun 23, 2023

  1. chore: remove redundant wheel dep from pyproject.toml (#216)

    Remove the redundant `wheel` dependency, as it is added by the backend
    automatically.  Listing it explicitly in the documentation was
    a historical mistake and has been fixed since, see:
    pypa/setuptools@f7d30a9
    mgorny authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7c9aba7 View commit details
    Browse the repository at this point in the history
  2. chore: rework dev setup (#214)

    * chore: rework dev setup
    
    * chore: remove changelog from package description
    jooola authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    74444dd View commit details
    Browse the repository at this point in the history
  3. deps: update dependency pytest to >=7.4,<7.5 (#217)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    11e1f45 View commit details
    Browse the repository at this point in the history
  4. chore: upgrade sphinx to v6 (#218)

    * chore: upgrade sphinx to v6
    
    * chore: allow writing docs using markdown
    jooola authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c3c3613 View commit details
    Browse the repository at this point in the history
  5. chore: add readthedocs config (#220)

    https://blog.readthedocs.com/migrate-configuration-v2/
    
    The new config allow us to specify the package requirements of the docs,
    this should fix the build process at readthedocs.
    jooola authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    0067ee6 View commit details
    Browse the repository at this point in the history
  6. chore: merge changelogs (#215)

    * chore: merge changelogs
    
    * chore: import changelog from gh releases
    
    * chore: remove old changelog
    
    * docs: include new changelog
    jooola authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    981b540 View commit details
    Browse the repository at this point in the history
  7. feat: remove python-dateutil dependency (#221)

    * refactor: replace pytz tzoffset with timezone utc
    
    * refactor: replace isoparse with datetime.fromisoformat
    
    * feat: remove python-dateutil dependency
    jooola authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    8ea4aa0 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

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

Commits on Jun 29, 2023

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