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:           Mon Apr 17 20:55:53 UTC 2023

Modified Files:
        pkgsrc/devel/py-poetry: Makefile PLIST distinfo
Removed Files:
        pkgsrc/devel/py-poetry/patches: patch-setup.py

Log Message:
py-poetry: updated to 1.4.2

1.4.2 - 2023-04-02

Changed

When trying to install wheels with invalid RECORD files, Poetry does not fail anymore but only prints a warning. This mitigates an unintended change introduced in Poetry 1.4.1

Fixed

Fix an issue where relative git submodule urls were not parsed correctly
Fix an issue where Poetry could freeze when building a project with a build script if it generated enough output to fill the OS pipe buffer

1.4.1 - 2023-03-19

Fixed

Fix an issue where poetry install did not respect the requirements for building editable dependencies
Fix an issue where poetry init crashed due to bad input when adding packages interactively
Fix an issue where poetry install ignored the subdirectory argument of git dependencies
Fix an issue where installing packages with no-binary could result in a false hash mismatch
Fix an issue where the hash of sdists was neither validated nor written to the direct_url.json during installation
Fix an issue where poetry install --sync attempted to remove itself
Fix an issue where wheels with non-normalized dist-info directory names could not be installed
Fix an issue where poetry install --compile compiled with optimization level 1

Docs

Clarify the behavior of the --extras option
Expand the FAQ on reasons for slow dependency resolution

poetry-core (1.5.2)

Fix an issue where wheels built on Windows could contain duplicate entries in the RECORD file

1.4.0 - 2023-02-27

Added

Add a modern installer (installer.modern-installation) for faster installation of packages and independence from pip
Add support for Private :: trove classifiers
Add the version of poetry in the @generated comment at the beginning of the lock file
Add support for virtualenvs.prefer-active-python when running poetry new and poetry init

Changed

Deprecate the old installer, i.e. setting experimental.new-installer to false
Remove unused platform field from cached package info and bump the cache version
Extra dependencies of the root project are now sorted in the lock file
Remove upper boundary for importlib-metadata dependency
Validate path dependencies during use instead of during construction
Remove the deprecated repository modules

Fixed

Fix an issue where an unconditional dependency of an extra was not installed in specific environments
Fix an issue where a pre-release of a dependency was chosen even if a stable release fulfilled the constraint
Fix an issue where HTTP redirects were not handled correctly during publishing
Fix an issue where poetry check did not handle the -C, --directory option correctly
Fix an issue where the subdirectory information of a git dependency was not written to the lock file
Fix an issue where the wrong Python version was selected when creating an virtual environment
Fix an issue where packages that should be kept were uninstalled when calling poetry install --sync
Fix an issue where an incorrect value was set for sys.argv[0] when running installed scripts
Fix an issue where hashes in direct_url.json files were not written according to the specification
Fix an issue where poetry commands failed due to special characters in the path of the project or virtual environment
Fix an issue where poetry crashed with a JSONDecodeError when running a Python script that produced certain warnings

Docs

Add advice on how to maintain a poetry plugin
Update tox examples to comply with the latest tox release
Mention that the poetry export can export constraints.txt files
Add clarifications for moving configuration files
Mention the different types of exact version specifications

poetry-core (1.5.1)

Improve marker handling
Validate whether dependencies referenced in extras are defined in the main dependency group
Poetry no longer generates a setup.py file in sdists by default
Fix an issue where trailing newlines were allowed in tool.poetry.description
Fix an issue where the name of the data folder in wheels was not normalized
Fix an issue where the order of entries in the RECORD file was not deterministic
Fix an issue where zero padding was not correctly handled in version comparisons
Fix an issue where sdist builds did not support multiple READMEs

poetry-plugin-export (^1.3.0)

Fix an issue where the export failed if there was a circular dependency on the root package

1.3.2 - 2023-01-10

Fixed

Fix a performance regression when locking dependencies from PyPI
Fix an issue where passing a relative path via -C, --directory fails

Docs

Update docs to reflect the removal of the deprecated get-poetry.py installer from the repository
Add clarifications for virtualenvs.path settings

1.3.1 - 2022-12-12

Fixed

Fix an issue where an explicit dependency on lockfile was missing, resulting in a broken Poetry in rare circumstances (7169).

1.3.0 - 2022-12-09

Added

Mark the lock file with an @generated comment as used by common tooling
poetry check validates trove classifiers and warns for deprecations
Introduce a top level -C, --directory option to set the working path

Changed

New lock file format (version 2.0)
Path dependency metadata is unconditionally re-locked
URL dependency hashes are locked
poetry update and poetry lock should now resolve dependencies more similarly
poetry publish will report more useful errors when a file does not exist
poetry add will check for duplicate entries using canonical names
Wheels are preferred to source distributions when gathering metadata
Git dependencies of extras are only fetched if the extra is requested
Invoke pip with --no-input to prevent hanging without feedback
Invoke pip with --isolated to prevent the influence of user configuration
Interrogate environments with Python in isolated (-I) mode
Raise an informative error when multiple version constraints overlap and are incompatible

Fixed

