Colin Watson pushed to branch master at Debian Python Team / packages / python-colormap
Commits: ee2dc0fd by Colin Watson at 2025-01-27T20:20:16+00:00 Support poetry-core 2.0 Closes: #1094084 - - - - - 3 changed files: - debian/changelog - + debian/patches/poetry-core-2.0.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +python-colormap (1.2.0-2) UNRELEASED; urgency=medium + + * Support poetry-core 2.0 (closes: #1094084). + + -- Colin Watson <[email protected]> Mon, 27 Jan 2025 20:19:03 +0000 + python-colormap (1.2.0-1) unstable; urgency=medium * Team upload. ===================================== debian/patches/poetry-core-2.0.patch ===================================== @@ -0,0 +1,35 @@ +From: Colin Watson <[email protected]> +Date: Mon, 27 Jan 2025 20:16:37 +0000 +Subject: Support poetry-core 2.0 + +Forwarded: https://github.com/cokelaer/colormap/pull/26 +Bug-Debian: https://bugs.debian.org/1094084 +Last-Update: 2025-01-27 +--- + pyproject.toml | 7 +++++-- + 1 file changed, 5 insertions(+), 2 deletions(-) + +diff --git a/pyproject.toml b/pyproject.toml +index 7731e91..19726c5 100644 +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -2,14 +2,17 @@ + requires = ["poetry-core"] + build-backend = "poetry.core.masonry.api" + +-[tool.poetry] ++[project] + name = "colormap" + version = "1.2.0" + description = "Commn utilities to ease development of Python packages" +-authors = ["Thomas Cokelaer <[email protected]>"] ++authors = [ ++ { "name" = "Thomas Cokelaer", "email" = "[email protected]" }, ++] + license = "BSD-3-Clause" + readme = "README.rst" + keywords = ["config", "decorators", "development"] ++dynamic = ["dependencies", "requires-python"] + + classifiers = [ + "Development Status :: 5 - Production/Stable", ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +poetry-core-2.0.patch View it on GitLab: https://salsa.debian.org/python-team/packages/python-colormap/-/commit/ee2dc0fd69724200d59083cd86abf3a3e26e0033 -- View it on GitLab: https://salsa.debian.org/python-team/packages/python-colormap/-/commit/ee2dc0fd69724200d59083cd86abf3a3e26e0033 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
