[med-svn] [Git][python-team/packages/python-colormap][master] Support poetry-core 2.0

Colin Watson (@cjwatson) gitlab at salsa.debian.org
Mon Jan 27 20:20:23 GMT 2025



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 <cjwatson at debian.org>  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 <cjwatson at debian.org>
+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 <thomas.cokelaer at pasteur.fr>"]
++authors = [
++    { "name" = "Thomas Cokelaer", "email" = "thomas.cokelaer at pasteur.fr" },
++]
+ 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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250127/d434ee7f/attachment-0001.htm>


More information about the debian-med-commit mailing list