Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented May 23, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
python-poetry/poetry minor 1.0.5 -> 1.1.6

Release Notes

python-poetry/poetry

v1.1.6

Compare Source

Fixed
  • Fixed export format for path dependencies. (#​3121)
  • Fixed errors caused by environment modification when executing some commands. (#​3253)
  • Fixed handling of wheel files with single-digit versions. (#​3338)
  • Fixed an error when handling single-digit Python markers. (poetry-core#​156)
  • Fixed dependency markers not being properly copied when changing the constraint leading to resolution errors. (poetry-core#​163)
  • Fixed an error where VCS dependencies were always updated. (#​3947)
  • Fixed an error where the incorrect version of a package was locked when using environment markers. (#​3945)

v1.1.5

Compare Source

Fixed
  • Fixed an error in the export command when no lock file existed and a verbose flag was passed to the command. (#​3310)
  • Fixed an error where the pyproject.toml was not reverted when using the add command. (#​3622)
  • Fixed errors when using non-HTTPS indices. (#​3622)
  • Fixed errors when handling simple indices redirection. (#​3622)
  • Fixed errors when trying to handle newer wheels by using the latest version of poetry-core and packaging. (#​3677)
  • Fixed an error when using some versions of poetry-core due to an incorrect import. (#​3696)

v1.1.4

Compare Source

Added
  • Added installer.parallel boolean flag (defaults to true) configuration to enable/disable parallel execution of operations when using the new installer. (#​3088)
Changed
  • When using system environments as an unprivileged user, user site and bin directories are created if they do not already exist. (#​3107)
Fixed
  • 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 lock file using poetry lock --no-update. (#​3229)
  • Fixed prioritisation of non-default custom package sources. (#​3251)
  • Fixed detection of installed editable packages when non-poetry managed .pth file exists. (#​3210)
  • Fixed scripts generated by editable builder to use valid import statements. (#​3214)
  • Fixed recursion error when locked dependencies contain cyclic dependencies. (#​3237)
  • Fixed propagation of editable flag for VCS dependencies. (#​3264)

v1.1.3

Compare Source

Changed
  • Python version support deprecation warning is now written to stderr. (#​3131)
Fixed
  • Fixed KeyError when PATH is not defined in environment variables. (#​3159)
  • Fixed error when using config command in a directory with an existing pyproject.toml without any Poetry configuration. (#​3172)
  • Fixed incorrect inspection of package requirements when same dependency is specified multiple times with unique markers. (#​3147)
  • Fixed show command to use already resolved package metadata. (#​3117)
  • Fixed multiple issues with export command output when using requirements.txt format. (#​3119)

v1.1.2

Compare Source

Changed
  • Dependency installation of editable packages and all uninstall operations are now performed serially within their corresponding priority groups. (#​3099)
  • Improved package metadata inspection of nested poetry projects within project path dependencies. (#​3105)
Fixed
  • Fixed export of requirements.txt when project dependency contains git dependencies. (#​3100)

v1.1.1

Compare Source

Added
  • Added --no-update option to lock command. (#​3034)
Fixed
  • Fixed resolution of packages with missing required extras. (#​3035)
  • Fixed export of requirements.txt dependencies to include development dependencies. (#​3024)
  • Fixed incorrect selection of unsupported binary distribution formats when selecting a package artifact to install. (#​3058)
  • Fixed incorrect use of system executable when building package distributions via build command. (#​3056)
  • Fixed errors in init command when specifying --dependency in non-interactive mode when a pyproject.toml file already exists. (#​3076)
  • Fixed incorrect selection of configured source url when a publish repository url configuration with the same name already exists. (#​3047)
  • Fixed dependency resolution issues when the same package is specified in multiple dependency extras. (#​3046)

v1.1.0

Compare Source

Changed
  • The init command will now use existing pyproject.toml if possible (#​2448).
  • Error messages when metadata information retrieval fails have been improved (#​2997).
Fixed
  • Fixed parsing of version constraint for rc prereleases (#​2978).
  • Fixed how some metadata information are extracted from setup.cfg files (#​2957).
  • Fixed return codes returned by the executor (#​2981).
  • Fixed whitespaces not being accepted for the list of extras when adding packages (#​2985).
  • Fixed repositories specified in the pyproject.toml file not being taken into account for authentication when downloading packages (#​2990).
  • Fixed permission errors when installing the root project if the site-packages directory is not writeable (#​3002).
  • Fixed environment marker propagation when exporting to the requirements.txt format (#​3002).
  • Fixed errors when paths in run command contained spaces (#​3015).

v1.0.10

Compare Source

Changed
  • The lock files are now versioned to ease transitions for lock file format changes, with warnings being displayed on incompatibility detection (#​2695).
  • The init and new commands will now provide hints on invalid given licenses (#​1634).
Fixed
  • Fixed error messages when the authors specified in the pyproject.toml file are invalid (#​2525).
  • Fixed empty .venv directories being deleted (#​2064).
  • Fixed the shell command for tcsh shells (#​2583).
  • Fixed errors when installing directory or file dependencies in some cases (#​2582).

v1.0.9

Compare Source

Fixed
  • Fixed an issue where packages from custom indices where continuously updated (#​2525).
  • Fixed errors in the way Python environment markers were parsed and generated (#​2526).

v1.0.8

Compare Source

Fixed
  • Fixed a possible error when installing the root package (#​2505).
  • Fixed an error where directory and VCS dependencies were not installed (#​2505).

v1.0.7

Compare Source

Fixed
  • Fixed an error when trying to execute some packages setup.py file (#​2349).

v1.0.6

Compare Source

Changed
  • The self update command has been updated in order to handle future releases of Poetry (#​2429).
Fixed
  • Fixed an error were a new line was not written when displaying the virtual environment's path with env info (#​2196).
  • Fixed a misleading error message when the packages property was empty (#​2265).
  • Fixed shell detection by using environment variables (#​2147).
  • Fixed the removal of VCS dependencies (#​2239).
  • Fixed generated wheel ABI tags for Python 3.8 (#​2121).
  • Fixed a regression when building stub-only packages (#​2000).
  • Fixed errors when parsing PEP-440 constraints with whitespace (#​2347).
  • Fixed PEP 508 representation of VCS dependencies (#​2349).
  • Fixed errors when source distributions were read-only (#​1140).
  • Fixed dependency resolution errors and inconsistencies with directory, file and VCS dependencies (#​2398).
  • Fixed custom repositories information not being properly locked (#​2484).

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/python-poetry-poetry-1.x branch 3 times, most recently from 6425ae1 to 2222638 Compare May 29, 2021 08:14
@renovate renovate bot force-pushed the renovate/python-poetry-poetry-1.x branch from 2222638 to 1848d38 Compare May 29, 2021 08:15
@ivankatliarchuk ivankatliarchuk merged commit 8f01d7d into master May 29, 2021
@ivankatliarchuk ivankatliarchuk deleted the renovate/python-poetry-poetry-1.x branch May 29, 2021 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants