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:   adam
Date:           Sun Jan 12 07:40:00 UTC 2025

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

Log Message:
py-poetry: updated to 2.0.1

2.0.1

Added

Add support for poetry search in legacy sources
Add a message in the poetry source show output when PyPI is implicitly enabled
Changed

Improve performance for merging markers from overrides at the end of dependency resolution

Fixed

Fix an issue where poetry sync did not remove packages that were not requested
Fix an issue where poetry check failed even though there were just warnings and add a --strict option to fail on warnings
Fix an issue where poetry update, poetry add and poetry remove with --only uninstalled packages from other groups
Fix an issue where poetry update, poetry add and poetry remove uninstalled all extra packages
Fix an issue where poetry self update did not recognize Poetry's own environment
Fix an issue where read-only system site-packages were not considered when loading an environment with system site-packages
Fix an issue where an error message in poetry install started with Warning: instead of Error:
Fix an issue where Command.set_poetry, which is used by plugins, was removed
Fix an issue where the help text of poetry build --clean showed a malformed short option instead of the description

Docs

Add a FAQ entry for the migration from Poetry-specific fields to the project section
Fix examples for project.readme and project.urls
Add a warning that package sources are a Poetry-specific feature that is not included in core metadata
Replace poetry install --sync with poetry sync in the section about synchronizing dependencies
Replace poetry shell with poetry env activate in the basic usage section
Mention that project.name is always required when the project section is used
Fix the constraint of poetry-plugin-export in the section about poetry export


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-poetry/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-poetry/PLIST
cvs rdiff -u -r1.14 -r1.15 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.21 pkgsrc/devel/py-poetry/Makefile:1.22
--- pkgsrc/devel/py-poetry/Makefile:1.21        Wed Dec 11 12:34:56 2024
+++ pkgsrc/devel/py-poetry/Makefile     Sun Jan 12 07:40:00 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2024/12/11 12:34:56 adam Exp $
+# $NetBSD: Makefile,v 1.22 2025/01/12 07:40:00 adam Exp $
 
-DISTNAME=      poetry-1.8.5
+DISTNAME=      poetry-2.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/poetry/}
@@ -10,20 +10,18 @@ HOMEPAGE=   https://python-poetry.org/
 COMMENT=       Python dependency management and packaging made easy
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-build>=1.0.3:../../devel/py-build
+DEPENDS+=      ${PYPKGPREFIX}-build>=1.2.1:../../devel/py-build
 DEPENDS+=      ${PYPKGPREFIX}-cachecontrol>=0.14.0:../../devel/py-cachecontrol
 DEPENDS+=      ${PYPKGPREFIX}-cleo>=2.1.0:../../comms/py-cleo
 DEPENDS+=      ${PYPKGPREFIX}-crashtest>=0.4.1:../../misc/py-crashtest
-DEPENDS+=      ${PYPKGPREFIX}-dulwich>=0.21.2:../../devel/py-dulwich
+DEPENDS+=      ${PYPKGPREFIX}-dulwich>=0.22.6:../../devel/py-dulwich
 DEPENDS+=      ${PYPKGPREFIX}-fastjsonschema>=2.18.0:../../textproc/py-fastjsonschema
 DEPENDS+=      ${PYPKGPREFIX}-installer>=0.7.0:../../misc/py-installer
-DEPENDS+=      ${PYPKGPREFIX}-keyring>=24.0.0:../../security/py-keyring
-DEPENDS+=      ${PYPKGPREFIX}-packaging>=23.1:../../devel/py-packaging
-DEPENDS+=      ${PYPKGPREFIX}-pexpect>=4.7.0:../../devel/py-pexpect
+DEPENDS+=      ${PYPKGPREFIX}-keyring>=25.1.0:../../security/py-keyring
+DEPENDS+=      ${PYPKGPREFIX}-packaging>=24.0:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-pkginfo>=1.12:../../devel/py-pkginfo
 DEPENDS+=      ${PYPKGPREFIX}-platformdirs>=3.0.0:../../misc/py-platformdirs
