Skip to content

Commit f50ccc8

Browse files
committed
change: new release candidate, 0.15.0 rc2
1 parent ee1ba5e commit f50ccc8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
* Mon Feb 16 2026 Satoru SATOH <satoru.satoh@gmail.com> - 0.15.0-1
2+
- fix: correct deps; tox-uv is needed build time
23
- fix/change: migrate test cases from unittest.TestCase to pytest based with
34
new test data loader (#173)
45
- fix: enable all rules by ruff linter by default
6+
- fix/change: [tox] swtich to ruff linter from flake8 and pylint
57
- fix: correction for various type of ruff errors,
68
- blank-line-after-summary (D205)
79
- camelcase-imported-as-acronym (N817)
@@ -73,6 +75,7 @@
7375
- fix: remove rpm related hack as bdist_rpm was deprecated in the latest setuptools
7476
- fix: [tox] add missing dependencies in srpm target
7577
- fix: [rpm] add hack to avoid false-positive errors in pyproject.toml
78+
- fix: [tox] remove env var not used any more
7679
- change: drop python 3.8.x support
7780
- change: enable all ruff rules with minimal exceptions
7881
- change: add new requirements.txt to list tox-uv
@@ -101,6 +104,7 @@
101104
pytest.mark.parametrize
102105
- enhancement: add azure-pipelines.yml for Azure Pipelines
103106
- enhancement: add a script to build SRPM fom src dist and pkg/package.spec.in
107+
- enhancement: [tox] add environments, upload and upload-copr
104108

105109
* Sun Jan 14 2024 Satoru SATOH <satoru.satoh@gmail.com> - 0.14.0-1
106110
- change: drop the support py37 and add py311

0 commit comments

Comments
 (0)