Fix an issue where concurrent instances of Poetry would corrupt the artifact cache
Fix an issue where Poetry can hang after being interrupted due to stale locking in cache
Fix an issue where the output of commands executed with --dry-run contained duplicate entries
Fix an issue where requests's pool size did not match the number of installer workers
Fix an issue where poetry show --outdated failed with a runtime error related to direct origin dependencies
Fix an issue where only the last command of an ApplicationPlugin is registered
Fix an issue where git dependencies were fetched unnecessarily when running poetry lock --no-update
Fix an issue where stdout was polluted with messages that should go to stderr
Fix an issue with poetry shell activation and zsh
Fix an issue where a url dependencies were shown as outdated
Fix an issue where the source field of a dependency with extras was ignored
Fix an issue where a package from the wrong source was installed for a multiple-constraints dependency with different sources
Fix an issue where dependencies from different sources where merged during dependency resolution
Fix an issue where experimental.system-git-client could not be used via environment variable
Fix an issue where Poetry fails with an AssertionError due to distribution.files being None
Fix an issue where poetry env info did not respect virtualenvs.prefer-active-python
Fix an issue where poetry env list does not list the in-project environment
Fix an issue where poetry env remove removed the wrong environment
Fix an issue where the return code of a script was not relayed as exit code
Fix an issue where the solver could silently swallow ValueError

Docs

Improve documentation of package sources
Correct the default cache path on Windows

poetry-core (1.4.0)

The PEP 517 metadata_directory is now respected as an input to the build_wheel hook
ParseConstraintError is now raised on version and constraint parsing errors, and includes information on the package that caused the error
Fix an issue where invalid PEP 508 requirements were generated due to a missing space before semicolons
Fix an issue where relative paths were encoded into package requirements, instead of a file:// URL as required by PEP 508

poetry-plugin-export (^1.2.0)

Ensure compatibility with Poetry 1.3.0. No functional changes.

cleo (^2.0.0)

Fix an issue where shell completions had syntax errors
Fix an issue where not reading all the output of a command resulted in a "Broken pipe" error
Fix an issue where errors were not shown in non-verbose mode


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-poetry/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-poetry/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-poetry/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-poetry/patches/patch-setup.py

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.6 pkgsrc/devel/py-poetry/Makefile:1.7
--- pkgsrc/devel/py-poetry/Makefile:1.6 Wed Mar 29 09:34:09 2023
+++ pkgsrc/devel/py-poetry/Makefile     Mon Apr 17 20:55:52 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/03/29 09:34:09 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/04/17 20:55:52 adam Exp $
 
-DISTNAME=      poetry-1.1.15
+DISTNAME=      poetry-1.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/poetry/}
@@ -10,34 +10,59 @@ HOMEPAGE=   https://python-poetry.org/
 COMMENT=       Python dependency management and packaging made easy
 LICENSE=       mit
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+DEPENDS+=      ${PYPKGPREFIX}-build>=0.10.0:../../devel/py-build
 DEPENDS+=      ${PYPKGPREFIX}-cachecontrol>=0.12.9:../../devel/py-cachecontrol
-DEPENDS+=      ${PYPKGPREFIX}-cachy>=0.3.0:../../devel/py-cachy
-DEPENDS+=      ${PYPKGPREFIX}-clikit>=0.6.2:../../comms/py-clikit
-DEPENDS+=      ${PYPKGPREFIX}-cleo>=0.8.1:../../comms/py-cleo
-DEPENDS+=      ${PYPKGPREFIX}-crashtest>=0.3.0:../../misc/py-crashtest
+DEPENDS+=      ${PYPKGPREFIX}-cleo>=2.0.0:../../comms/py-cleo
+DEPENDS+=      ${PYPKGPREFIX}-crashtest>=0.4.1:../../misc/py-crashtest
+DEPENDS+=      ${PYPKGPREFIX}-dulwich>=0.21.2:../../devel/py-dulwich
+DEPENDS+=      ${PYPKGPREFIX}-filelock>=3.8.0:../../devel/py-filelock
 DEPENDS+=      ${PYPKGPREFIX}-html5lib>=1.0:../../textproc/py-html5lib
-DEPENDS+=      ${PYPKGPREFIX}-keyring>=21.2.0:../../security/py-keyring
+DEPENDS+=      ${PYPKGPREFIX}-installer>=0.7.0:../../misc/py-installer
+DEPENDS+=      ${PYPKGPREFIX}-jsonschema>=4.10.0:../../textproc/py-jsonschema
+DEPENDS+=      ${PYPKGPREFIX}-keyring>=23.9.0:../../security/py-keyring
+DEPENDS+=      ${PYPKGPREFIX}-lockfile>=0.12.2:../../devel/py-lockfile
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=20.4:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-pexpect>=4.7.0:../../devel/py-pexpect
-DEPENDS+=      ${PYPKGPREFIX}-pkginfo>=1.4:../../devel/py-pkginfo
-DEPENDS+=      ${PYPKGPREFIX}-poetry-core>=1.0.7:../../devel/py-poetry-core
-DEPENDS+=      ${PYPKGPREFIX}-requests-toolbelt>=0.9.1:../../devel/py-requests-toolbelt
+DEPENDS+=      ${PYPKGPREFIX}-pkginfo>=1.9.4:../../devel/py-pkginfo
+DEPENDS+=      ${PYPKGPREFIX}-platformdirs>=2.5.2:../../misc/py-platformdirs
+DEPENDS+=      ${PYPKGPREFIX}-poetry-core>=1.5.2:../../devel/py-poetry-core
+DEPENDS+=      ${PYPKGPREFIX}-poetry-plugin-export>=1.3.0:../../devel/py-poetry-plugin-export
+DEPENDS+=      ${PYPKGPREFIX}-pyproject_hooks>=1.0.0:../../devel/py-pyproject_hooks
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.18:../../devel/py-requests
-DEPENDS+=      ${PYPKGPREFIX}-shellingham>=1.1:../../misc/py-shellingham
-DEPENDS+=      ${PYPKGPREFIX}-tomlkit>=0.7.0:../../textproc/py-tomlkit
-DEPENDS+=      ${PYPKGPREFIX}-virtualenv>=20.0.26:../../devel/py-virtualenv
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.0:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-requests-toolbelt>=0.9.1:../../devel/py-requests-toolbelt
+DEPENDS+=      ${PYPKGPREFIX}-shellingham>=1.5:../../misc/py-shellingham
+DEPENDS+=      ${PYPKGPREFIX}-tomlkit>=0.11.4:../../textproc/py-tomlkit
+DEPENDS+=      ${PYPKGPREFIX}-trove-classifiers>=2022.5.19:../../misc/py-trove-classifiers
+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}-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
+TEST_DEPENDS+= ${PYPKGPREFIX}-zipp>=3.4:../../archivers/py-zipp
+
+USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/pyversion.mk"
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Darwin"
+DEPENDS+=      ${PYPKGPREFIX}-xattr>=0.10.1:../../sysutils/py-xattr
+.endif
 
