forked from pool/python-enrich
remove the constraint on rich < 12.5, the tests also succeed with rich 14.0 https://github.com/pycontribs/enrich/issues/40 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-enrich?expand=0&rev=10
20 lines
682 B
Diff
20 lines
682 B
Diff
--- a/pyproject.toml 2024-06-14 14:49:49.000000000 +0200
|
|
+++ b/pyproject.toml 2025-09-08 22:56:54.944216329 +0200
|
|
@@ -1,14 +1,14 @@
|
|
[build-system]
|
|
requires = [
|
|
"setuptools >= 65.3.0", # required by pyproject+setuptools_scm integration and editable installs
|
|
- "setuptools_scm[toml] >= 7.0.5", # required for "no-local-version" scheme
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
# https://peps.python.org/pep-0621/#readme
|
|
requires-python = ">=3.9"
|
|
-dynamic = ["version", "dependencies", "optional-dependencies"]
|
|
+version = "__VERSION__"
|
|
+dynamic = ["dependencies", "optional-dependencies"]
|
|
name = "enrich"
|
|
description = "enrich"
|
|
readme = "README.md"
|