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 Nov  7 09:25:52 UTC 2023

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

Log Message:
py-poetry: update to 1.7.0.

1.7.0 - 2023-11-03

Added

    Add official support for Python 3.12 (#7803, #8544).
    Print a future warning that poetry-plugin-export will not be installed by default anymore (#8562).
    Add poetry-install pre-commit hook (#8327).
    Add --next-phase option to poetry version (#8089).
    Print a warning when overwriting files from another package at installation (#8386).
    Print a warning if the current project cannot be installed (#8369).
    Report more details on build backend exceptions (#8464).

Changed

    Set Poetry as user-agent for all HTTP requests (#8394).
    Do not install setuptools per default in Python 3.12 (#7803).
    Do not install wheel per default (#7803).
    Remove setuptools and wheel when running poetry install --sync if they are not required by the project (#8600).
    Improve error message about PEP-517 support (#8463).
    Improve keyring handling (#8227).
    Read the description field when extracting metadata from setup.py files (#8545).

Fixed

    Fix an issue where dependencies of inactive extras were locked and installed (#8399).
    Fix an issue where build requirements were not installed due to a race condition in the artifact cache (#8517).
    Fix an issue where packages included in the system site packages were installed even though virtualenvs.options.system-site-packages was set (#8359).
    Fix an issue where git dependencies' submodules with relative URLs were handled incorrectly (#8020).
    Fix an issue where a failed installation of build dependencies was not noticed directly (#8479).
    Fix an issue where poetry shell did not work completely with nushell (#8478).
    Fix an issue where a confusing error messages was displayed when running poetry config pypi-token.pypi without a value (#8502).
    Fix an issue where a cryptic error message is printed if there is no metadata entry in the lockfile (#8523).
    Fix an issue with the encoding with special characters in the virtualenv's path (#8565).
    Fix an issue where the connection pool size was not adjusted to the number of workers (#8559).

Docs

    Improve the wording regarding a project's supported Python range (#8423).
    Make pipx the preferred (first mentioned) installation method (#8090).
    Add a warning about poetry self on Windows (#8090).
    Fix example for poetry add with a git dependency (#8438).
    Add information about auto-included files in wheels and sdist (#8555).
    Fix documentation of the POETRY_REPOSITORIES_ variables docs (#8492).
    Add CITATION.cff file (#8510).


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-poetry/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-poetry/PLIST
cvs rdiff -u -r1.8 -r1.9 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.14 pkgsrc/devel/py-poetry/Makefile:1.15
--- pkgsrc/devel/py-poetry/Makefile:1.14        Sat Oct 28 19:57:05 2023
+++ pkgsrc/devel/py-poetry/Makefile     Tue Nov  7 09:25:52 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2023/10/28 19:57:05 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2023/11/07 09:25:52 wiz Exp $
 
-DISTNAME=      poetry-1.6.1
+DISTNAME=      poetry-1.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/poetry/}
 
@@ -34,13 +33,13 @@ DEPENDS+=   ${PYPKGPREFIX}-trove-classifie
 DEPENDS+=      ${PYPKGPREFIX}-virtualenv>=20.4.7:../../devel/py-virtualenv
 TEST_DEPENDS+= ${PYPKGPREFIX}-deepdiff>=6.3:../../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
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.9:../../devel/py-test-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-randomly>=3.12:../../devel/py-test-randomly
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=3.1:../../devel/py-test-xdist
 
-USE_LANGUAGES= # none
+# for tests
+USE_LANGUAGES= c
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
@@ -61,12 +60,6 @@ post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} poetry poetry-${PYVERSSUFFIX} || ${TRUE}
 
-# needs 'make install'
-# as of 1.5.1:
-# 1 failed, 1374 passed, 6 skipped
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
 # some tests use 'python'
 .include "../../lang/python/tool.mk"
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/devel/py-poetry/PLIST
diff -u pkgsrc/devel/py-poetry/PLIST:1.5 pkgsrc/devel/py-poetry/PLIST:1.6
--- pkgsrc/devel/py-poetry/PLIST:1.5    Sat Oct 28 19:57:05 2023
+++ pkgsrc/devel/py-poetry/PLIST        Tue Nov  7 09:25:52 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2023/10/28 19:57:05 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/11/07 09:25:52 wiz Exp $
 bin/poetry-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -95,6 +95,9 @@ ${PYSITELIB}/poetry/console/commands/env
 ${PYSITELIB}/poetry/console/commands/env_command.py
 ${PYSITELIB}/poetry/console/commands/env_command.pyc
 ${PYSITELIB}/poetry/console/commands/env_command.pyo
+${PYSITELIB}/poetry/console/commands/export.py
+${PYSITELIB}/poetry/console/commands/export.pyc
+${PYSITELIB}/poetry/console/commands/export.pyo
 ${PYSITELIB}/poetry/console/commands/group_command.py
 ${PYSITELIB}/poetry/console/commands/group_command.pyc
 ${PYSITELIB}/poetry/console/commands/group_command.pyo

Index: pkgsrc/devel/py-poetry/distinfo
diff -u pkgsrc/devel/py-poetry/distinfo:1.8 pkgsrc/devel/py-poetry/distinfo:1.9
--- pkgsrc/devel/py-poetry/distinfo:1.8 Sat Aug 26 14:43:01 2023
+++ pkgsrc/devel/py-poetry/distinfo     Tue Nov  7 09:25:52 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/08/26 14:43:01 adam Exp $
+$NetBSD: distinfo,v 1.9 2023/11/07 09:25:52 wiz Exp $
 
-BLAKE2s (poetry-1.6.1.tar.gz) = abd41eccd013ec6851bba29c4baaa29cfc628c28989c17f2f88096c61d450f4e
-SHA512 (poetry-1.6.1.tar.gz) = 3d5aac641c0fa4dd16f8f7b2a55fa1795ced1803886a048167a0a2a2ac419ff1c16734458316100f54ca4e8bcf88b5aa176b0ba2bde74bee6bdd41305b078f3b
-Size (poetry-1.6.1.tar.gz) = 1475487 bytes
+BLAKE2s (poetry-1.7.0.tar.gz) = 1f6d5e32d4081f1ef5fcf7f63c0ead49bd4f4bd988f46e86c9c2d51195aba392
+SHA512 (poetry-1.7.0.tar.gz) = fc0d358d62100fcd14dec3bb13cc8162339ba4947c2118abb4ccefd788ea3e10750f92f4a51c8feb7f2d5cebf0ac670092e730518463c61bc49bd044a9a8e9c7
+Size (poetry-1.7.0.tar.gz) = 1482460 bytes



Home | Main Index | Thread Index | Old Index