+.include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 308
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 .endif
-
-USE_LANGUAGES= # none
+.if ${PYTHON_VERSION} < 310
+DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=4.4:../../devel/py-importlib-metadata
+.endif
+.if ${PYTHON_VERSION} < 311
+DEPENDS+=      ${PYPKGPREFIX}-tomli>=2.0.1:../../textproc/py-tomli
+.endif
 
 post-install:
        # conflicts with py-poetry-core
@@ -46,5 +71,8 @@ post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} poetry poetry-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/egg.mk"
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-poetry/PLIST
diff -u pkgsrc/devel/py-poetry/PLIST:1.1 pkgsrc/devel/py-poetry/PLIST:1.2
--- pkgsrc/devel/py-poetry/PLIST:1.1    Tue Jan 11 19:21:49 2022
+++ pkgsrc/devel/py-poetry/PLIST        Mon Apr 17 20:55:52 2023
@@ -1,420 +1,350 @@
-@comment $NetBSD: PLIST,v 1.1 2022/01/11 19:21:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/04/17 20:55:52 adam Exp $
 bin/poetry-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 ${PYSITELIB}/poetry/__main__.py
 ${PYSITELIB}/poetry/__main__.pyc
-${PYSITELIB}/poetry/__main__.pyo
 ${PYSITELIB}/poetry/__version__.py
 ${PYSITELIB}/poetry/__version__.pyc
-${PYSITELIB}/poetry/__version__.pyo
 ${PYSITELIB}/poetry/config/__init__.py
 ${PYSITELIB}/poetry/config/__init__.pyc
-${PYSITELIB}/poetry/config/__init__.pyo
 ${PYSITELIB}/poetry/config/config.py
 ${PYSITELIB}/poetry/config/config.pyc
-${PYSITELIB}/poetry/config/config.pyo
 ${PYSITELIB}/poetry/config/config_source.py
 ${PYSITELIB}/poetry/config/config_source.pyc
-${PYSITELIB}/poetry/config/config_source.pyo
 ${PYSITELIB}/poetry/config/dict_config_source.py
 ${PYSITELIB}/poetry/config/dict_config_source.pyc
-${PYSITELIB}/poetry/config/dict_config_source.pyo
 ${PYSITELIB}/poetry/config/file_config_source.py
 ${PYSITELIB}/poetry/config/file_config_source.pyc
-${PYSITELIB}/poetry/config/file_config_source.pyo
+${PYSITELIB}/poetry/config/source.py
+${PYSITELIB}/poetry/config/source.pyc
 ${PYSITELIB}/poetry/console/__init__.py
 ${PYSITELIB}/poetry/console/__init__.pyc
-${PYSITELIB}/poetry/console/__init__.pyo
 ${PYSITELIB}/poetry/console/application.py
 ${PYSITELIB}/poetry/console/application.pyc
-${PYSITELIB}/poetry/console/application.pyo
-${PYSITELIB}/poetry/console/args/__init__.py
-${PYSITELIB}/poetry/console/args/__init__.pyc
-${PYSITELIB}/poetry/console/args/__init__.pyo
-${PYSITELIB}/poetry/console/args/run_args_parser.py
-${PYSITELIB}/poetry/console/args/run_args_parser.pyc
-${PYSITELIB}/poetry/console/args/run_args_parser.pyo
+${PYSITELIB}/poetry/console/command_loader.py
+${PYSITELIB}/poetry/console/command_loader.pyc
 ${PYSITELIB}/poetry/console/commands/__init__.py
 ${PYSITELIB}/poetry/console/commands/__init__.pyc
-${PYSITELIB}/poetry/console/commands/__init__.pyo
 ${PYSITELIB}/poetry/console/commands/about.py
 ${PYSITELIB}/poetry/console/commands/about.pyc
-${PYSITELIB}/poetry/console/commands/about.pyo
 ${PYSITELIB}/poetry/console/commands/add.py
 ${PYSITELIB}/poetry/console/commands/add.pyc
-${PYSITELIB}/poetry/console/commands/add.pyo
 ${PYSITELIB}/poetry/console/commands/build.py
 ${PYSITELIB}/poetry/console/commands/build.pyc
-${PYSITELIB}/poetry/console/commands/build.pyo
 ${PYSITELIB}/poetry/console/commands/cache/__init__.py
 ${PYSITELIB}/poetry/console/commands/cache/__init__.pyc
-${PYSITELIB}/poetry/console/commands/cache/__init__.pyo
-${PYSITELIB}/poetry/console/commands/cache/cache.py
-${PYSITELIB}/poetry/console/commands/cache/cache.pyc
-${PYSITELIB}/poetry/console/commands/cache/cache.pyo
 ${PYSITELIB}/poetry/console/commands/cache/clear.py
 ${PYSITELIB}/poetry/console/commands/cache/clear.pyc