-DEPENDS+=      ${PYPKGPREFIX}-poetry-core>=1.9.1:../../devel/py-poetry-core
-DEPENDS+=      ${PYPKGPREFIX}-poetry-plugin-export>=1.6.0:../../devel/py-poetry-plugin-export
+DEPENDS+=      ${PYPKGPREFIX}-poetry-core>=2.0.1:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-pyproject_hooks>=1.0.0:../../devel/py-pyproject_hooks
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.26:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-requests-toolbelt>=1.0.0:../../devel/py-requests-toolbelt

Index: pkgsrc/devel/py-poetry/PLIST
diff -u pkgsrc/devel/py-poetry/PLIST:1.7 pkgsrc/devel/py-poetry/PLIST:1.8
--- pkgsrc/devel/py-poetry/PLIST:1.7    Sun Mar  3 11:50:02 2024
+++ pkgsrc/devel/py-poetry/PLIST        Sun Jan 12 07:40:00 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2024/03/03 11:50:02 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/01/12 07:40:00 adam Exp $
 bin/poetry-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -80,6 +80,9 @@ ${PYSITELIB}/poetry/console/commands/deb
 ${PYSITELIB}/poetry/console/commands/env/__init__.py
 ${PYSITELIB}/poetry/console/commands/env/__init__.pyc
 ${PYSITELIB}/poetry/console/commands/env/__init__.pyo
+${PYSITELIB}/poetry/console/commands/env/activate.py
+${PYSITELIB}/poetry/console/commands/env/activate.pyc
+${PYSITELIB}/poetry/console/commands/env/activate.pyo
 ${PYSITELIB}/poetry/console/commands/env/info.py
 ${PYSITELIB}/poetry/console/commands/env/info.pyc
 ${PYSITELIB}/poetry/console/commands/env/info.pyo
