pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-poetry-core
Module Name: pkgsrc
Committed By: adam
Date: Mon Mar 30 08:53:01 UTC 2026
Modified Files:
pkgsrc/devel/py-poetry-core: Makefile distinfo
Log Message:
py-poetry-core: updated to 2.3.2
poetry-core (2.3.2)
Fix an issue where platform_release could not be parsed on Debian Trixie
Fix an issue where using project.readme.text in the pyproject.toml file resulted in broken metadata
Fix an issue where dependency groups were considered equal when their resolved dependencies were equal, even if the groups themselves were not
Fix an issue where removing a dependency from a group that included another group resulted in other dependencies being added to the included group
Fix an issue where PEP 735 include-group entries were lost when [tool.poetry.group] also defined include-groups for the same group
Fix an issue where the union of <value> not in <marker> constraints was wrongly treated as always satisfied
Fix an issue where a post release with a local version identifier was wrongly allowed by a > version constraint
Fix an issue where a version with the local version identifier 0 was treated as equal to the corresponding public version
Fix an issue where a != <version> constraint wrongly disallowed pre releases and post releases of the specified version
Fix an issue where in and not in constraints were wrongly not allowed by specific compound constraints
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-poetry-core/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-poetry-core/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-poetry-core/Makefile
diff -u pkgsrc/devel/py-poetry-core/Makefile:1.20 pkgsrc/devel/py-poetry-core/Makefile:1.21
--- pkgsrc/devel/py-poetry-core/Makefile:1.20 Mon Feb 2 10:30:29 2026
+++ pkgsrc/devel/py-poetry-core/Makefile Mon Mar 30 08:53:01 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2026/02/02 10:30:29 adam Exp $
+# $NetBSD: Makefile,v 1.21 2026/03/30 08:53:01 adam Exp $
-DISTNAME= poetry_core-2.3.1
+DISTNAME= poetry_core-2.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/poetry-core/}
Index: pkgsrc/devel/py-poetry-core/distinfo
diff -u pkgsrc/devel/py-poetry-core/distinfo:1.17 pkgsrc/devel/py-poetry-core/distinfo:1.18
--- pkgsrc/devel/py-poetry-core/distinfo:1.17 Mon Feb 2 10:30:29 2026
+++ pkgsrc/devel/py-poetry-core/distinfo Mon Mar 30 08:53:01 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2026/02/02 10:30:29 adam Exp $
+$NetBSD: distinfo,v 1.18 2026/03/30 08:53:01 adam Exp $
-BLAKE2s (poetry_core-2.3.1.tar.gz) = 8c193cc44914cfc5c1629f1afeb1d65f1a98a25904b6f56faf3c56fee867c30f
-SHA512 (poetry_core-2.3.1.tar.gz) = 65b4f606439d31056c75182d9d73d4b48c05fb40bc3aaa956728d9b73f006322567c957b7a6fe27359dcbfa10eb37da99bf10d7219de91c537284a21b5c1c3a3
-Size (poetry_core-2.3.1.tar.gz) = 381093 bytes
+BLAKE2s (poetry_core-2.3.2.tar.gz) = 4665dd8a264820e7f6d46a9076ad65f9eaac2c75fbc54b6fb195a6914ccadd19
+SHA512 (poetry_core-2.3.2.tar.gz) = 804eca3433659215dda7beb9dd3733881640437d6bf6ef41fe0661a442203c392d92dc81d71e7d22c151d9920ba6e35f088fcdb02e1dfd464bdf9e2ff24d5c7e
+Size (poetry_core-2.3.2.tar.gz) = 382768 bytes
Home |
Main Index |
Thread Index |
Old Index