Mon May 29 16:31:52 2023 UTC ()
py-poetry-core: updated to 1.6.1

1.6.1

Fixed

Fix an endless recursion in marker handling
Fix an issue where the wheel tag was not built correctly under certain circumstances
Fix an issue where the tests included in the sdist failed due to missing files


(adam)
diff -r1.6 -r1.7 pkgsrc/devel/py-poetry-core/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/py-poetry-core/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/devel/py-poetry-core/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-poetry-core/Makefile 2023/05/15 09:54:18 1.6
+++ pkgsrc/devel/py-poetry-core/Makefile 2023/05/29 16:31:52 1.7
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2023/05/15 09:54:18 adam Exp $ 1# $NetBSD: Makefile,v 1.7 2023/05/29 16:31:52 adam Exp $
2 2
3DISTNAME= poetry_core-1.6.0 3DISTNAME= poetry_core-1.6.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/poetry-core/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/poetry-core/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://python-poetry.org/ 9HOMEPAGE= https://python-poetry.org/
10COMMENT= Poetry PEP 517 build backend 10COMMENT= Poetry PEP 517 build backend
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15PYTHON_VERSIONS_INCOMPATIBLE= 27 15PYTHON_VERSIONS_INCOMPATIBLE= 27
16 16

cvs diff -r1.4 -r1.5 pkgsrc/devel/py-poetry-core/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-poetry-core/distinfo 2023/05/15 09:54:18 1.4
+++ pkgsrc/devel/py-poetry-core/distinfo 2023/05/29 16:31:52 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2023/05/15 09:54:18 adam Exp $ 1$NetBSD: distinfo,v 1.5 2023/05/29 16:31:52 adam Exp $
2 2
3BLAKE2s (poetry_core-1.6.0.tar.gz) = 99814c77b737c9d53528290dd63bfb82a3d0e6bf636dd9f67032f8197d6d277f 3BLAKE2s (poetry_core-1.6.1.tar.gz) = 2b9ff7943aaa068432ce1d40f685e94e1449efe485591b3692000ba21a76ac75
4SHA512 (poetry_core-1.6.0.tar.gz) = 48e2f8df96132bc30428dbf553bc46e72081d8fb16bdfed3dd08d46ee597ee522c8d7f58eb79573adc70a4002dc41495b257a283bbcd3b223c10533255f0100b 4SHA512 (poetry_core-1.6.1.tar.gz) = b6abe79a82d9b5be04f775c9f59b8787ad6896e2d2b2ab7736c1ca94cd21cb928159651d23415e17df942edb7de2709f25a8c498fb2d02b50c4e1a47349bfbd7
5Size (poetry_core-1.6.0.tar.gz) = 442129 bytes 5Size (poetry_core-1.6.1.tar.gz) = 443618 bytes