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:   wiz
Date:           Sun Sep 21 15:59:11 UTC 2025

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

Log Message:
py-poetry-core: update to 2.2.1.

poetry-core (2.2.1)

    Fix an issue where it was not possible to declare a PEP 735 dependency group as optional (#888).

poetry-core (2.2.0)

    Deprecate table values and values that are not valid SPDX expressions for [project.license] (#870).
    Fix an issue where explicitly included files that are in .gitignore were not included in the distribution (#874).
    Fix an issue where marker operations could result in invalid markers (#875).


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-poetry-core/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-poetry-core/PLIST
cvs rdiff -u -r1.14 -r1.15 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.17 pkgsrc/devel/py-poetry-core/Makefile:1.18
--- pkgsrc/devel/py-poetry-core/Makefile:1.17   Wed May  7 07:27:20 2025
+++ pkgsrc/devel/py-poetry-core/Makefile        Sun Sep 21 15:59:11 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2025/05/07 07:27:20 adam Exp $
+# $NetBSD: Makefile,v 1.18 2025/09/21 15:59:11 wiz Exp $
 
-DISTNAME=      poetry_core-2.1.3
+DISTNAME=      poetry_core-2.2.1
 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.1.2
-# 2615 passed, 5 skipped, 9 deselected
+# as of 2.2.0
+# 2788 passed, 7 skipped, 9 deselected
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-poetry-core/PLIST
diff -u pkgsrc/devel/py-poetry-core/PLIST:1.7 pkgsrc/devel/py-poetry-core/PLIST:1.8
--- pkgsrc/devel/py-poetry-core/PLIST:1.7       Tue Jan  7 12:36:50 2025
+++ pkgsrc/devel/py-poetry-core/PLIST   Sun Sep 21 15:59:11 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2025/01/07 12:36:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/09/21 15:59:11 wiz Exp $
 ${PYSITELIB}/poetry/core/__init__.py
 ${PYSITELIB}/poetry/core/__init__.pyc
 ${PYSITELIB}/poetry/core/__init__.pyo
@@ -283,6 +283,7 @@ ${PYSITELIB}/poetry/core/factory.pyo
 ${PYSITELIB}/poetry/core/json/__init__.py
 ${PYSITELIB}/poetry/core/json/__init__.pyc
 ${PYSITELIB}/poetry/core/json/__init__.pyo
+${PYSITELIB}/poetry/core/json/schemas/dependency-groups-schema.json
 ${PYSITELIB}/poetry/core/json/schemas/poetry-schema.json
 ${PYSITELIB}/poetry/core/json/schemas/project-schema.json
 ${PYSITELIB}/poetry/core/masonry/__init__.py
@@ -445,7 +446,7 @@ ${PYSITELIB}/poetry/core/version/pep440/
 ${PYSITELIB}/poetry/core/version/requirements.py
 ${PYSITELIB}/poetry/core/version/requirements.pyc
 ${PYSITELIB}/poetry/core/version/requirements.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE

Index: pkgsrc/devel/py-poetry-core/distinfo
diff -u pkgsrc/devel/py-poetry-core/distinfo:1.14 pkgsrc/devel/py-poetry-core/distinfo:1.15
--- pkgsrc/devel/py-poetry-core/distinfo:1.14   Wed May  7 07:27:20 2025
+++ pkgsrc/devel/py-poetry-core/distinfo        Sun Sep 21 15:59:11 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/05/07 07:27:20 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/09/21 15:59:11 wiz Exp $
 
-BLAKE2s (poetry_core-2.1.3.tar.gz) = 716bdc57b1f71363515215dba4b06502daaf66329bb3ed97935349a3e97f1839
-SHA512 (poetry_core-2.1.3.tar.gz) = eb82164aef3ce00fc14d55db8065b95feca15a78e1c69ca58c8c0b1018404b173a80c61d448513f938535a03e73df99978b51b3494065bd1c99bc8a14e224ba8
-Size (poetry_core-2.1.3.tar.gz) = 365027 bytes
+BLAKE2s (poetry_core-2.2.1.tar.gz) = 4478f9af996578976b0ff89dbddb9dcdfcabc944f1397d161393f7bf80d38bf7
+SHA512 (poetry_core-2.2.1.tar.gz) = 786ccaad8cfdd5991d755f811661ce2493b335e6ad927c1a15c62b1055571180759eef63ed14b243677e0bfcedcf08e471bab9e0b261f65096984d2b7370f972
+Size (poetry_core-2.2.1.tar.gz) = 378867 bytes



Home | Main Index | Thread Index | Old Index