- 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).
OBS-URL: https://build.opensuse.org/request/show/1082802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-poetry?expand=0&rev=22
* 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).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry?expand=0&rev=58
- Fix python-tomli requirement, there's no release > 2.0.1 yet.
- 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
- 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).
OBS-URL: https://build.opensuse.org/request/show/1042957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-poetry?expand=0&rev=19
- 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). (forwarded request 1009616 from bnavigator)
OBS-URL: https://build.opensuse.org/request/show/1009617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-poetry?expand=0&rev=18
- 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).
OBS-URL: https://build.opensuse.org/request/show/1009616
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry?expand=0&rev=48
* 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry?expand=0&rev=46
- Release 1.1.6
* 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)
- Release 1.1.5
* 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)
- Time to drop simplify-toml.patch instead of refresh -- let
dephell burn in its own &1
OBS-URL: https://build.opensuse.org/request/show/885477
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry?expand=0&rev=32
- Update to version 1.1.4
* Added installer.parallel boolean flag (defaults to
true) configuration to enable/disable parallel
execution of operations when using the new installer.
(#3088)
* When using system environments as an unprivileged user,
user site and bin directories are created if they do
not already exist. (#3107)
* 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)
- Refresh poetry-1645-1.1.patch
OBS-URL: https://build.opensuse.org/request/show/844316
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry?expand=0&rev=30
- Update to version 1.1.3
* Python version support deprecation warning is now written to
stderr. (#3131)
* 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)
OBS-URL: https://build.opensuse.org/request/show/841922
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry?expand=0&rev=26
* 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 export of requirements.txt when project
dependency contains git dependencies. (#3100)
- Add missing virtualenv runtime requirement
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry?expand=0&rev=23
- Update to version 1.0.10
* 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 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).
OBS-URL: https://build.opensuse.org/request/show/824492
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry?expand=0&rev=20