Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-poetry-2.0.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python313-poetry Distribution: openSUSE Tumbleweed
Version: 2.0.0 Vendor: openSUSE
Release: 1.1 Build date: Fri Jan 10 11:15:58 2025
Group: Unspecified Build host: reproducible
Size: 2325266 Source RPM: python-poetry-2.0.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://python-poetry.org/
Summary: Python dependency management and packaging
Python dependency management and packaging made easy.

Provides

Requires

License

MIT

Changelog

* Fri Jan 10 2025 Ben Greiner <code@bnavigator.de>
  - Fix requirements versions
* Fri Jan 10 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Skip some truculent tests.
* Wed Jan 08 2025 Dirk Müller <dmueller@suse.com>
  - update to 2.0.0:
    * **Add support for the `project` section in the
      `pyproject.toml` file according to PEP 621** (#9135,
    * #9917).
    * **Add support for defining Poetry plugins that are required
      by the project and automatically installed if not present**
      (#9547).
    * **Lock resulting markers and groups and add a `installer.re-
      resolve` option (default: `true`) to allow installation
      without re-resolving** (#9427).
    * Add a `--local-version` option to `poetry build` (#9064).
    * Add a `--clean` option to `poetry build` (#9067).
    * Add FIPS support for `poetry publish` (#9101).
    * Add the option to use `poetry new` interactively and
      configure more fields (#9101).
    * Add a config option `installer.only-binary` to enforce the
      use of binary distribution formats (#9150).
    * Add support for `poetry search` in legacy sources (#9132).
    * Add support to resume downloads from connection resets
      (#9422).
    * Add the option to define a constraint for the required Poetry
      version to manage the project (#9547).
    * Add an `--all-groups` option to `poetry install` (#9744).
    * Add an `poetry env activate` command as replacement of
      `poetry shell` (#9763).
    * Add a `--markers` option to `poetry add` to add a dependency
      with markers (#9814).
    * Add a `--migrate` option to `poetry config` to migrate
      outdated configs (#9830).
    * Add a `--project` option to search the `pyproject.toml` file
      in another directory without switching the directory (#9831).
    * Add support for shortened hashes to define git dependencies
      (#9748).
    * Add partial support for conflicting extras (#9553).
    * Add a `poetry sync` command as replacement of `poetry install
    - -sync` (#9801).
    * **Change the default behavior of `poetry lock` to `--no-
      update` and introduce a `--regenerate` option for the old
      default behavior** (#9327).
    * **Remove the dependency on `poetry-plugin-export` so that
      `poetry export` is not included per default** (#5980).
    * **Outsource `poetry shell` into `poetry-plugin-shell`**
      (#9763).
    * **Change the interface of `poetry add --optional` to require
      an extra the optional dependency is added to** (#9135).
    * **Actually switch the directory when using
      `--directory`/`-C`** (#9831).
    * **Drop support for Python 3.8** (#9692).
    * Rename `experimental.system-git-client` to
      `experimental.system-git` (#9787, #9795).
    * Replace `virtualenvs.prefer-active-python` by the inverse
      setting `virtualenvs.use-poetry-python` and prefer the active
      Python by default (#9786).
    * Deprecate several fields in the `tool.poetry` section in
      favor of the respective fields in the `project` section in
      the `pyproject.toml` file (#9135).
    * Deprecate `poetry install --sync` in favor of `poetry sync`
      (#9801).
    * Upgrade the warning if the current project cannot be
      installed to an error (#9333).
    * Remove special handling for `platformdirs 2.0` macOS config
      directory (#8916).
    * Tweak PEP 517 builds (#9094).
    * Use Poetry instead of pip to manage dependencies in isolated
      build environments (#9168,
    * #9227).
    * Trust empty `Requires-Dist` with modern metadata (#9078).
    * Do PEP 517 builds instead of parsing `setup.py` to determine
      dependencies (#9099).
    * Drop support for reading lock files prior version 1.0
      (created with Poetry prior 1.1) (#9345).
    * Default to `>=` instead of `^` for the Python requirement
      when initializing a new project (#9558).
    * Limit `build-system` to the current major version of `poetry-
      core` when initializing a new project (#9812).
    * Remove pip-based installation, i.e. `installer.modern-
      installation = false` (#9392).
    * Remove `virtualenvs.options.no-setuptools` config option and
      never include `setuptools` per default (#9331).
    * Rename exceptions to have an `Error` suffix (#9705).
    * Remove deprecated CLI options and methods and revoke the
      deprecation of `--dev` (#9732).
    * Ignore installed packages during dependency resolution
      (#9851).
    * Improve the error message on upload failure (#9701).
    * Improve the error message if the current project cannot be
      installed to include another root cause (#9651).
    * Improve the output of `poetry show <package>` (#9750).
    * Improve the error message for build errors (#9870).
    * Improve the error message when trying to remove a package
      from a project without any dependencies (#9918).
    * Drop the direct dependency on `crashtest` (#9108).
    * Require `keyring>=23.3.1` (#9167).
    * Require `build>=1.2.1` (#9283).
    * Require `dulwich>=0.22.6` (#9748).
    * Fix an issue where git dependencies with extras could only be
      cloned if a branch was specified explicitly (#7028).
    * Fix an issue where `poetry env remove` failed if
      `virtualenvs.in-project` was set to `true` (#9118).
    * Fix an issue where locking packages with a digit at the end
      of the name and non-standard sdist names failed (#9189).
    * Fix an issue where credentials where not passed when trying
      to download an URL dependency (#9202).
    * Fix an issue where using uncommon group names with `poetry
      add` resulted in a broken `pyproject.toml` (#9277).
    * Fix an issue where an inconsistent entry regarding the patch
      version of Python was kept in `envs.toml` (#9286).
    * Fix an issue where relative paths were not resolved properly
      when using `poetry build --directory` (#9433).
    * Fix an issue where unrequested extras were not uninstalled
      when running `poetry install` without an existing lock file
      (#9345).
    * Fix an issue where the `poetry-check` pre-commit hook did not
      trigger if only `poetry.lock` has changed (#9504).
    * Fix an issue where files (rather than directories) could not
      be added as single page source (#9166).
    * Fix an issue where invalid constraints were generated when
      adding a package with a local version specifier (#9603).
    * Fix several encoding warnings (#8893).
    * Fix an issue where `virtualenvs.prefer-active-python` was not
      respected (#9278).
    * Fix an issue where the line endings of the lock file were
      changed (#9468).
    * Fix an issue where installing multiple dependencies from the
      same git repository failed sporadically due to a race
      condition (#9658).
    * Fix an issue where installing multiple dependencies from
      forked monorepos failed sporadically due to a race condition
      (#9723).
    * Fix an issue where an extra package was not installed if it
      is required by multiple extras (#9700).
    * Fix an issue where a `direct_url.json` with vcs URLs not
      compliant with PEP 610 was written (#9007).
    * Fix an issue where other files than wheels were recognized as
      wheels (#9770).
    * Fix an issue where `installer.max-workers` was ignored for
      the implicit PyPI source (#9815).
    * Fix an issue where local settings (from `poetry.toml`) were
      ignored for the implicit PyPI source (#9816).
    * Fix an issue where different `dulwich` versions resulted in
      different hashes for a git dependency from a tag (#9849).
    * Fix an issue where installing a yanked package with no
      dependencies failed with an `IndexError` (#9505).
    * Fix an issue where a package could not be added from a source
      that required an empty password (#9850).
    * Fix an issue where setting `allow-prereleases = false` still
      allowed pre-releases if no other solution was found (#9798).
    * Fix an issue where the wrong environment was used for
      checking if an installed package is from system site packages
      (#9861).
    * Fix an issue where build errors from builds to retrieve
      metadata information were hidden (#9870).
    * Fix an issue where `poetry check` falsely reported that an
      invalid source "pypi" is referenced in dependencies (#9475).
    * Fix an issue where `poetry install --sync` tried to uninstall
      system site packages if the virtual environment was created
      with `virtualenvs.options.system-site-packages = true`
      (#9863).
    * Fix an issue where HTTP streaming requests were not closed
      properly when not completely consumed (#9899).
* Mon Dec 09 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 1.8.5
    * Require pkginfo>=1.12 to fix an issue with an unknown metadata
      version 2.4 (#9888).
    * Do not fail if the unknown metadata version is only a minor
      version update (#9888).
* Mon Oct 28 2024 Dirk Müller <dmueller@suse.com>
  - update to 1.8.4:
    * **Add official support for Python 3.13** (#9523).
    * Require `virtualenv>=20.26.6` to mitigate potential command
      injection when running `poetry shell` in untrusted projects
      (#9757).
* Sun Jun 30 2024 Dirk Müller <dmueller@suse.com>
  - update to 1.8.3:
    * Add support for untagged CPython builds with versions ending
      with a `+` (#9207).
    * Require `pkginfo>=1.10` to ensure support for packages with
      metadata version 2.3 (#9130).
    * Improve locking on FIPS systems (#9152).
    * Fix an issue where unrecognized package metadata versions
      silently resulted in empty dependencies (#9203,
    * #9226).
    * Fix an issue where trailing slashes in git URLs where not
      handled correctly (#9205).
    * Fix an issue where `poetry self` commands printed a warning
      that the current project cannot be installed (#9302).
    * Fix an issue where `poetry install` sporadically failed with
      a `KeyError` due to a race condition (#9335).
    * Fix incorrect information about `poetry shell` (#9060).
    * Add a git subdirectory example to `poetry add` (#9080).
    * Mention interactive credential configuration (#9074).
    * Add notes for optional advanced installation steps (#9098).
    * Add reference to configuration credentials in documentation
      of poetry `publish` (#9110).
    * Improve documentation for configuring credentials via
      environment variables (#9121).
    * Remove misleading wording around virtual environments
      (#9213).
    * Remove outdated advice regarding seeding keyring backends
      (#9213).
    * Add a `pyproject.toml` example for a dependency with multiple
      extras (#9138).
    * Clarify help of `poetry add` (#9230).
    * Add a note how to configure credentials for TestPyPI for
      `poetry publish` (#9255).
    * Fix information about the `--readme` option in `poetry new`
      (#9260).
    * Clarify what is special about the Python constraint in
      `dependencies` (#9256).
    * Update how to uninstall plugins via `pipx` (#9320).
* Tue Mar 19 2024 Ben Greiner <code@bnavigator.de>
  - Update to version 1.8.2
    * Harden lazy-wheel error handling if the index server is
      behaving badly in an unexpected way (#9051).
    * Improve lazy-wheel error handling if the index server does not
      handle HTTP range requests correctly (#9082).
    * Improve lazy-wheel error handling if the index server pretends
      to support HTTP range requests but does not respect them
      (#9084).
    * Improve lazy-wheel to allow redirects for HEAD requests
      (#9087).
    * Improve debug logging for lazy-wheel errors (#9059).
    * Fix an issue where the hash of a metadata file could not be
      calculated correctly due to an encoding issue (#9048).
    * Fix an issue where poetry add failed in non-package mode if no
      project name was set (#9046).
    * Fix an issue where a hint to non-package mode was not compliant
      with the final name of the setting (#9073).
  - Release 1.8.1
    * Update the minimum required version of packaging (#9031).
    * Handle unexpected responses from servers that do not support
      HTTP range requests with negative offsets more robust (#9030).
  - Release 1.8.0
    [#]# Added
    * Add a non-package mode for use cases where Poetry is only used
      for dependency management (#8650).
    * Add support for PEP 658 to fetch metadata without having to
      download wheels (#5509).
    * Add a lazy-wheel config option (default: true) to reduce wheel
      downloads during dependency resolution (#8815, #8941).
    * Improve performance of dependency resolution by using shallow
      copies instead of deep copies (#8671).
    * poetry check validates that no unknown sources are referenced
      in dependencies (#8709).
    * Add archive validation during installation for further hash
      algorithms (#8851).
    * Add a to key in tool.poetry.packages to allow custom subpackage
      names (#8791).
    * Add a config option to disable keyring (#8910).
    * Add a --sync option to poetry update (#8931).
    * Add an --output option to poetry build (#8828).
    * Add a --dist-dir option to poetry publish (#8828).
    [#]# Changed
    * The implicit PyPI source is disabled if at least one primary
      source is configured (#8771).
    * Deprecate source priority default (#8771).
    * Upgrade the warning about an inconsistent lockfile to an error
      (#8737).
    * Deprecate setting installer.modern-installation to false
      (#8988).
    * Drop support for pip<19 (#8894).
    * Require requests-toolbelt>=1 (#8680).
    * Allow platformdirs 4.x (#8668).
    * Allow and require xattr 1.x on macOS (#8801).
    * Improve venv shell activation in fish (#8804).
    * Rename system to base in output of poetry env info (#8832).
    * Use pretty name in output of poetry version (#8849).
    * Improve error handling for invalid entries in
      tool.poetry.scripts (#8898).
    * Improve verbose output for dependencies with extras during
      dependency resolution (#8834).
    * Improve message about an outdated lockfile (#8962).
    [#]# Fixed
    * Fix an issue where poetry shell failed when Python has been
      installed with MSYS2 (#8644).
    * Fix an issue where Poetry commands failed in a terminal with a
      non-UTF-8 encoding (#8608).
    * Fix an issue where a missing project name caused an
      incomprehensible error message (#8691).
    * Fix an issue where Poetry failed to install an sdist path
      dependency (#8682).
    * Fix an issue where poetry install failed because an unused
      extra was not available (#8548).
    * Fix an issue where poetry install --sync did not remove an
      unrequested extra (#8621).
    * Fix an issue where poetry init did not allow specific
      characters in the author field (#8779).
    * Fix an issue where Poetry could not download sdists from
      misconfigured servers (#8701).
    * Fix an issue where metadata of sdists that call CLI tools of
      their build requirements could not be determined (#8827).
    * Fix an issue where Poetry failed to use the currently activated
      environment (#8831).
    * Fix an issue where poetry shell failed in zsh if a space was in
      the venv path (#7245).
    * Fix an issue where scripts with extras could not be installed
      (#8900).
    * Fix an issue where explicit sources where not propagated
      correctly (#8835).
    * Fix an issue where debug prints where swallowed when using a
      build script (#8760).
    * Fix an issue where explicit sources of locked dependencies
      where not propagated correctly (#8948).
    * Fix an issue where Poetry's own environment was falsely
      identified as system environment (#8970).
    * Fix an issue where dependencies from a setup.py were ignored
      silently (#9000).
    * Fix an issue where environment variables for virtualenv.options
      were ignored (#9015).
    * Fix an issue where virtualenvs.options.no-pip and
      virtualenvs.options.no-setuptools were not normalized (#9015).
* Tue Jan 02 2024 Dirk Müller <dmueller@suse.com>
  - update to 1.7.1:
    * Fix an issue where sdists that call CLI tools of their build
      requirements could not be installed (#8630).
    * Fix an issue where sdists with symlinks could not be
      installed due to a broken tarfile datafilter (#8649).
    * Fix an issue where `poetry init` failed when trying to add
      dependencies (#8655).
    * Fix an issue where `poetry install` failed if
      `virtualenvs.create` was set to `false` (#8672).
    * Add official support for Python 3.12 (#7803, #8544).
    * 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).
    * Set Poetry as `user-agent` for all HTTP requests (#8394).
    * Do not install `setuptools` per default in Python 3.12
    * 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).
    * 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).
    * ### poetry-core (`1.8.1`)
    * Add support for creating packages dynamically in the build
      script (#629).
    * Improve marker logic for `extra` markers (#636).
    * Update list of supported licenses (#635, #646).
    * Fix an issue where projects with extension modules were not
      installed in editable mode (#633).
    * Fix an issue where the wrong or no `lib` folder was added to
      the wheel (#634).
    * ### poetry-plugin-export (`^1.6.0`)
    * Add an `--all-extras` option (#241).
    * Fix an issue where git dependencies are exported with the
      branch name instead of the resolved commit hash (#213).
  -  drop build-1.patch, poetry-pr8447-fastjsonschema.patch
    (upstream)
* Thu Sep 28 2023 Ben Greiner <code@bnavigator.de>
  - Drop unlimit-jsonschema.patch in favor of
    poetry-pr8447-fastjsonschema.patch
    * gh#python-poetry/poetry#8447
* Thu Sep 28 2023 Dirk Müller <dmueller@suse.com>
  - add unlimit-jsonschema.patch to avoid installation issue
* Sat Sep 23 2023 Ben Greiner <code@bnavigator.de>
  - Fix dependencies
* Thu Sep 21 2023 Ondřej Súkup <mimi.vx@gmail.com>
  - add build-1.patch to fix compatibility with python-build-1.0+
  - update to 1.6.1
    * Add support for repositories that do not provide a supported
      hash algorithm
    * Add full support for duplicate dependencies with overlapping
      markers
    * Improve performance of poetry lock for certain edge cases
    * Improve performance of poetry install
    * poetry check validates that specified readme files do exist
    * Add a downgrading note when updating to an older version
    * Add support for vox in the xonsh shell
    * Add support for pre-commit hooks for projects where the
      pyproject.toml file is located in a subfolder
    * Add support for the git+http:// scheme
    * Drop support for Python 3.7
    * Move poetry lock --check to poetry check --lock and
      deprecate the former
    * Change future warning that PyPI will only be disabled
      automatically if there are no primary sources
    * Update the minimum required version of requests
    * Fix an issue where build-system.requires were not respected
      for projects with build scripts
    * Fix an issue where the encoding was not handled correctly
      when calling a subprocess
    * Fix an issue where poetry show --top-level did not show top
      level dependencies with extras
    * Fix an issue where poetry init handled projects with src
      layout incorrectly
    * Fix an issue where Poetry wrote .pth files with the wrong
      encoding
    * Fix an issue where poetry install did not respect the source
      if the same version of a package has been locked from
      different sources
    * Document official Poetry badge
    * Add a warning about pip ignoring lock files
    * Clarify the use of the virtualenvs.in-project setting.
    * Fix command for listing installed plugins
    * Mention the nox-poetry package
    * Add an example with a PyPI source in the pyproject.toml file
    * Use reference instead of deprecated callable in the scripts example
* Mon May 29 2023 Ben Greiner <code@bnavigator.de>
  - 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).
* Mon May 22 2023 Ben Greiner <code@bnavigator.de>
  - Update to 1.5.0
    [#]# Added
    * Introduce the new source priorities explicit and supplemental
      (#7658, #6879).
    * Introduce the option to configure the priority of the implicit
      PyPI source (#7801).
    * Add handling for corrupt cache files (#7453).
    * Improve caching of URL and git dependencies (#7693, #7473).
    * Add option to skip installing directory dependencies (#6845,
      [#7923]).
    * Add --executable option to poetry env info (#7547).
    * Add --top-level option to poetry show (#7415).
    * Add --lock option to poetry remove (#7917).
    * Add experimental POETRY_REQUESTS_TIMEOUT option (#7081).
    * Improve performance of wheel inspection by avoiding unnecessary
      file copy operations (#7916).
    [#]# Changed
    * Remove the old deprecated installer and the corresponding
      setting experimental.new-installer (#7356).
    * Introduce priority key for sources and deprecate flags default
      and secondary (#7658).
    * Deprecate poetry run <entry point> if the entry point was not
      previously installed via poetry install (#7606).
    * Only write the lock file if the installation succeeds (#7498).
    * Do not write the unused package category into the lock file
      (#7637).
    [#]# Fixed
    * Fix an issue where Poetry's internal pyproject.toml continually
      grows larger with empty lines (#7705).
    * Fix an issue where Poetry crashes due to corrupt cache files
      (#7453).
    * Fix an issue where the Retry-After in HTTP responses was not
      respected and retries were handled inconsistently (#7072).
    * Fix an issue where Poetry silently ignored invalid groups
      (#7529).
    * Fix an issue where Poetry does not find a compatible Python
      version if not given explicitly (#7771).
    * Fix an issue where the direct_url.json of an editable install
      from a git dependency was invalid (#7473).
    * Fix an issue where error messages from build backends were not
      decoded correctly (#7781).
    * Fix an infinite loop when adding certain dependencies (#7405).
    * Fix an issue where pre-commit hooks skip pyproject.toml files
      in subdirectories (#7239).
    * Fix an issue where pre-commit hooks do not use the expected
      Python version (#6989).
    * Fix an issue where an unclear error message is printed if the
      project name is the same as one of its dependencies (#7757).
    * Fix an issue where poetry install returns a zero exit status
      even though the build script failed (#7812).
    * Fix an issue where an existing .venv was not used if in-project
      was not set (#7792).
    * Fix an issue where multiple extras passed to poetry add were
      not parsed correctly (#7836).
    * Fix an issue where poetry shell did not send a newline to fish
      (#7884).
    * Fix an issue where poetry update --lock printed operations that
      were not executed (#7915).
    * Fix an issue where poetry add --lock did perform a full update
      of all dependencies (#7920).
    * Fix an issue where poetry shell did not work with nushell
      (#7919).
    * Fix an issue where subprocess calls failed on Python 3.7
      (#7932).
    * Fix an issue where keyring was called even though the password
      was stored in an environment variable (#7928).
  - Drop poetry-pr7893-unpin-requests-toolbelt.patch
* Mon May 08 2023 Ben Greiner <code@bnavigator.de>
  - Sync requests-toolbelt clamps with python metadata
    * Add poetry-pr7893-unpin-requests-toolbelt.patch
    * gh#python-poetry/poetry#7893
* Mon May 08 2023 Daniel Garcia <daniel.garcia@suse.com>
  - Remove python-requests-toolbelt upper version limit to make it work
    with latest request (1.0.0)
* Mon May 08 2023 Johannes Kastl <kastl@b1-systems.de>
  - add sle15_python_module_pythons
* Tue May 02 2023 Ben Greiner <code@bnavigator.de>
  - Skip suddenly failing test not finding setuptools (due to
    virtualenv update to v20.22)
* Mon Apr 24 2023 Torsten Gruner <simmphonie@opensuse.org>
  - Update to 1.4.2
    * 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 (#7694).
    * Fix an issue where relative git submodule urls were not parsed correctly (#7017).
    * 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 (#7699).
  - Changes in 1.4.0
    * Add a modern installer (installer.modern-installation) for
      faster installation of packages and independence from pip
      (#6205).
    * Add support for Private :: trove classifiers (#7271).
    * Add the version of poetry in the @generated comment at the
      beginning of the lock file (#7339).
    * Add support for virtualenvs.prefer-active-python when running
      poetry new and poetry init (#7100).
    * Deprecate the old installer, i.e. setting
      experimental.new-installer to false (#7358).
    * Remove unused platform field from cached package info and bump
      the cache version (#7304).
    * Extra dependencies of the root project are now sorted in the
      lock file (#7375).
    * Remove upper boundary for importlib-metadata dependency
      (#7434).
    * Validate path dependencies during use instead of during
      construction (#6844).
    * Remove the deprecated repository modules (#7468).
* Fri Feb 24 2023 Daniel Garcia <daniel.garcia@suse.com>
  - Add python-orjson test requirement, it's needed because
    python-deepdiff > 6.2.3.
    gh#python-poetry/poetry@68770a67ef7e#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711R93
* Sun Jan 15 2023 Ben Greiner <code@bnavigator.de>
  - Update to 1.3.2
    * Fix a performance regression when locking dependencies from
      PyPI (#7232).
    * Fix an issue where passing a relative path via -C, --directory
      fails (#7266).
  - Fix multibuild test src.rpm package names
* Wed Dec 14 2022 Daniel Garcia <daniel.garcia@suse.com>
  - Fix python-tomli requirement, there's no release > 2.0.1 yet.
* Tue Dec 13 2022 Ben Greiner <code@bnavigator.de>
  - Update to 1.3.1
    * Fix an issue where an explicit dependency on lockfile was
      missing, resulting in a broken Poetry in rare circumstances
      (7169).
  - Catch up with upstream dependencies changed in previous updates
* Tue Dec 13 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to 1.3.0
    Added
    * Mark the lock file with an @generated comment as used by common tooling (#2773).
    * poetry check validates trove classifiers and warns for deprecations (#2881).
    * Introduce a top level -C, --directory option to set the working path (#6810).
    Changed
    * New lock file format (version 2.0) (#6393).
    * Path dependency metadata is unconditionally re-locked (#6843).
    * URL dependency hashes are locked (#7121).
    * poetry update and poetry lock should now resolve dependencies more similarly (#6477).
    * poetry publish will report more useful errors when a file does not exist (#4417).
    * poetry add will check for duplicate entries using canonical names (#6832).
    * Wheels are preferred to source distributions when gathering metadata (#6547).
    * Git dependencies of extras are only fetched if the extra is requested (#6615).
    * Invoke pip with --no-input to prevent hanging without feedback (#6724, #6966).
    * Invoke pip with --isolated to prevent the influence of user configuration (#6531).
    * Interrogate environments with Python in isolated (-I) mode (#6628).
    * Raise an informative error when multiple version constraints overlap and are incompatible (#7098).
    Fixed
    * Fix an issue where concurrent instances of Poetry would corrupt the artifact cache (#6186).
    * Fix an issue where Poetry can hang after being interrupted due to stale locking in cache (#6471).
    * Fix an issue where the output of commands executed with --dry-run contained duplicate entries (#4660).
    * Fix an issue where requests’s pool size did not match the number of installer workers (#6805).
    * Fix an issue where poetry show --outdated failed with a runtime error related to direct origin dependencies (#6016).
    * Fix an issue where only the last command of an ApplicationPlugin is registered (#6304).
    * Fix an issue where git dependencies were fetched unnecessarily when running poetry lock --no-update (#6131).
    * Fix an issue where stdout was polluted with messages that should go to stderr (#6429).
    * Fix an issue with poetry shell activation and zsh (#5795).
    * Fix an issue where a url dependencies were shown as outdated (#6396).
    * Fix an issue where the source field of a dependency with extras was ignored (#6472).
    * Fix an issue where a package from the wrong source was installed for a multiple-constraints dependency with different sources (#6747).
    * Fix an issue where dependencies from different sources where merged during dependency resolution (#6679).
    * Fix an issue where experimental.system-git-client could not be used via environment variable (#6783).
    * Fix an issue where Poetry fails with an AssertionError due to distribution.files being None (#6788).
    * Fix an issue where poetry env info did not respect virtualenvs.prefer-active-python (#6986).
    * Fix an issue where poetry env list does not list the in-project environment (#6979).
    * Fix an issue where poetry env remove removed the wrong environment (#6195).
    * Fix an issue where the return code of a script was not relayed as exit code (#6824).
    * Fix an issue where the solver could silently swallow ValueError (#6790).
    Docs
    * Improve documentation of package sources (#5605).
    * Correct the default cache path on Windows (#7012).
* Mon Oct 10 2022 Ben Greiner <code@bnavigator.de>
  - Update to 1.2.2
    * Add forward compatibility for lock file format 2.0, which will
      be used by Poetry 1.3 (#6608).
    * Allow poetry lock to re-generate the lock file when invalid or
      incompatible (#6753).
    * Fix an issue where the deprecated JSON API was used to query
      PyPI for available versions of a package (#6081).
    * Fix an issue where versions were escaped wrongly when building
      the wheel name (#6476).
    * Fix an issue where the installation of dependencies failed if
      pip is a dependency and is updated in parallel to other
      dependencies (#6582).
    * Fix an issue where the names of extras were not normalized
      according to PEP 685 (#6541).
    * Fix an issue where sdist names were not normalized (#6621).
    * Fix an issue where invalid constraints, which are ignored, were
      only reported in a debug message instead of a warning (#6730).
* Sun Oct 09 2022 Ben Greiner <code@bnavigator.de>
  - Update to 1.2.1
    * Bump poetry-core to 1.2.0.
    * Bump poetry-plugin-export to ^1.0.7.
  - Release 1.2.0
    * https://python-poetry.org/blog/announcing-poetry-1.2.0/
    * Dropping support for Python 2.7, 3.5 and 3.6 as runtimes
    * Dependency groups
    * Plugin support
    * Migration of the poetry export command
    * Support for yanked releases (PEP 592)
    * Support for Direct Origin URL records (PEP 610)
    * Subdirectory support for Git dependencies
    * Single page repository support
    * Synchronizing the environment with the lock file
    * Opting out of binary distributions
    * Native Python git client
    * Detection of the currently active Python (experimental)
    * PEP 508 dependency specification parsing
    * Comprehensive HTTPS certificate support
    * Non-verbose error handling
    * Management of setuptools and pip
    * Keyring backend issues
    * Usefulness of experimental.new-installer false
  - Drop patches
    * poetry-1645-1.1.patch
    * poetry-4749-1.1.patch
    * use-new-name-of-MockFixture.patch
  - Make multibuild because of circular dependencies with
    python-poetry-plugin-export
* Fri Aug 26 2022 Ben Greiner <code@bnavigator.de>
  - Update to 1.1.15
    * Poetry now fallback to gather metadata for dependencies via
      pep517 if parsing pyproject.toml fail (#6206)
    * Extras and extras dependencies are now sorted in lock file
      (#6207)
* Fri Jul 08 2022 Ben Greiner <code@bnavigator.de>
  - Update to 1.1.14
    * Fixed an issue where dependencies hashes could not be retrieved
      when locking due to a breaking change on PyPI JSON API (#5973)
* Fri Mar 18 2022 Ben Greiner <code@bnavigator.de>
  - Update to 1.1.13
    * Fixed an issue where envs in MSYS2 always reported as broken
      (#4942)
    * Fixed an issue where conda envs in windows are always reported
      as broken(#5008)
    * Fixed an issue where Poetry doesn't find its own venv on poetry
      self update (#5048)
  - Refresh use-new-name-of-MockFixture.patch
  - Drop poetry-3544-py310.patch

Files

/etc/alternatives/poetry
/usr/bin/poetry
/usr/bin/poetry-3.13
/usr/lib/python3.13/site-packages/poetry
/usr/lib/python3.13/site-packages/poetry-2.0.0.dist-info
/usr/lib/python3.13/site-packages/poetry-2.0.0.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/poetry-2.0.0.dist-info/LICENSE
/usr/lib/python3.13/site-packages/poetry-2.0.0.dist-info/METADATA
/usr/lib/python3.13/site-packages/poetry-2.0.0.dist-info/RECORD
/usr/lib/python3.13/site-packages/poetry-2.0.0.dist-info/REQUESTED
/usr/lib/python3.13/site-packages/poetry-2.0.0.dist-info/WHEEL
/usr/lib/python3.13/site-packages/poetry-2.0.0.dist-info/entry_points.txt
/usr/lib/python3.13/site-packages/poetry/__main__.py
/usr/lib/python3.13/site-packages/poetry/__pycache__
/usr/lib/python3.13/site-packages/poetry/__pycache__/__main__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/__pycache__/__main__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/__pycache__/__version__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/__pycache__/__version__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/__pycache__/exceptions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/__pycache__/exceptions.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/__pycache__/factory.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/__pycache__/factory.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/__pycache__/locations.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/__pycache__/locations.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/__pycache__/poetry.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/__pycache__/poetry.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/__version__.py
/usr/lib/python3.13/site-packages/poetry/config
/usr/lib/python3.13/site-packages/poetry/config/__init__.py
/usr/lib/python3.13/site-packages/poetry/config/__pycache__
/usr/lib/python3.13/site-packages/poetry/config/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/config/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/config/__pycache__/config.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/config/__pycache__/config.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/config/__pycache__/config_source.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/config/__pycache__/config_source.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/config/__pycache__/dict_config_source.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/config/__pycache__/dict_config_source.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/config/__pycache__/file_config_source.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/config/__pycache__/file_config_source.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/config/__pycache__/source.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/config/__pycache__/source.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/config/config.py
/usr/lib/python3.13/site-packages/poetry/config/config_source.py
/usr/lib/python3.13/site-packages/poetry/config/dict_config_source.py
/usr/lib/python3.13/site-packages/poetry/config/file_config_source.py
/usr/lib/python3.13/site-packages/poetry/config/source.py
/usr/lib/python3.13/site-packages/poetry/console
/usr/lib/python3.13/site-packages/poetry/console/__init__.py
/usr/lib/python3.13/site-packages/poetry/console/__pycache__
/usr/lib/python3.13/site-packages/poetry/console/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/__pycache__/application.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/__pycache__/application.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/__pycache__/command_loader.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/__pycache__/command_loader.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/__pycache__/exceptions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/__pycache__/exceptions.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/application.py
/usr/lib/python3.13/site-packages/poetry/console/command_loader.py
/usr/lib/python3.13/site-packages/poetry/console/commands
/usr/lib/python3.13/site-packages/poetry/console/commands/__init__.py
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/about.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/about.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/add.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/add.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/build.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/build.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/check.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/check.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/command.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/command.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/config.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/config.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/env_command.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/env_command.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/group_command.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/group_command.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/init.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/init.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/install.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/install.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/installer_command.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/installer_command.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/lock.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/lock.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/new.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/new.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/publish.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/publish.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/remove.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/remove.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/run.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/run.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/search.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/search.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/show.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/show.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/sync.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/sync.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/update.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/update.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/version.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/__pycache__/version.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/about.py
/usr/lib/python3.13/site-packages/poetry/console/commands/add.py
/usr/lib/python3.13/site-packages/poetry/console/commands/build.py
/usr/lib/python3.13/site-packages/poetry/console/commands/cache
/usr/lib/python3.13/site-packages/poetry/console/commands/cache/__init__.py
/usr/lib/python3.13/site-packages/poetry/console/commands/cache/__pycache__
/usr/lib/python3.13/site-packages/poetry/console/commands/cache/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/cache/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/cache/__pycache__/clear.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/cache/__pycache__/clear.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/cache/__pycache__/list.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/cache/__pycache__/list.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/cache/clear.py
/usr/lib/python3.13/site-packages/poetry/console/commands/cache/list.py
/usr/lib/python3.13/site-packages/poetry/console/commands/check.py
/usr/lib/python3.13/site-packages/poetry/console/commands/command.py
/usr/lib/python3.13/site-packages/poetry/console/commands/config.py
/usr/lib/python3.13/site-packages/poetry/console/commands/debug
/usr/lib/python3.13/site-packages/poetry/console/commands/debug/__init__.py
/usr/lib/python3.13/site-packages/poetry/console/commands/debug/__pycache__
/usr/lib/python3.13/site-packages/poetry/console/commands/debug/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/debug/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/debug/__pycache__/info.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/debug/__pycache__/info.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/debug/__pycache__/resolve.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/debug/__pycache__/resolve.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/debug/info.py
/usr/lib/python3.13/site-packages/poetry/console/commands/debug/resolve.py
/usr/lib/python3.13/site-packages/poetry/console/commands/env
/usr/lib/python3.13/site-packages/poetry/console/commands/env/__init__.py
/usr/lib/python3.13/site-packages/poetry/console/commands/env/__pycache__
/usr/lib/python3.13/site-packages/poetry/console/commands/env/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/env/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/env/__pycache__/activate.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/env/__pycache__/activate.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/env/__pycache__/info.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/env/__pycache__/info.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/env/__pycache__/list.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/env/__pycache__/list.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/env/__pycache__/remove.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/env/__pycache__/remove.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/env/__pycache__/use.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/env/__pycache__/use.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/env/activate.py
/usr/lib/python3.13/site-packages/poetry/console/commands/env/info.py
/usr/lib/python3.13/site-packages/poetry/console/commands/env/list.py
/usr/lib/python3.13/site-packages/poetry/console/commands/env/remove.py
/usr/lib/python3.13/site-packages/poetry/console/commands/env/use.py
/usr/lib/python3.13/site-packages/poetry/console/commands/env_command.py
/usr/lib/python3.13/site-packages/poetry/console/commands/group_command.py
/usr/lib/python3.13/site-packages/poetry/console/commands/init.py
/usr/lib/python3.13/site-packages/poetry/console/commands/install.py
/usr/lib/python3.13/site-packages/poetry/console/commands/installer_command.py
/usr/lib/python3.13/site-packages/poetry/console/commands/lock.py
/usr/lib/python3.13/site-packages/poetry/console/commands/new.py
/usr/lib/python3.13/site-packages/poetry/console/commands/publish.py
/usr/lib/python3.13/site-packages/poetry/console/commands/remove.py
/usr/lib/python3.13/site-packages/poetry/console/commands/run.py
/usr/lib/python3.13/site-packages/poetry/console/commands/search.py
/usr/lib/python3.13/site-packages/poetry/console/commands/self
/usr/lib/python3.13/site-packages/poetry/console/commands/self/__init__.py
/usr/lib/python3.13/site-packages/poetry/console/commands/self/__pycache__
/usr/lib/python3.13/site-packages/poetry/console/commands/self/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/self/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/self/__pycache__/add.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/self/__pycache__/add.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/self/__pycache__/install.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/self/__pycache__/install.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/self/__pycache__/lock.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/self/__pycache__/lock.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/self/__pycache__/remove.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/self/__pycache__/remove.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/self/__pycache__/self_command.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/self/__pycache__/self_command.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/self/__pycache__/sync.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/self/__pycache__/sync.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/self/__pycache__/update.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/self/__pycache__/update.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/self/add.py
/usr/lib/python3.13/site-packages/poetry/console/commands/self/install.py
/usr/lib/python3.13/site-packages/poetry/console/commands/self/lock.py
/usr/lib/python3.13/site-packages/poetry/console/commands/self/remove.py
/usr/lib/python3.13/site-packages/poetry/console/commands/self/self_command.py
/usr/lib/python3.13/site-packages/poetry/console/commands/self/show
/usr/lib/python3.13/site-packages/poetry/console/commands/self/show/__init__.py
/usr/lib/python3.13/site-packages/poetry/console/commands/self/show/__pycache__
/usr/lib/python3.13/site-packages/poetry/console/commands/self/show/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/self/show/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/self/show/__pycache__/plugins.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/self/show/__pycache__/plugins.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/self/show/plugins.py
/usr/lib/python3.13/site-packages/poetry/console/commands/self/sync.py
/usr/lib/python3.13/site-packages/poetry/console/commands/self/update.py
/usr/lib/python3.13/site-packages/poetry/console/commands/show.py
/usr/lib/python3.13/site-packages/poetry/console/commands/source
/usr/lib/python3.13/site-packages/poetry/console/commands/source/__init__.py
/usr/lib/python3.13/site-packages/poetry/console/commands/source/__pycache__
/usr/lib/python3.13/site-packages/poetry/console/commands/source/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/source/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/source/__pycache__/add.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/source/__pycache__/add.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/source/__pycache__/remove.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/source/__pycache__/remove.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/source/__pycache__/show.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/source/__pycache__/show.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/commands/source/add.py
/usr/lib/python3.13/site-packages/poetry/console/commands/source/remove.py
/usr/lib/python3.13/site-packages/poetry/console/commands/source/show.py
/usr/lib/python3.13/site-packages/poetry/console/commands/sync.py
/usr/lib/python3.13/site-packages/poetry/console/commands/update.py
/usr/lib/python3.13/site-packages/poetry/console/commands/version.py
/usr/lib/python3.13/site-packages/poetry/console/events
/usr/lib/python3.13/site-packages/poetry/console/events/__init__.py
/usr/lib/python3.13/site-packages/poetry/console/events/__pycache__
/usr/lib/python3.13/site-packages/poetry/console/events/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/events/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/events/__pycache__/console_events.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/events/__pycache__/console_events.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/events/console_events.py
/usr/lib/python3.13/site-packages/poetry/console/exceptions.py
/usr/lib/python3.13/site-packages/poetry/console/io
/usr/lib/python3.13/site-packages/poetry/console/io/__init__.py
/usr/lib/python3.13/site-packages/poetry/console/io/__pycache__
/usr/lib/python3.13/site-packages/poetry/console/io/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/io/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/io/inputs
/usr/lib/python3.13/site-packages/poetry/console/io/inputs/__init__.py
/usr/lib/python3.13/site-packages/poetry/console/io/inputs/__pycache__
/usr/lib/python3.13/site-packages/poetry/console/io/inputs/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/io/inputs/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/io/inputs/__pycache__/run_argv_input.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/io/inputs/__pycache__/run_argv_input.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/io/inputs/run_argv_input.py
/usr/lib/python3.13/site-packages/poetry/console/logging
/usr/lib/python3.13/site-packages/poetry/console/logging/__init__.py
/usr/lib/python3.13/site-packages/poetry/console/logging/__pycache__
/usr/lib/python3.13/site-packages/poetry/console/logging/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/logging/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/logging/__pycache__/filters.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/logging/__pycache__/filters.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/logging/__pycache__/io_formatter.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/logging/__pycache__/io_formatter.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/logging/__pycache__/io_handler.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/logging/__pycache__/io_handler.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/logging/filters.py
/usr/lib/python3.13/site-packages/poetry/console/logging/formatters
/usr/lib/python3.13/site-packages/poetry/console/logging/formatters/__init__.py
/usr/lib/python3.13/site-packages/poetry/console/logging/formatters/__pycache__
/usr/lib/python3.13/site-packages/poetry/console/logging/formatters/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/logging/formatters/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/logging/formatters/__pycache__/builder_formatter.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/logging/formatters/__pycache__/builder_formatter.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/logging/formatters/__pycache__/formatter.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/console/logging/formatters/__pycache__/formatter.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/console/logging/formatters/builder_formatter.py
/usr/lib/python3.13/site-packages/poetry/console/logging/formatters/formatter.py
/usr/lib/python3.13/site-packages/poetry/console/logging/io_formatter.py
/usr/lib/python3.13/site-packages/poetry/console/logging/io_handler.py
/usr/lib/python3.13/site-packages/poetry/exceptions.py
/usr/lib/python3.13/site-packages/poetry/factory.py
/usr/lib/python3.13/site-packages/poetry/inspection
/usr/lib/python3.13/site-packages/poetry/inspection/__init__.py
/usr/lib/python3.13/site-packages/poetry/inspection/__pycache__
/usr/lib/python3.13/site-packages/poetry/inspection/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/inspection/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/inspection/__pycache__/info.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/inspection/__pycache__/info.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/inspection/__pycache__/lazy_wheel.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/inspection/__pycache__/lazy_wheel.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/inspection/info.py
/usr/lib/python3.13/site-packages/poetry/inspection/lazy_wheel.py
/usr/lib/python3.13/site-packages/poetry/installation
/usr/lib/python3.13/site-packages/poetry/installation/__init__.py
/usr/lib/python3.13/site-packages/poetry/installation/__pycache__
/usr/lib/python3.13/site-packages/poetry/installation/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/installation/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/installation/__pycache__/chef.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/installation/__pycache__/chef.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/installation/__pycache__/chooser.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/installation/__pycache__/chooser.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/installation/__pycache__/executor.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/installation/__pycache__/executor.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/installation/__pycache__/installer.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/installation/__pycache__/installer.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/installation/__pycache__/wheel_installer.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/installation/__pycache__/wheel_installer.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/installation/chef.py
/usr/lib/python3.13/site-packages/poetry/installation/chooser.py
/usr/lib/python3.13/site-packages/poetry/installation/executor.py
/usr/lib/python3.13/site-packages/poetry/installation/installer.py
/usr/lib/python3.13/site-packages/poetry/installation/operations
/usr/lib/python3.13/site-packages/poetry/installation/operations/__init__.py
/usr/lib/python3.13/site-packages/poetry/installation/operations/__pycache__
/usr/lib/python3.13/site-packages/poetry/installation/operations/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/installation/operations/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/installation/operations/__pycache__/install.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/installation/operations/__pycache__/install.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/installation/operations/__pycache__/operation.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/installation/operations/__pycache__/operation.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/installation/operations/__pycache__/uninstall.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/installation/operations/__pycache__/uninstall.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/installation/operations/__pycache__/update.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/installation/operations/__pycache__/update.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/installation/operations/install.py
/usr/lib/python3.13/site-packages/poetry/installation/operations/operation.py
/usr/lib/python3.13/site-packages/poetry/installation/operations/uninstall.py
/usr/lib/python3.13/site-packages/poetry/installation/operations/update.py
/usr/lib/python3.13/site-packages/poetry/installation/wheel_installer.py
/usr/lib/python3.13/site-packages/poetry/json
/usr/lib/python3.13/site-packages/poetry/json/__init__.py
/usr/lib/python3.13/site-packages/poetry/json/__pycache__
/usr/lib/python3.13/site-packages/poetry/json/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/json/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/json/schemas
/usr/lib/python3.13/site-packages/poetry/json/schemas/poetry.json
/usr/lib/python3.13/site-packages/poetry/layouts
/usr/lib/python3.13/site-packages/poetry/layouts/__init__.py
/usr/lib/python3.13/site-packages/poetry/layouts/__pycache__
/usr/lib/python3.13/site-packages/poetry/layouts/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/layouts/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/layouts/__pycache__/layout.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/layouts/__pycache__/layout.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/layouts/__pycache__/src.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/layouts/__pycache__/src.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/layouts/layout.py
/usr/lib/python3.13/site-packages/poetry/layouts/src.py
/usr/lib/python3.13/site-packages/poetry/locations.py
/usr/lib/python3.13/site-packages/poetry/masonry
/usr/lib/python3.13/site-packages/poetry/masonry/__init__.py
/usr/lib/python3.13/site-packages/poetry/masonry/__pycache__
/usr/lib/python3.13/site-packages/poetry/masonry/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/masonry/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/masonry/__pycache__/api.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/masonry/__pycache__/api.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/masonry/api.py
/usr/lib/python3.13/site-packages/poetry/masonry/builders
/usr/lib/python3.13/site-packages/poetry/masonry/builders/__init__.py
/usr/lib/python3.13/site-packages/poetry/masonry/builders/__pycache__
/usr/lib/python3.13/site-packages/poetry/masonry/builders/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/masonry/builders/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/masonry/builders/__pycache__/editable.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/masonry/builders/__pycache__/editable.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/masonry/builders/editable.py
/usr/lib/python3.13/site-packages/poetry/mixology
/usr/lib/python3.13/site-packages/poetry/mixology/__init__.py
/usr/lib/python3.13/site-packages/poetry/mixology/__pycache__
/usr/lib/python3.13/site-packages/poetry/mixology/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/mixology/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/mixology/__pycache__/assignment.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/mixology/__pycache__/assignment.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/mixology/__pycache__/failure.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/mixology/__pycache__/failure.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/mixology/__pycache__/incompatibility.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/mixology/__pycache__/incompatibility.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/mixology/__pycache__/incompatibility_cause.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/mixology/__pycache__/incompatibility_cause.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/mixology/__pycache__/partial_solution.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/mixology/__pycache__/partial_solution.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/mixology/__pycache__/result.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/mixology/__pycache__/result.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/mixology/__pycache__/set_relation.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/mixology/__pycache__/set_relation.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/mixology/__pycache__/term.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/mixology/__pycache__/term.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/mixology/__pycache__/version_solver.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/mixology/__pycache__/version_solver.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/mixology/assignment.py
/usr/lib/python3.13/site-packages/poetry/mixology/failure.py
/usr/lib/python3.13/site-packages/poetry/mixology/incompatibility.py
/usr/lib/python3.13/site-packages/poetry/mixology/incompatibility_cause.py
/usr/lib/python3.13/site-packages/poetry/mixology/partial_solution.py
/usr/lib/python3.13/site-packages/poetry/mixology/result.py
/usr/lib/python3.13/site-packages/poetry/mixology/set_relation.py
/usr/lib/python3.13/site-packages/poetry/mixology/term.py
/usr/lib/python3.13/site-packages/poetry/mixology/version_solver.py
/usr/lib/python3.13/site-packages/poetry/packages
/usr/lib/python3.13/site-packages/poetry/packages/__init__.py
/usr/lib/python3.13/site-packages/poetry/packages/__pycache__
/usr/lib/python3.13/site-packages/poetry/packages/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/packages/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/packages/__pycache__/dependency_package.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/packages/__pycache__/dependency_package.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/packages/__pycache__/direct_origin.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/packages/__pycache__/direct_origin.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/packages/__pycache__/locker.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/packages/__pycache__/locker.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/packages/__pycache__/package_collection.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/packages/__pycache__/package_collection.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/packages/__pycache__/transitive_package_info.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/packages/__pycache__/transitive_package_info.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/packages/dependency_package.py
/usr/lib/python3.13/site-packages/poetry/packages/direct_origin.py
/usr/lib/python3.13/site-packages/poetry/packages/locker.py
/usr/lib/python3.13/site-packages/poetry/packages/package_collection.py
/usr/lib/python3.13/site-packages/poetry/packages/transitive_package_info.py
/usr/lib/python3.13/site-packages/poetry/plugins
/usr/lib/python3.13/site-packages/poetry/plugins/__init__.py
/usr/lib/python3.13/site-packages/poetry/plugins/__pycache__
/usr/lib/python3.13/site-packages/poetry/plugins/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/plugins/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/plugins/__pycache__/application_plugin.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/plugins/__pycache__/application_plugin.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/plugins/__pycache__/base_plugin.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/plugins/__pycache__/base_plugin.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/plugins/__pycache__/plugin.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/plugins/__pycache__/plugin.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/plugins/__pycache__/plugin_manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/plugins/__pycache__/plugin_manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/plugins/application_plugin.py
/usr/lib/python3.13/site-packages/poetry/plugins/base_plugin.py
/usr/lib/python3.13/site-packages/poetry/plugins/plugin.py
/usr/lib/python3.13/site-packages/poetry/plugins/plugin_manager.py
/usr/lib/python3.13/site-packages/poetry/poetry.py
/usr/lib/python3.13/site-packages/poetry/publishing
/usr/lib/python3.13/site-packages/poetry/publishing/__init__.py
/usr/lib/python3.13/site-packages/poetry/publishing/__pycache__
/usr/lib/python3.13/site-packages/poetry/publishing/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/publishing/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/publishing/__pycache__/hash_manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/publishing/__pycache__/hash_manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/publishing/__pycache__/publisher.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/publishing/__pycache__/publisher.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/publishing/__pycache__/uploader.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/publishing/__pycache__/uploader.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/publishing/hash_manager.py
/usr/lib/python3.13/site-packages/poetry/publishing/publisher.py
/usr/lib/python3.13/site-packages/poetry/publishing/uploader.py
/usr/lib/python3.13/site-packages/poetry/puzzle
/usr/lib/python3.13/site-packages/poetry/puzzle/__init__.py
/usr/lib/python3.13/site-packages/poetry/puzzle/__pycache__
/usr/lib/python3.13/site-packages/poetry/puzzle/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/puzzle/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/puzzle/__pycache__/exceptions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/puzzle/__pycache__/exceptions.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/puzzle/__pycache__/provider.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/puzzle/__pycache__/provider.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/puzzle/__pycache__/solver.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/puzzle/__pycache__/solver.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/puzzle/__pycache__/transaction.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/puzzle/__pycache__/transaction.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/puzzle/exceptions.py
/usr/lib/python3.13/site-packages/poetry/puzzle/provider.py
/usr/lib/python3.13/site-packages/poetry/puzzle/solver.py
/usr/lib/python3.13/site-packages/poetry/puzzle/transaction.py
/usr/lib/python3.13/site-packages/poetry/py.typed
/usr/lib/python3.13/site-packages/poetry/pyproject
/usr/lib/python3.13/site-packages/poetry/pyproject/__init__.py
/usr/lib/python3.13/site-packages/poetry/pyproject/__pycache__
/usr/lib/python3.13/site-packages/poetry/pyproject/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/pyproject/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/pyproject/__pycache__/toml.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/pyproject/__pycache__/toml.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/pyproject/toml.py
/usr/lib/python3.13/site-packages/poetry/repositories
/usr/lib/python3.13/site-packages/poetry/repositories/__init__.py
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/abstract_repository.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/abstract_repository.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/cached_repository.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/cached_repository.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/exceptions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/exceptions.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/http_repository.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/http_repository.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/installed_repository.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/installed_repository.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/legacy_repository.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/legacy_repository.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/lockfile_repository.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/lockfile_repository.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/pypi_repository.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/pypi_repository.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/repository.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/repository.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/repository_pool.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/repository_pool.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/single_page_repository.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/__pycache__/single_page_repository.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/abstract_repository.py
/usr/lib/python3.13/site-packages/poetry/repositories/cached_repository.py
/usr/lib/python3.13/site-packages/poetry/repositories/exceptions.py
/usr/lib/python3.13/site-packages/poetry/repositories/http_repository.py
/usr/lib/python3.13/site-packages/poetry/repositories/installed_repository.py
/usr/lib/python3.13/site-packages/poetry/repositories/legacy_repository.py
/usr/lib/python3.13/site-packages/poetry/repositories/link_sources
/usr/lib/python3.13/site-packages/poetry/repositories/link_sources/__init__.py
/usr/lib/python3.13/site-packages/poetry/repositories/link_sources/__pycache__
/usr/lib/python3.13/site-packages/poetry/repositories/link_sources/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/link_sources/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/link_sources/__pycache__/base.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/link_sources/__pycache__/base.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/link_sources/__pycache__/html.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/link_sources/__pycache__/html.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/link_sources/__pycache__/json.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/link_sources/__pycache__/json.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/link_sources/base.py
/usr/lib/python3.13/site-packages/poetry/repositories/link_sources/html.py
/usr/lib/python3.13/site-packages/poetry/repositories/link_sources/json.py
/usr/lib/python3.13/site-packages/poetry/repositories/lockfile_repository.py
/usr/lib/python3.13/site-packages/poetry/repositories/parsers
/usr/lib/python3.13/site-packages/poetry/repositories/parsers/__init__.py
/usr/lib/python3.13/site-packages/poetry/repositories/parsers/__pycache__
/usr/lib/python3.13/site-packages/poetry/repositories/parsers/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/parsers/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/parsers/__pycache__/html_page_parser.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/parsers/__pycache__/html_page_parser.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/parsers/__pycache__/pypi_search_parser.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/parsers/__pycache__/pypi_search_parser.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/repositories/parsers/html_page_parser.py
/usr/lib/python3.13/site-packages/poetry/repositories/parsers/pypi_search_parser.py
/usr/lib/python3.13/site-packages/poetry/repositories/pypi_repository.py
/usr/lib/python3.13/site-packages/poetry/repositories/repository.py
/usr/lib/python3.13/site-packages/poetry/repositories/repository_pool.py
/usr/lib/python3.13/site-packages/poetry/repositories/single_page_repository.py
/usr/lib/python3.13/site-packages/poetry/toml
/usr/lib/python3.13/site-packages/poetry/toml/__init__.py
/usr/lib/python3.13/site-packages/poetry/toml/__pycache__
/usr/lib/python3.13/site-packages/poetry/toml/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/toml/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/toml/__pycache__/exceptions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/toml/__pycache__/exceptions.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/toml/__pycache__/file.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/toml/__pycache__/file.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/toml/exceptions.py
/usr/lib/python3.13/site-packages/poetry/toml/file.py
/usr/lib/python3.13/site-packages/poetry/utils
/usr/lib/python3.13/site-packages/poetry/utils/__init__.py
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/_compat.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/_compat.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/authenticator.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/authenticator.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/cache.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/cache.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/constants.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/constants.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/dependency_specification.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/dependency_specification.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/extras.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/extras.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/helpers.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/helpers.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/isolated_build.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/isolated_build.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/password_manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/password_manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/patterns.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/patterns.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/pip.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/pip.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/wheel.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/__pycache__/wheel.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/_compat.py
/usr/lib/python3.13/site-packages/poetry/utils/authenticator.py
/usr/lib/python3.13/site-packages/poetry/utils/cache.py
/usr/lib/python3.13/site-packages/poetry/utils/constants.py
/usr/lib/python3.13/site-packages/poetry/utils/dependency_specification.py
/usr/lib/python3.13/site-packages/poetry/utils/env
/usr/lib/python3.13/site-packages/poetry/utils/env/__init__.py
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/base_env.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/base_env.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/env_manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/env_manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/exceptions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/exceptions.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/generic_env.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/generic_env.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/mock_env.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/mock_env.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/null_env.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/null_env.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/python_manager.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/python_manager.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/script_strings.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/script_strings.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/site_packages.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/site_packages.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/system_env.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/system_env.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/virtual_env.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/__pycache__/virtual_env.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/utils/env/base_env.py
/usr/lib/python3.13/site-packages/poetry/utils/env/env_manager.py
/usr/lib/python3.13/site-packages/poetry/utils/env/exceptions.py
/usr/lib/python3.13/site-packages/poetry/utils/env/generic_env.py
/usr/lib/python3.13/site-packages/poetry/utils/env/mock_env.py
/usr/lib/python3.13/site-packages/poetry/utils/env/null_env.py
/usr/lib/python3.13/site-packages/poetry/utils/env/python_manager.py
/usr/lib/python3.13/site-packages/poetry/utils/env/script_strings.py
/usr/lib/python3.13/site-packages/poetry/utils/env/site_packages.py
/usr/lib/python3.13/site-packages/poetry/utils/env/system_env.py
/usr/lib/python3.13/site-packages/poetry/utils/env/virtual_env.py
/usr/lib/python3.13/site-packages/poetry/utils/extras.py
/usr/lib/python3.13/site-packages/poetry/utils/helpers.py
/usr/lib/python3.13/site-packages/poetry/utils/isolated_build.py
/usr/lib/python3.13/site-packages/poetry/utils/password_manager.py
/usr/lib/python3.13/site-packages/poetry/utils/patterns.py
/usr/lib/python3.13/site-packages/poetry/utils/pip.py
/usr/lib/python3.13/site-packages/poetry/utils/wheel.py
/usr/lib/python3.13/site-packages/poetry/vcs
/usr/lib/python3.13/site-packages/poetry/vcs/__init__.py
/usr/lib/python3.13/site-packages/poetry/vcs/__pycache__
/usr/lib/python3.13/site-packages/poetry/vcs/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/vcs/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/vcs/git
/usr/lib/python3.13/site-packages/poetry/vcs/git/__init__.py
/usr/lib/python3.13/site-packages/poetry/vcs/git/__pycache__
/usr/lib/python3.13/site-packages/poetry/vcs/git/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/vcs/git/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/vcs/git/__pycache__/backend.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/vcs/git/__pycache__/backend.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/vcs/git/__pycache__/system.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/vcs/git/__pycache__/system.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/vcs/git/backend.py
/usr/lib/python3.13/site-packages/poetry/vcs/git/system.py
/usr/lib/python3.13/site-packages/poetry/version
/usr/lib/python3.13/site-packages/poetry/version/__init__.py
/usr/lib/python3.13/site-packages/poetry/version/__pycache__
/usr/lib/python3.13/site-packages/poetry/version/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/version/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/version/__pycache__/version_selector.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/poetry/version/__pycache__/version_selector.cpython-313.pyc
/usr/lib/python3.13/site-packages/poetry/version/version_selector.py
/usr/share/doc/packages/python313-poetry
/usr/share/doc/packages/python313-poetry/README.md
/usr/share/licenses/python313-poetry
/usr/share/licenses/python313-poetry/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Jan 29 23:53:53 2025