@@ -95,9 +98,6 @@ ${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
@@ -152,12 +152,12 @@ ${PYSITELIB}/poetry/console/commands/sel
 ${PYSITELIB}/poetry/console/commands/self/show/plugins.py
 ${PYSITELIB}/poetry/console/commands/self/show/plugins.pyc
 ${PYSITELIB}/poetry/console/commands/self/show/plugins.pyo
+${PYSITELIB}/poetry/console/commands/self/sync.py
+${PYSITELIB}/poetry/console/commands/self/sync.pyc
+${PYSITELIB}/poetry/console/commands/self/sync.pyo
 ${PYSITELIB}/poetry/console/commands/self/update.py
 ${PYSITELIB}/poetry/console/commands/self/update.pyc
 ${PYSITELIB}/poetry/console/commands/self/update.pyo
-${PYSITELIB}/poetry/console/commands/shell.py
-${PYSITELIB}/poetry/console/commands/shell.pyc
-${PYSITELIB}/poetry/console/commands/shell.pyo
 ${PYSITELIB}/poetry/console/commands/show.py
 ${PYSITELIB}/poetry/console/commands/show.pyc
 ${PYSITELIB}/poetry/console/commands/show.pyo
@@ -173,6 +173,9 @@ ${PYSITELIB}/poetry/console/commands/sou
 ${PYSITELIB}/poetry/console/commands/source/show.py
 ${PYSITELIB}/poetry/console/commands/source/show.pyc
 ${PYSITELIB}/poetry/console/commands/source/show.pyo
+${PYSITELIB}/poetry/console/commands/sync.py
+${PYSITELIB}/poetry/console/commands/sync.pyc
+${PYSITELIB}/poetry/console/commands/sync.pyo
 ${PYSITELIB}/poetry/console/commands/update.py
 ${PYSITELIB}/poetry/console/commands/update.pyc
 ${PYSITELIB}/poetry/console/commands/update.pyo
@@ -279,9 +282,6 @@ ${PYSITELIB}/poetry/layouts/layout.pyo
 ${PYSITELIB}/poetry/layouts/src.py
 ${PYSITELIB}/poetry/layouts/src.pyc
 ${PYSITELIB}/poetry/layouts/src.pyo
-${PYSITELIB}/poetry/layouts/standard.py
-${PYSITELIB}/poetry/layouts/standard.pyc
-${PYSITELIB}/poetry/layouts/standard.pyo
 ${PYSITELIB}/poetry/locations.py
 ${PYSITELIB}/poetry/locations.pyc
 ${PYSITELIB}/poetry/locations.pyo
@@ -321,21 +321,6 @@ ${PYSITELIB}/poetry/mixology/result.pyo
 ${PYSITELIB}/poetry/mixology/set_relation.py
 ${PYSITELIB}/poetry/mixology/set_relation.pyc
 ${PYSITELIB}/poetry/mixology/set_relation.pyo
-${PYSITELIB}/poetry/mixology/solutions/__init__.py
-${PYSITELIB}/poetry/mixology/solutions/__init__.pyc
-${PYSITELIB}/poetry/mixology/solutions/__init__.pyo
-${PYSITELIB}/poetry/mixology/solutions/providers/__init__.py
-${PYSITELIB}/poetry/mixology/solutions/providers/__init__.pyc
-${PYSITELIB}/poetry/mixology/solutions/providers/__init__.pyo
-${PYSITELIB}/poetry/mixology/solutions/providers/python_requirement_solution_provider.py
-${PYSITELIB}/poetry/mixology/solutions/providers/python_requirement_solution_provider.pyc
-${PYSITELIB}/poetry/mixology/solutions/providers/python_requirement_solution_provider.pyo
-${PYSITELIB}/poetry/mixology/solutions/solutions/__init__.py
-${PYSITELIB}/poetry/mixology/solutions/solutions/__init__.pyc
-${PYSITELIB}/poetry/mixology/solutions/solutions/__init__.pyo
-${PYSITELIB}/poetry/mixology/solutions/solutions/python_requirement_solution.py
-${PYSITELIB}/poetry/mixology/solutions/solutions/python_requirement_solution.pyc
-${PYSITELIB}/poetry/mixology/solutions/solutions/python_requirement_solution.pyo
 ${PYSITELIB}/poetry/mixology/term.py
 ${PYSITELIB}/poetry/mixology/term.pyc
 ${PYSITELIB}/poetry/mixology/term.pyo
@@ -357,6 +342,9 @@ ${PYSITELIB}/poetry/packages/locker.pyo
 ${PYSITELIB}/poetry/packages/package_collection.py
 ${PYSITELIB}/poetry/packages/package_collection.pyc
 ${PYSITELIB}/poetry/packages/package_collection.pyo
+${PYSITELIB}/poetry/packages/transitive_package_info.py
+${PYSITELIB}/poetry/packages/transitive_package_info.pyc
+${PYSITELIB}/poetry/packages/transitive_package_info.pyo
 ${PYSITELIB}/poetry/plugins/__init__.py
 ${PYSITELIB}/poetry/plugins/__init__.pyc
 ${PYSITELIB}/poetry/plugins/__init__.pyo
@@ -378,6 +366,9 @@ ${PYSITELIB}/poetry/poetry.pyo
 ${PYSITELIB}/poetry/publishing/__init__.py
 ${PYSITELIB}/poetry/publishing/__init__.pyc
 ${PYSITELIB}/poetry/publishing/__init__.pyo
+${PYSITELIB}/poetry/publishing/hash_manager.py
+${PYSITELIB}/poetry/publishing/hash_manager.pyc
+${PYSITELIB}/poetry/publishing/hash_manager.pyo
 ${PYSITELIB}/poetry/publishing/publisher.py
 ${PYSITELIB}/poetry/publishing/publisher.pyc
 ${PYSITELIB}/poetry/publishing/publisher.pyo
@@ -511,6 +502,9 @@ ${PYSITELIB}/poetry/utils/env/mock_env.p
 ${PYSITELIB}/poetry/utils/env/null_env.py
 ${PYSITELIB}/poetry/utils/env/null_env.pyc
 ${PYSITELIB}/poetry/utils/env/null_env.pyo
+${PYSITELIB}/poetry/utils/env/python_manager.py
+${PYSITELIB}/poetry/utils/env/python_manager.pyc
+${PYSITELIB}/poetry/utils/env/python_manager.pyo
 ${PYSITELIB}/poetry/utils/env/script_strings.py
 ${PYSITELIB}/poetry/utils/env/script_strings.pyc
 ${PYSITELIB}/poetry/utils/env/script_strings.pyo
@@ -529,6 +523,9 @@ ${PYSITELIB}/poetry/utils/extras.pyo
 ${PYSITELIB}/poetry/utils/helpers.py
 ${PYSITELIB}/poetry/utils/helpers.pyc
 ${PYSITELIB}/poetry/utils/helpers.pyo
+${PYSITELIB}/poetry/utils/isolated_build.py
+${PYSITELIB}/poetry/utils/isolated_build.pyc
+${PYSITELIB}/poetry/utils/isolated_build.pyo
 ${PYSITELIB}/poetry/utils/password_manager.py
 ${PYSITELIB}/poetry/utils/password_manager.pyc
 ${PYSITELIB}/poetry/utils/password_manager.pyo
@@ -538,15 +535,6 @@ ${PYSITELIB}/poetry/utils/patterns.pyo
 ${PYSITELIB}/poetry/utils/pip.py
 ${PYSITELIB}/poetry/utils/pip.pyc
 ${PYSITELIB}/poetry/utils/pip.pyo
-${PYSITELIB}/poetry/utils/setup_reader.py
-${PYSITELIB}/poetry/utils/setup_reader.pyc
-${PYSITELIB}/poetry/utils/setup_reader.pyo
-${PYSITELIB}/poetry/utils/shell.py
-${PYSITELIB}/poetry/utils/shell.pyc
-${PYSITELIB}/poetry/utils/shell.pyo
-${PYSITELIB}/poetry/utils/source.py
-${PYSITELIB}/poetry/utils/source.pyc
-${PYSITELIB}/poetry/utils/source.pyo
 ${PYSITELIB}/poetry/utils/wheel.py
 ${PYSITELIB}/poetry/utils/wheel.pyc
 ${PYSITELIB}/poetry/utils/wheel.pyo

Index: pkgsrc/devel/py-poetry/distinfo
diff -u pkgsrc/devel/py-poetry/distinfo:1.14 pkgsrc/devel/py-poetry/distinfo:1.15
--- pkgsrc/devel/py-poetry/distinfo:1.14        Wed Dec 11 12:34:56 2024
+++ pkgsrc/devel/py-poetry/distinfo     Sun Jan 12 07:40:00 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/12/11 12:34:56 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/01/12 07:40:00 adam Exp $
 
-BLAKE2s (poetry-1.8.5.tar.gz) = 9dbe1350f76b4b1461d799b82922d548155a190d06f60575384f86bc1438c8c1
-SHA512 (poetry-1.8.5.tar.gz) = 91c2902e5dfb8f3319de53472b1da20b1d8f570a7a3212e6e55883e364295a9e58ce5b7c59450e741f97692e897283d9f624f3d2128db017476d94fd2ea7839c
-Size (poetry-1.8.5.tar.gz) = 1519790 bytes
+BLAKE2s (poetry-2.0.1.tar.gz) = eb62232efc62a82c9b861e36a31707f576c9188705ecadc0a5a5840d54f0bae4
+SHA512 (poetry-2.0.1.tar.gz) = 9a53fe5cbaea7c923e8af6920b545a54402d49937f31c5812dcc8939f8db44ea2557302f54e015fd7f7e96de66d8fc90596cd06a30dc53ef474a8bb54fdc2c97
+Size (poetry-2.0.1.tar.gz) = 2846041 bytes



Home | Main Index | Thread Index | Old Index