Revisions of python-poetry

buildservice-autocommit accepted request 1159626 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 87)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 85)
- 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).
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 82)
- relax poetry-core dependency to match what is declared in
  pyproject.toml
buildservice-autocommit accepted request 1136488 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 81)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 78)
- 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).
buildservice-autocommit accepted request 1114133 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 77)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 76)
- Drop unlimit-jsonschema.patch in favor of
  poetry-pr8447-fastjsonschema.patch
  * gh#python-poetry/poetry#8447
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 75)
- add unlimit-jsonschema.patch to avoid installation issue
- Update to 1.3.1
- Update to 1.3.0
  * Correct the default cache path on Windows (#7012).
  * Added installer.parallel boolean flag (defaults to
    true) configuration to enable/disable parallel
    execution of operations when using the new installer.
  * When using system environments as an unprivileged user,
    user site and bin directories are created if they do
  * Fixed editable installation of poetry projects when
    using system environments. (#3107)
  * Fixed locking of nested extra activations. If you were
    affected by this issue, you will need to regenerate the
  * Fixed prioritisation of non-default custom package
  * Fixed detection of installed editable packages when
  * Fixed scripts generated by editable builder to use
  * Fixed recursion error when locked dependencies contain
  * Fixed propagation of editable flag for VCS
- Run tests in virtualenv gh#python-poetry/poetry#1645
  * Fixed error when using config command in a directory with an
    requirements.txt format. (#3119)
  * Dependency installation of editable packages and all
    uninstall operations are now performed serially within
  * Improved package metadata inspection of nested poetry
  * Fixed export of requirements.txt when project
  * Fixed resolution of packages with missing required extras.
  * Fixed export of requirements.txt dependencies to include
  * Fixed incorrect selection of unsupported binary distribution
  * Fixed incorrect use of system executable when building package
  * Fixed errors in init command when specifying --dependency in
buildservice-autocommit accepted request 1113187 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 74)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 73)
- Fix dependencies
- add build-1.patch to fix compatibility with python-build-1.0+
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 72)
- Fix dependencies
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1112775 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 71)
- add build-1.patch to fix compactibility 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
buildservice-autocommit accepted request 1089626 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 70)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 69)
- 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).
buildservice-autocommit accepted request 1088458 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 68)
baserev update by copy to link target
Displaying revisions 1 - 20 of 87
openSUSE Build Service is sponsored by