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:   wiz
Date:           Tue Jun  6 10:40:35 UTC 2023

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

Log Message:
py-poetry: update to 1.5.1.

Added

    Improve dependency resolution performance in cases with a lot of backtracking (#7950).

Changed

    Disable wheel content validation during installation (#7987).

Fixed

    Fix an issue where partially downloaded wheels were cached (#7968).
    Fix an issue where poetry run did no longer execute relative-path scripts (#7963).
    Fix an issue where dependencies were not installed in in-project environments (#7977).
    Fix an issue where no solution was found for a transitive dependency on a pre-release of a package (#7978).
    Fix an issue where cached repository packages were incorrectly parsed, leading to its dependencies being ignored (#7995).
    Fix an issue where an explicit source was ignored so that a direct origin dependency was used instead (#7973).
    Fix an issue where the installation of big wheels consumed a lot of memory (#7987).

Docs

    Add information about multiple constraints dependencies with direct origin and version dependencies (#7973).


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-poetry/Makefile
cvs rdiff -u -r1.6 -r1.7 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.8 pkgsrc/devel/py-poetry/Makefile:1.9
--- pkgsrc/devel/py-poetry/Makefile:1.8 Sun May 21 18:45:07 2023
+++ pkgsrc/devel/py-poetry/Makefile     Tue Jun  6 10:40:35 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/05/21 18:45:07 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2023/06/06 10:40:35 wiz Exp $
 
-DISTNAME=      poetry-1.5.0
+DISTNAME=      poetry-1.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/poetry/}
@@ -36,6 +36,7 @@ DEPENDS+=     ${PYPKGPREFIX}-trove-classifie
 DEPENDS+=      ${PYPKGPREFIX}-urllib3>=1.26.0:../../www/py-urllib3
 DEPENDS+=      ${PYPKGPREFIX}-virtualenv>=20.4.7:../../devel/py-virtualenv
 TEST_DEPENDS+= ${PYPKGPREFIX}-cachy>=0.3.0:../../devel/py-cachy
+TEST_DEPENDS+= ${PYPKGPREFIX}-deepdiff>=0:../../textproc/py-deepdiff
 TEST_DEPENDS+= ${PYPKGPREFIX}-httpretty>=1.0:../../www/py-httpretty
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.1:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0:../../devel/py-test-cov
@@ -69,7 +70,8 @@ post-install:
        ${MV} poetry poetry-${PYVERSSUFFIX} || ${TRUE}
 
 # needs 'make install'
-# 6 failed, 1259 passed, 5 skipped, 4 errors
+# as of 1.5.1:
+# 1 failed, 1374 passed, 6 skipped
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 

Index: pkgsrc/devel/py-poetry/distinfo
diff -u pkgsrc/devel/py-poetry/distinfo:1.6 pkgsrc/devel/py-poetry/distinfo:1.7
--- pkgsrc/devel/py-poetry/distinfo:1.6 Sun May 21 18:45:07 2023
+++ pkgsrc/devel/py-poetry/distinfo     Tue Jun  6 10:40:35 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/05/21 18:45:07 wiz Exp $
+$NetBSD: distinfo,v 1.7 2023/06/06 10:40:35 wiz Exp $
 
-BLAKE2s (poetry-1.5.0.tar.gz) = 11c97984fec5acb4f297b893e7ecec746e9180edc01bd64ef060d7de20ffee4b
-SHA512 (poetry-1.5.0.tar.gz) = 3a49573a05292a578e97e114323859ceb9c159ee8671ab0670ebb298b788cf706b2784438fd94fba13f3c703857b0fb523230c47755e9c192ee2f8bad8190a77
-Size (poetry-1.5.0.tar.gz) = 1467007 bytes
+BLAKE2s (poetry-1.5.1.tar.gz) = 03f6b7eb4066e2e0e0a0531cd09a6a3b1e4fee03ee73f7f5527ccb292b2577be
+SHA512 (poetry-1.5.1.tar.gz) = 863bc4ea43b6fc5b340f50f007c76d2c253223d6bd55ea5c1ead4bc353c3d4cd85d51372a774276e14d9fca733fac9c2f582892fec950b74f25dc188dafa7a96
+Size (poetry-1.5.1.tar.gz) = 1469755 bytes



Home | Main Index | Thread Index | Old Index