* 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
- Update to v1.0.3
* Changes in 1.0.3
- Fixed an error which caused the configuration environment
variables
- Fixed an error where the `--help` option was not working
- Fixed an error where packages from private indices were not
decompressed properly
- Fixed an error where the version of some PEP-508-formatted
wheel dependencies was not properly retrieved
- Fixed internal regexps to avoid potential catastrophic
backtracking errors
- Fixed performance issues when custom indices were defined in
the `pyproject.toml` file
- Fixed the `get_requires_for_build_wheel
* Changes in 1.0.2
- Reverted a previous fix
* Changes in 1.0.1
- Fixed an error in `env use` where the wrong Python executable
was being used to check compatibility
- Fixed an error where VCS dependencies were not properly
categorized as development dependencies
- Fixed an error where some shells would no longer be usable
after using the `shell` command
- Fixed an error where explicitly included files where not
included in wheel distributions
- Fixed an error where some Git dependencies url were not
properly parsed
- Fixed an error in the `env` commands on Windows if the path
to the executable contained a space
- Fixed several errors and UX issues caused by `keyring` on
OBS-URL: https://build.opensuse.org/request/show/774745
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry?expand=0&rev=6