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:           Sat Jan 11 20:25:14 UTC 2025

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

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

2.0.1

Changed

Replace the deprecated core metadata field Home-page with Project-URL: Homepage

Fixed

Fix an issue where includes from tool.poetry.packages without a specified format were not initialized with the default value resulting in a KeyError
Fix an issue where some project.urls entries were not processed correctly resulting in a KeyError
Fix an issue where dynamic project.dependencies via tool.poetry.dependencies were ignored if project.optional-dependencies were defined


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-poetry-core/Makefile
cvs rdiff -u -r1.10 -r1.11 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.13 pkgsrc/devel/py-poetry-core/Makefile:1.14
--- pkgsrc/devel/py-poetry-core/Makefile:1.13   Tue Jan  7 12:36:50 2025
+++ pkgsrc/devel/py-poetry-core/Makefile        Sat Jan 11 20:25:14 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2025/01/07 12:36:50 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/01/11 20:25:14 adam Exp $
 
-DISTNAME=      poetry_core-2.0.0
+DISTNAME=      poetry_core-2.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/poetry-core/}
@@ -15,6 +15,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=3.0.0:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.10:../../devel/py-test-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-tomli_w>=1.0.0:../../textproc/py-tomli_w
+TEST_DEPENDS+= ${PYPKGPREFIX}-trove-classifiers>=2022.5.19:../../misc/py-trove-classifiers
 TEST_DEPENDS+= ${PYPKGPREFIX}-virtualenv>=20.21:../../devel/py-virtualenv
 TEST_DEPENDS+= git-base-[0-9]*:../../devel/git-base
 

Index: pkgsrc/devel/py-poetry-core/distinfo
diff -u pkgsrc/devel/py-poetry-core/distinfo:1.10 pkgsrc/devel/py-poetry-core/distinfo:1.11
--- pkgsrc/devel/py-poetry-core/distinfo:1.10   Tue Jan  7 12:36:50 2025
+++ pkgsrc/devel/py-poetry-core/distinfo        Sat Jan 11 20:25:14 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/01/07 12:36:50 wiz Exp $
+$NetBSD: distinfo,v 1.11 2025/01/11 20:25:14 adam Exp $
 
-BLAKE2s (poetry_core-2.0.0.tar.gz) = 48a819666f83e6d6f3ea3b4018abcdb34f39503101eb5c5f80f3b3572004419d
-SHA512 (poetry_core-2.0.0.tar.gz) = cfac336f15af3cad8fae78e55e354ab86a2157d603bb4f656c625749c44d68419544fe769da422571b58eab22876d1ef3672df1f7f4ee08c132e2928ec99225c
-Size (poetry_core-2.0.0.tar.gz) = 353980 bytes
+BLAKE2s (poetry_core-2.0.1.tar.gz) = ba86641ee324f660885d144a7a90bd331844bef484305c9ca9ba1c0e7123f789
+SHA512 (poetry_core-2.0.1.tar.gz) = dd1d303abd034fc0341aaa5fc8d11f13ef305e93b9e9036f4040c2cb007c8b1eecbdb719d2b5692530b80ecc06d416751a45c499f373a05b7066e56785d1a8e8
+Size (poetry_core-2.0.1.tar.gz) = 355487 bytes



Home | Main Index | Thread Index | Old Index