-${PYSITELIB}/poetry/console/commands/cache/clear.pyo
 ${PYSITELIB}/poetry/console/commands/cache/list.py
 ${PYSITELIB}/poetry/console/commands/cache/list.pyc
-${PYSITELIB}/poetry/console/commands/cache/list.pyo
 ${PYSITELIB}/poetry/console/commands/check.py
 ${PYSITELIB}/poetry/console/commands/check.pyc
-${PYSITELIB}/poetry/console/commands/check.pyo
 ${PYSITELIB}/poetry/console/commands/command.py
 ${PYSITELIB}/poetry/console/commands/command.pyc
-${PYSITELIB}/poetry/console/commands/command.pyo
 ${PYSITELIB}/poetry/console/commands/config.py
 ${PYSITELIB}/poetry/console/commands/config.pyc
-${PYSITELIB}/poetry/console/commands/config.pyo
 ${PYSITELIB}/poetry/console/commands/debug/__init__.py
 ${PYSITELIB}/poetry/console/commands/debug/__init__.pyc
-${PYSITELIB}/poetry/console/commands/debug/__init__.pyo
-${PYSITELIB}/poetry/console/commands/debug/debug.py
-${PYSITELIB}/poetry/console/commands/debug/debug.pyc
-${PYSITELIB}/poetry/console/commands/debug/debug.pyo
 ${PYSITELIB}/poetry/console/commands/debug/info.py
 ${PYSITELIB}/poetry/console/commands/debug/info.pyc
-${PYSITELIB}/poetry/console/commands/debug/info.pyo
 ${PYSITELIB}/poetry/console/commands/debug/resolve.py
 ${PYSITELIB}/poetry/console/commands/debug/resolve.pyc
