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 31 11:04:20 UTC 2025

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

Log Message:
py-poetry-core: updated to 2.1.2

poetry-core (2.1.2)

Improve performance of marker operations
Fix an issue where incorrect markers were calculated when removing parts covered by the project’s Python constraint
Fix an issue where extra markers were not simplified
Fix an issue where the intersection and union of markers was not deterministic
Fix an issue where the intersection of python_version markers was not recognized as empty
Fix an issue where python_version markers were not simplified
Fix an issue where Python constraints on a package were converted into invalid markers


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-poetry-core/Makefile
cvs rdiff -u -r1.12 -r1.13 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.15 pkgsrc/devel/py-poetry-core/Makefile:1.16
--- pkgsrc/devel/py-poetry-core/Makefile:1.15   Mon Feb 17 09:38:33 2025
+++ pkgsrc/devel/py-poetry-core/Makefile        Mon Mar 31 11:04:20 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2025/02/17 09:38:33 adam Exp $
+# $NetBSD: Makefile,v 1.16 2025/03/31 11:04:20 adam Exp $
 
-DISTNAME=      poetry_core-2.1.1
+DISTNAME=      poetry_core-2.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/poetry-core/}
@@ -22,8 +22,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-virtualenv
 # for tests only
 USE_LANGUAGES= c
 
-# as of 2.0.0
-# 4 failed, 2271 passed, 5 skipped, 9 deselected
+# as of 2.1.2
+# 2615 passed, 5 skipped, 9 deselected
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-poetry-core/distinfo
diff -u pkgsrc/devel/py-poetry-core/distinfo:1.12 pkgsrc/devel/py-poetry-core/distinfo:1.13
--- pkgsrc/devel/py-poetry-core/distinfo:1.12   Mon Feb 17 09:38:33 2025
+++ pkgsrc/devel/py-poetry-core/distinfo        Mon Mar 31 11:04:20 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2025/02/17 09:38:33 adam Exp $
+$NetBSD: distinfo,v 1.13 2025/03/31 11:04:20 adam Exp $
 
-BLAKE2s (poetry_core-2.1.1.tar.gz) = 52aa34c0b62503f483e4f7be9add5318f7a1ffe652437f224d4239750a2f9123
-SHA512 (poetry_core-2.1.1.tar.gz) = 6624530062196c9a40be73d74a8dd51cfa8af8f34705837c5101b3955252e94fd136b32259887796ea304b77cfcd35042bf391fe78174f22faeebe77247605c4
-Size (poetry_core-2.1.1.tar.gz) = 362210 bytes
+BLAKE2s (poetry_core-2.1.2.tar.gz) = 286d148f23767ee86852c199b18f4469c0f4778800577579d7c46c4a9094084d
+SHA512 (poetry_core-2.1.2.tar.gz) = 4cd6f91acf108539b478bded2d930947a177b36eaf10bbb25092c6617a2391fc9f4286ef25186642fcd25750967df375c183434446275c91a5b456e972b1c9c8
+Size (poetry_core-2.1.2.tar.gz) = 364452 bytes



Home | Main Index | Thread Index | Old Index