mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
- Bump PORTREVISION for package change Reference: https://pkg-status.freebsd.org/beefy22/data/142amd64-default/4ff0a7ba4d1f/logs/py311-python-semantic-release-9.21.0.log https://pkg-status.freebsd.org/beefy21/data/142i386-default/4ff0a7ba4d1f/logs/py311-python-semantic-release-9.21.0.log https://github.com/python-semantic-release/python-semantic-release/pull/1224
26 lines
824 B
TOML
26 lines
824 B
TOML
--- pyproject.toml.orig 2025-02-23 20:38:39 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,7 +1,7 @@
|
|
# Ref: https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
|
|
# and https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
|
|
[build-system]
|
|
-requires = ["setuptools ~= 75.3.0", "wheel ~= 0.42"]
|
|
+requires = ["setuptools >= 61.0", "wheel ~= 0.42"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
@@ -28,12 +28,12 @@ dependencies = [
|
|
"gitpython ~= 3.0",
|
|
"requests ~= 2.25",
|
|
"jinja2 ~= 3.1",
|
|
- "python-gitlab ~= 4.0",
|
|
+ "python-gitlab >= 4.0",
|
|
"tomlkit ~= 0.11",
|
|
"dotty-dict ~= 1.3",
|
|
"importlib-resources ~= 6.0",
|
|
"pydantic ~= 2.0",
|
|
- "rich ~= 13.0",
|
|
+ "rich ~= 14.0",
|
|
"shellingham ~= 1.5",
|
|
"Deprecated ~= 1.2", # Backport of deprecated decorator for python 3.8
|
|
]
|