-${PYSITELIB}/poetry/console/commands/debug/resolve.pyo
 ${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/env.py
-${PYSITELIB}/poetry/console/commands/env/env.pyc
-${PYSITELIB}/poetry/console/commands/env/env.pyo
 ${PYSITELIB}/poetry/console/commands/env/info.py
 ${PYSITELIB}/poetry/console/commands/env/info.pyc
-${PYSITELIB}/poetry/console/commands/env/info.pyo
 ${PYSITELIB}/poetry/console/commands/env/list.py
 ${PYSITELIB}/poetry/console/commands/env/list.pyc
-${PYSITELIB}/poetry/console/commands/env/list.pyo
 ${PYSITELIB}/poetry/console/commands/env/remove.py
 ${PYSITELIB}/poetry/console/commands/env/remove.pyc
-${PYSITELIB}/poetry/console/commands/env/remove.pyo
 ${PYSITELIB}/poetry/console/commands/env/use.py
 ${PYSITELIB}/poetry/console/commands/env/use.pyc
-${PYSITELIB}/poetry/console/commands/env/use.pyo
 ${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/init.py
 ${PYSITELIB}/poetry/console/commands/init.pyc
-${PYSITELIB}/poetry/console/commands/init.pyo
 ${PYSITELIB}/poetry/console/commands/install.py
 ${PYSITELIB}/poetry/console/commands/install.pyc
-${PYSITELIB}/poetry/console/commands/install.pyo
 ${PYSITELIB}/poetry/console/commands/installer_command.py
 ${PYSITELIB}/poetry/console/commands/installer_command.pyc
-${PYSITELIB}/poetry/console/commands/installer_command.pyo
 ${PYSITELIB}/poetry/console/commands/lock.py
 ${PYSITELIB}/poetry/console/commands/lock.pyc
-${PYSITELIB}/poetry/console/commands/lock.pyo
 ${PYSITELIB}/poetry/console/commands/new.py
 ${PYSITELIB}/poetry/console/commands/new.pyc
-${PYSITELIB}/poetry/console/commands/new.pyo
 ${PYSITELIB}/poetry/console/commands/publish.py
 ${PYSITELIB}/poetry/console/commands/publish.pyc
-${PYSITELIB}/poetry/console/commands/publish.pyo
 ${PYSITELIB}/poetry/console/commands/remove.py
 ${PYSITELIB}/poetry/console/commands/remove.pyc
-${PYSITELIB}/poetry/console/commands/remove.pyo
 ${PYSITELIB}/poetry/console/commands/run.py
 ${PYSITELIB}/poetry/console/commands/run.pyc
-${PYSITELIB}/poetry/console/commands/run.pyo
 ${PYSITELIB}/poetry/console/commands/search.py
 ${PYSITELIB}/poetry/console/commands/search.pyc
-${PYSITELIB}/poetry/console/commands/search.pyo
 ${PYSITELIB}/poetry/console/commands/self/__init__.py
 ${PYSITELIB}/poetry/console/commands/self/__init__.pyc
-${PYSITELIB}/poetry/console/commands/self/__init__.pyo
-${PYSITELIB}/poetry/console/commands/self/self.py
-${PYSITELIB}/poetry/console/commands/self/self.pyc
-${PYSITELIB}/poetry/console/commands/self/self.pyo
+${PYSITELIB}/poetry/console/commands/self/add.py
+${PYSITELIB}/poetry/console/commands/self/add.pyc
+${PYSITELIB}/poetry/console/commands/self/install.py
+${PYSITELIB}/poetry/console/commands/self/install.pyc
+${PYSITELIB}/poetry/console/commands/self/lock.py
+${PYSITELIB}/poetry/console/commands/self/lock.pyc
+${PYSITELIB}/poetry/console/commands/self/remove.py
+${PYSITELIB}/poetry/console/commands/self/remove.pyc
+${PYSITELIB}/poetry/console/commands/self/self_command.py
+${PYSITELIB}/poetry/console/commands/self/self_command.pyc
+${PYSITELIB}/poetry/console/commands/self/show/__init__.py
+${PYSITELIB}/poetry/console/commands/self/show/__init__.pyc
+${PYSITELIB}/poetry/console/commands/self/show/plugins.py
+${PYSITELIB}/poetry/console/commands/self/show/plugins.pyc
 ${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
+${PYSITELIB}/poetry/console/commands/source/__init__.py
+${PYSITELIB}/poetry/console/commands/source/__init__.pyc
+${PYSITELIB}/poetry/console/commands/source/add.py
+${PYSITELIB}/poetry/console/commands/source/add.pyc
+${PYSITELIB}/poetry/console/commands/source/remove.py
+${PYSITELIB}/poetry/console/commands/source/remove.pyc
+${PYSITELIB}/poetry/console/commands/source/show.py
+${PYSITELIB}/poetry/console/commands/source/show.pyc
+${PYSITELIB}/poetry/console/commands/source/update.py
+${PYSITELIB}/poetry/console/commands/source/update.pyc
 ${PYSITELIB}/poetry/console/commands/update.py
 ${PYSITELIB}/poetry/console/commands/update.pyc
-${PYSITELIB}/poetry/console/commands/update.pyo
 ${PYSITELIB}/poetry/console/commands/version.py
 ${PYSITELIB}/poetry/console/commands/version.pyc
-${PYSITELIB}/poetry/console/commands/version.pyo
-${PYSITELIB}/poetry/console/config/__init__.py
-${PYSITELIB}/poetry/console/config/__init__.pyc
-${PYSITELIB}/poetry/console/config/__init__.pyo
-${PYSITELIB}/poetry/console/config/application_config.py
-${PYSITELIB}/poetry/console/config/application_config.pyc
-${PYSITELIB}/poetry/console/config/application_config.pyo
+${PYSITELIB}/poetry/console/events/__init__.py
+${PYSITELIB}/poetry/console/events/__init__.pyc
+${PYSITELIB}/poetry/console/events/console_events.py
+${PYSITELIB}/poetry/console/events/console_events.pyc
+${PYSITELIB}/poetry/console/exceptions.py
+${PYSITELIB}/poetry/console/exceptions.pyc
+${PYSITELIB}/poetry/console/io/__init__.py
+${PYSITELIB}/poetry/console/io/__init__.pyc
+${PYSITELIB}/poetry/console/io/inputs/__init__.py
+${PYSITELIB}/poetry/console/io/inputs/__init__.pyc
+${PYSITELIB}/poetry/console/io/inputs/run_argv_input.py
+${PYSITELIB}/poetry/console/io/inputs/run_argv_input.pyc
 ${PYSITELIB}/poetry/console/logging/__init__.py
 ${PYSITELIB}/poetry/console/logging/__init__.pyc
-${PYSITELIB}/poetry/console/logging/__init__.pyo
+${PYSITELIB}/poetry/console/logging/filters.py
+${PYSITELIB}/poetry/console/logging/filters.pyc
 ${PYSITELIB}/poetry/console/logging/formatters/__init__.py
 ${PYSITELIB}/poetry/console/logging/formatters/__init__.pyc
-${PYSITELIB}/poetry/console/logging/formatters/__init__.pyo
 ${PYSITELIB}/poetry/console/logging/formatters/builder_formatter.py
 ${PYSITELIB}/poetry/console/logging/formatters/builder_formatter.pyc
-${PYSITELIB}/poetry/console/logging/formatters/builder_formatter.pyo
 ${PYSITELIB}/poetry/console/logging/formatters/formatter.py
 ${PYSITELIB}/poetry/console/logging/formatters/formatter.pyc
-${PYSITELIB}/poetry/console/logging/formatters/formatter.pyo
 ${PYSITELIB}/poetry/console/logging/io_formatter.py
 ${PYSITELIB}/poetry/console/logging/io_formatter.pyc
-${PYSITELIB}/poetry/console/logging/io_formatter.pyo
 ${PYSITELIB}/poetry/console/logging/io_handler.py
 ${PYSITELIB}/poetry/console/logging/io_handler.pyc
-${PYSITELIB}/poetry/console/logging/io_handler.pyo
 ${PYSITELIB}/poetry/exceptions.py
 ${PYSITELIB}/poetry/exceptions.pyc
-${PYSITELIB}/poetry/exceptions.pyo
 ${PYSITELIB}/poetry/factory.py
 ${PYSITELIB}/poetry/factory.pyc
-${PYSITELIB}/poetry/factory.pyo
 ${PYSITELIB}/poetry/inspection/__init__.py
 ${PYSITELIB}/poetry/inspection/__init__.pyc
-${PYSITELIB}/poetry/inspection/__init__.pyo
 ${PYSITELIB}/poetry/inspection/info.py
 ${PYSITELIB}/poetry/inspection/info.pyc
-${PYSITELIB}/poetry/inspection/info.pyo
 ${PYSITELIB}/poetry/installation/__init__.py
 ${PYSITELIB}/poetry/installation/__init__.pyc
-${PYSITELIB}/poetry/installation/__init__.pyo
-${PYSITELIB}/poetry/installation/authenticator.py
-${PYSITELIB}/poetry/installation/authenticator.pyc
-${PYSITELIB}/poetry/installation/authenticator.pyo
 ${PYSITELIB}/poetry/installation/base_installer.py
 ${PYSITELIB}/poetry/installation/base_installer.pyc
-${PYSITELIB}/poetry/installation/base_installer.pyo
 ${PYSITELIB}/poetry/installation/chef.py
 ${PYSITELIB}/poetry/installation/chef.pyc
-${PYSITELIB}/poetry/installation/chef.pyo
 ${PYSITELIB}/poetry/installation/chooser.py
 ${PYSITELIB}/poetry/installation/chooser.pyc
-${PYSITELIB}/poetry/installation/chooser.pyo
 ${PYSITELIB}/poetry/installation/executor.py
 ${PYSITELIB}/poetry/installation/executor.pyc
-${PYSITELIB}/poetry/installation/executor.pyo
 ${PYSITELIB}/poetry/installation/installer.py
 ${PYSITELIB}/poetry/installation/installer.pyc
-${PYSITELIB}/poetry/installation/installer.pyo
 ${PYSITELIB}/poetry/installation/noop_installer.py
 ${PYSITELIB}/poetry/installation/noop_installer.pyc
-${PYSITELIB}/poetry/installation/noop_installer.pyo
 ${PYSITELIB}/poetry/installation/operations/__init__.py
 ${PYSITELIB}/poetry/installation/operations/__init__.pyc
-${PYSITELIB}/poetry/installation/operations/__init__.pyo
 ${PYSITELIB}/poetry/installation/operations/install.py
 ${PYSITELIB}/poetry/installation/operations/install.pyc
-${PYSITELIB}/poetry/installation/operations/install.pyo
 ${PYSITELIB}/poetry/installation/operations/operation.py
 ${PYSITELIB}/poetry/installation/operations/operation.pyc
-${PYSITELIB}/poetry/installation/operations/operation.pyo
 ${PYSITELIB}/poetry/installation/operations/uninstall.py
 ${PYSITELIB}/poetry/installation/operations/uninstall.pyc
-${PYSITELIB}/poetry/installation/operations/uninstall.pyo
 ${PYSITELIB}/poetry/installation/operations/update.py
 ${PYSITELIB}/poetry/installation/operations/update.pyc
-${PYSITELIB}/poetry/installation/operations/update.pyo
 ${PYSITELIB}/poetry/installation/pip_installer.py
 ${PYSITELIB}/poetry/installation/pip_installer.pyc
-${PYSITELIB}/poetry/installation/pip_installer.pyo
-${PYSITELIB}/poetry/io/__init__.py
-${PYSITELIB}/poetry/io/__init__.pyc
-${PYSITELIB}/poetry/io/__init__.pyo
-${PYSITELIB}/poetry/io/null_io.py
-${PYSITELIB}/poetry/io/null_io.pyc
-${PYSITELIB}/poetry/io/null_io.pyo
+${PYSITELIB}/poetry/installation/wheel_installer.py
+${PYSITELIB}/poetry/installation/wheel_installer.pyc
 ${PYSITELIB}/poetry/json/__init__.py
 ${PYSITELIB}/poetry/json/__init__.pyc
-${PYSITELIB}/poetry/json/__init__.pyo
-${PYSITELIB}/poetry/json/schemas/poetry-schema.json
+${PYSITELIB}/poetry/json/schemas/poetry.json
 ${PYSITELIB}/poetry/layouts/__init__.py
 ${PYSITELIB}/poetry/layouts/__init__.pyc
-${PYSITELIB}/poetry/layouts/__init__.pyo
 ${PYSITELIB}/poetry/layouts/layout.py
 ${PYSITELIB}/poetry/layouts/layout.pyc
-${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
 ${PYSITELIB}/poetry/masonry/__init__.py
 ${PYSITELIB}/poetry/masonry/__init__.pyc
-${PYSITELIB}/poetry/masonry/__init__.pyo
 ${PYSITELIB}/poetry/masonry/api.py
 ${PYSITELIB}/poetry/masonry/api.pyc
-${PYSITELIB}/poetry/masonry/api.pyo
 ${PYSITELIB}/poetry/masonry/builders/__init__.py
 ${PYSITELIB}/poetry/masonry/builders/__init__.pyc
-${PYSITELIB}/poetry/masonry/builders/__init__.pyo
 ${PYSITELIB}/poetry/masonry/builders/editable.py
 ${PYSITELIB}/poetry/masonry/builders/editable.pyc
-${PYSITELIB}/poetry/masonry/builders/editable.pyo
 ${PYSITELIB}/poetry/mixology/__init__.py
 ${PYSITELIB}/poetry/mixology/__init__.pyc
-${PYSITELIB}/poetry/mixology/__init__.pyo
 ${PYSITELIB}/poetry/mixology/assignment.py
 ${PYSITELIB}/poetry/mixology/assignment.pyc
-${PYSITELIB}/poetry/mixology/assignment.pyo
 ${PYSITELIB}/poetry/mixology/failure.py
 ${PYSITELIB}/poetry/mixology/failure.pyc
-${PYSITELIB}/poetry/mixology/failure.pyo
 ${PYSITELIB}/poetry/mixology/incompatibility.py
 ${PYSITELIB}/poetry/mixology/incompatibility.pyc
-${PYSITELIB}/poetry/mixology/incompatibility.pyo
 ${PYSITELIB}/poetry/mixology/incompatibility_cause.py
 ${PYSITELIB}/poetry/mixology/incompatibility_cause.pyc
-${PYSITELIB}/poetry/mixology/incompatibility_cause.pyo
 ${PYSITELIB}/poetry/mixology/partial_solution.py
 ${PYSITELIB}/poetry/mixology/partial_solution.pyc
-${PYSITELIB}/poetry/mixology/partial_solution.pyo
 ${PYSITELIB}/poetry/mixology/result.py
 ${PYSITELIB}/poetry/mixology/result.pyc
-${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
 ${PYSITELIB}/poetry/mixology/version_solver.py
 ${PYSITELIB}/poetry/mixology/version_solver.pyc
-${PYSITELIB}/poetry/mixology/version_solver.pyo
 ${PYSITELIB}/poetry/packages/__init__.py
 ${PYSITELIB}/poetry/packages/__init__.pyc
-${PYSITELIB}/poetry/packages/__init__.pyo
 ${PYSITELIB}/poetry/packages/dependency_package.py
 ${PYSITELIB}/poetry/packages/dependency_package.pyc
-${PYSITELIB}/poetry/packages/dependency_package.pyo
 ${PYSITELIB}/poetry/packages/locker.py
 ${PYSITELIB}/poetry/packages/locker.pyc
-${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/plugins/__init__.py
+${PYSITELIB}/poetry/plugins/__init__.pyc
+${PYSITELIB}/poetry/plugins/application_plugin.py
+${PYSITELIB}/poetry/plugins/application_plugin.pyc
+${PYSITELIB}/poetry/plugins/base_plugin.py
+${PYSITELIB}/poetry/plugins/base_plugin.pyc
+${PYSITELIB}/poetry/plugins/plugin.py
+${PYSITELIB}/poetry/plugins/plugin.pyc
+${PYSITELIB}/poetry/plugins/plugin_manager.py
+${PYSITELIB}/poetry/plugins/plugin_manager.pyc
 ${PYSITELIB}/poetry/poetry.py
 ${PYSITELIB}/poetry/poetry.pyc
-${PYSITELIB}/poetry/poetry.pyo
 ${PYSITELIB}/poetry/publishing/__init__.py
 ${PYSITELIB}/poetry/publishing/__init__.pyc
-${PYSITELIB}/poetry/publishing/__init__.pyo
 ${PYSITELIB}/poetry/publishing/publisher.py
 ${PYSITELIB}/poetry/publishing/publisher.pyc
-${PYSITELIB}/poetry/publishing/publisher.pyo
 ${PYSITELIB}/poetry/publishing/uploader.py
 ${PYSITELIB}/poetry/publishing/uploader.pyc
-${PYSITELIB}/poetry/publishing/uploader.pyo
 ${PYSITELIB}/poetry/puzzle/__init__.py
 ${PYSITELIB}/poetry/puzzle/__init__.pyc
-${PYSITELIB}/poetry/puzzle/__init__.pyo
 ${PYSITELIB}/poetry/puzzle/exceptions.py
 ${PYSITELIB}/poetry/puzzle/exceptions.pyc
-${PYSITELIB}/poetry/puzzle/exceptions.pyo
 ${PYSITELIB}/poetry/puzzle/provider.py
 ${PYSITELIB}/poetry/puzzle/provider.pyc
-${PYSITELIB}/poetry/puzzle/provider.pyo
 ${PYSITELIB}/poetry/puzzle/solver.py
 ${PYSITELIB}/poetry/puzzle/solver.pyc
-${PYSITELIB}/poetry/puzzle/solver.pyo
+${PYSITELIB}/poetry/puzzle/transaction.py
+${PYSITELIB}/poetry/puzzle/transaction.pyc
+${PYSITELIB}/poetry/py.typed
 ${PYSITELIB}/poetry/repositories/__init__.py
 ${PYSITELIB}/poetry/repositories/__init__.pyc
-${PYSITELIB}/poetry/repositories/__init__.pyo
-${PYSITELIB}/poetry/repositories/base_repository.py
-${PYSITELIB}/poetry/repositories/base_repository.pyc
-${PYSITELIB}/poetry/repositories/base_repository.pyo
+${PYSITELIB}/poetry/repositories/abstract_repository.py
+${PYSITELIB}/poetry/repositories/abstract_repository.pyc
+${PYSITELIB}/poetry/repositories/cached_repository.py
+${PYSITELIB}/poetry/repositories/cached_repository.pyc
 ${PYSITELIB}/poetry/repositories/exceptions.py
 ${PYSITELIB}/poetry/repositories/exceptions.pyc
-${PYSITELIB}/poetry/repositories/exceptions.pyo
+${PYSITELIB}/poetry/repositories/http_repository.py
+${PYSITELIB}/poetry/repositories/http_repository.pyc
 ${PYSITELIB}/poetry/repositories/installed_repository.py
 ${PYSITELIB}/poetry/repositories/installed_repository.pyc
-${PYSITELIB}/poetry/repositories/installed_repository.pyo
 ${PYSITELIB}/poetry/repositories/legacy_repository.py
 ${PYSITELIB}/poetry/repositories/legacy_repository.pyc
-${PYSITELIB}/poetry/repositories/legacy_repository.pyo
-${PYSITELIB}/poetry/repositories/pool.py
-${PYSITELIB}/poetry/repositories/pool.pyc
-${PYSITELIB}/poetry/repositories/pool.pyo
+${PYSITELIB}/poetry/repositories/link_sources/__init__.py
+${PYSITELIB}/poetry/repositories/link_sources/__init__.pyc
+${PYSITELIB}/poetry/repositories/link_sources/base.py
+${PYSITELIB}/poetry/repositories/link_sources/base.pyc
+${PYSITELIB}/poetry/repositories/link_sources/html.py
+${PYSITELIB}/poetry/repositories/link_sources/html.pyc
+${PYSITELIB}/poetry/repositories/link_sources/json.py
+${PYSITELIB}/poetry/repositories/link_sources/json.pyc
+${PYSITELIB}/poetry/repositories/lockfile_repository.py
+${PYSITELIB}/poetry/repositories/lockfile_repository.pyc
 ${PYSITELIB}/poetry/repositories/pypi_repository.py
 ${PYSITELIB}/poetry/repositories/pypi_repository.pyc
-${PYSITELIB}/poetry/repositories/pypi_repository.pyo
-${PYSITELIB}/poetry/repositories/remote_repository.py
-${PYSITELIB}/poetry/repositories/remote_repository.pyc
-${PYSITELIB}/poetry/repositories/remote_repository.pyo
 ${PYSITELIB}/poetry/repositories/repository.py
 ${PYSITELIB}/poetry/repositories/repository.pyc
-${PYSITELIB}/poetry/repositories/repository.pyo
+${PYSITELIB}/poetry/repositories/repository_pool.py
+${PYSITELIB}/poetry/repositories/repository_pool.pyc
+${PYSITELIB}/poetry/repositories/single_page_repository.py
+${PYSITELIB}/poetry/repositories/single_page_repository.pyc
 ${PYSITELIB}/poetry/utils/__init__.py
 ${PYSITELIB}/poetry/utils/__init__.pyc
-${PYSITELIB}/poetry/utils/__init__.pyo
 ${PYSITELIB}/poetry/utils/_compat.py
 ${PYSITELIB}/poetry/utils/_compat.pyc
-${PYSITELIB}/poetry/utils/_compat.pyo
-${PYSITELIB}/poetry/utils/appdirs.py
-${PYSITELIB}/poetry/utils/appdirs.pyc
-${PYSITELIB}/poetry/utils/appdirs.pyo
+${PYSITELIB}/poetry/utils/authenticator.py
+${PYSITELIB}/poetry/utils/authenticator.pyc
+${PYSITELIB}/poetry/utils/cache.py
+${PYSITELIB}/poetry/utils/cache.pyc
+${PYSITELIB}/poetry/utils/constants.py
+${PYSITELIB}/poetry/utils/constants.pyc
+${PYSITELIB}/poetry/utils/dependency_specification.py
+${PYSITELIB}/poetry/utils/dependency_specification.pyc
 ${PYSITELIB}/poetry/utils/env.py
 ${PYSITELIB}/poetry/utils/env.pyc
-${PYSITELIB}/poetry/utils/env.pyo
-${PYSITELIB}/poetry/utils/exporter.py
-${PYSITELIB}/poetry/utils/exporter.pyc
-${PYSITELIB}/poetry/utils/exporter.pyo
 ${PYSITELIB}/poetry/utils/extras.py
 ${PYSITELIB}/poetry/utils/extras.pyc
-${PYSITELIB}/poetry/utils/extras.pyo
 ${PYSITELIB}/poetry/utils/helpers.py
 ${PYSITELIB}/poetry/utils/helpers.pyc
-${PYSITELIB}/poetry/utils/helpers.pyo
 ${PYSITELIB}/poetry/utils/password_manager.py
 ${PYSITELIB}/poetry/utils/password_manager.pyc
-${PYSITELIB}/poetry/utils/password_manager.pyo
 ${PYSITELIB}/poetry/utils/patterns.py
 ${PYSITELIB}/poetry/utils/patterns.pyc
-${PYSITELIB}/poetry/utils/patterns.pyo
+${PYSITELIB}/poetry/utils/pip.py
+${PYSITELIB}/poetry/utils/pip.pyc
 ${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/vcs/__init__.py
+${PYSITELIB}/poetry/vcs/__init__.pyc
+${PYSITELIB}/poetry/vcs/git/__init__.py
+${PYSITELIB}/poetry/vcs/git/__init__.pyc
+${PYSITELIB}/poetry/vcs/git/backend.py
+${PYSITELIB}/poetry/vcs/git/backend.pyc
+${PYSITELIB}/poetry/vcs/git/system.py
+${PYSITELIB}/poetry/vcs/git/system.pyc
 ${PYSITELIB}/poetry/version/__init__.py
 ${PYSITELIB}/poetry/version/__init__.pyc
-${PYSITELIB}/poetry/version/__init__.pyo
 ${PYSITELIB}/poetry/version/version_selector.py
 ${PYSITELIB}/poetry/version/version_selector.pyc
-${PYSITELIB}/poetry/version/version_selector.pyo

Index: pkgsrc/devel/py-poetry/distinfo
diff -u pkgsrc/devel/py-poetry/distinfo:1.4 pkgsrc/devel/py-poetry/distinfo:1.5
--- pkgsrc/devel/py-poetry/distinfo:1.4 Mon Aug 22 17:59:50 2022
+++ pkgsrc/devel/py-poetry/distinfo     Mon Apr 17 20:55:52 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/08/22 17:59:50 adam Exp $
+$NetBSD: distinfo,v 1.5 2023/04/17 20:55:52 adam Exp $
 
-BLAKE2s (poetry-1.1.15.tar.gz) = bdb8b54a38fa429eeb983f3a317ec40374b17f2c50861f3fd0a7187e95941778
-SHA512 (poetry-1.1.15.tar.gz) = f695f819db87d2e8b4f8fc567df8f9857c91425b57ea2df9f7ae662e1b1a58f6073feccf53130f36a9f0cead06d24b94b02131eddc4d1cd04e54e983e7775d8b
-Size (poetry-1.1.15.tar.gz) = 135917 bytes
-SHA1 (patch-setup.py) = 87294e65a2c8082246af945ac651c7e7e405e64c
+BLAKE2s (poetry-1.4.2.tar.gz) = 2b3b2582f23a5058450593dd8e98b25bb116192930412202e8bfca3b3ce33b36
+SHA512 (poetry-1.4.2.tar.gz) = 07c7cf0095dba82bd0556ba723d2d7d2dace85dfbcb02f83225aa0ab0de9cecb236ae3bece47b89c244b242161bc4e9534a4fb91016b9e18c4385c497bab714b
+Size (poetry-1.4.2.tar.gz) = 1454500 bytes



Home | Main Index | Thread Index | Old Index