pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-poetry



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug  5 05:58:29 UTC 2025

Modified Files:
        pkgsrc/devel/py-poetry: Makefile distinfo

Log Message:
py-poetry: updated to 2.1.4

2.1.4 - 2025-08-05

Changed

Require virtualenv<20.33 to work around an issue where Poetry uses the wrong Python version
Improve the error messages for the validation of the pyproject.toml file

Fixed

Fix an issue where project plugins were installed even though poetry install was called with --no-plugins
Fix an issue where dependency resolution failed for self-referential extras with duplicate dependencies

Docs

Clarify how to include files that were automatically excluded via VCS ignore settings
Clarify the behavior of poetry add if no version constraint is explicitly specified


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-poetry/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-poetry/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/Makefile
diff -u pkgsrc/devel/py-poetry/Makefile:1.26 pkgsrc/devel/py-poetry/Makefile:1.27
--- pkgsrc/devel/py-poetry/Makefile:1.26        Sat Jul  5 11:44:09 2025
+++ pkgsrc/devel/py-poetry/Makefile     Tue Aug  5 05:58:29 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2025/07/05 11:44:09 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2025/08/05 05:58:29 adam Exp $
 
-DISTNAME=      poetry-2.1.3
+DISTNAME=      poetry-2.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/poetry/}

Index: pkgsrc/devel/py-poetry/distinfo
diff -u pkgsrc/devel/py-poetry/distinfo:1.18 pkgsrc/devel/py-poetry/distinfo:1.19
--- pkgsrc/devel/py-poetry/distinfo:1.18        Wed May  7 07:30:43 2025
+++ pkgsrc/devel/py-poetry/distinfo     Tue Aug  5 05:58:29 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2025/05/07 07:30:43 adam Exp $
+$NetBSD: distinfo,v 1.19 2025/08/05 05:58:29 adam Exp $
 
-BLAKE2s (poetry-2.1.3.tar.gz) = ab6dc52e17fb89adcd785efb15f2cf6dedfbf0abc740b6a8fa17a4cb1e3b78ed
-SHA512 (poetry-2.1.3.tar.gz) = 15c0bec8bf7922f277ec3e6f5f4aeca50488af6eb632d292a6140b351a28dad522d218f9abc70b3da80bf6db42f63947c9967edfb4dd29f0cf85d005171e6ee3
-Size (poetry-2.1.3.tar.gz) = 3435640 bytes
+BLAKE2s (poetry-2.1.4.tar.gz) = b1ed0b72397e433cb64c6616873163bc73f0c68696975e522c532402878f7993
+SHA512 (poetry-2.1.4.tar.gz) = c607097ae63a77c6eab3edd1b72d05e40e69f88a36478ff06835aa27951dc3258224bcb8cce0e202c1d23a5fb7299e4c76f9f09117fca51fa82089396a8b2527
+Size (poetry-2.1.4.tar.gz) = 3435981 bytes



Home | Main Index | Thread Index | Old Index