Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ repos:
name: Linting and formatting
stages: [pre-commit]
language: system
entry: bash -c "export PYTHONPATH=src; uv run delfino ruff -f src -f tests"
entry: bash -lc "uv run delfino ruff"
pass_filenames: false
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Types of changes are:

## [Unreleased]

## [10.0.1] - 2025-09-13

### Fixes

- Change build system from `hatchling` to `uv_build`.

## [10.0.0] - 2025-09-13

### Breaking changes
Expand Down Expand Up @@ -652,7 +658,8 @@ If `tool.delfino.plugins.delfino-core.dockerhub` exists in the `pyproject.toml`:

- Initial source code

[Unreleased]: https://github.com/radeklat/delfino-core/compare/10.0.0...HEAD
[Unreleased]: https://github.com/radeklat/delfino-core/compare/10.0.1...HEAD
[10.0.1]: https://github.com/radeklat/delfino-core/compare/10.0.0...10.0.1
[10.0.0]: https://github.com/radeklat/delfino-core/compare/9.0.0...10.0.0
[9.0.0]: https://github.com/radeklat/delfino-core/compare/8.1.1...9.0.0
[8.1.1]: https://github.com/radeklat/delfino-core/compare/8.1.0...8.1.1
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "delfino-core"
version = "10.0.0"
version = "10.0.1"
description = "Delfino core plugin"
authors = [
{name = "Radek Lát", email = "[email protected]"}
Expand All @@ -26,7 +26,7 @@ classifiers = [
]
requires-python = ">=3.10.0"
dependencies = [
"delfino>=5.0",
"delfino>=5.0.1",
]

[project.optional-dependencies]
Expand All @@ -43,8 +43,8 @@ pre-commit = ["PyYAML"]
"delfino-core" = "delfino_core.commands"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["uv_build>=0.8.17,<0.9.0"]
build-backend = "uv_build"

[tool.uv]
dev-dependencies = [
Expand Down
10 changes: 5 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.