forked from pool/python-poetry
Accepting request 1042788 from home:bnavigator:branches:devel:languages:python
update OBS-URL: https://build.opensuse.org/request/show/1042788 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry?expand=0&rev=50
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0f49bfc5c19386738b56ef135ab70678b8fda2ef11dda678311d0548ffac563
|
||||
size 2501319
|
3
poetry-1.3.1.tar.gz
Normal file
3
poetry-1.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea86fe2bac5d37f7c31d24acf758796b8e6cdbe1e391a77afe2acd4c491fa29d
|
||||
size 2523680
|
@@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 21:07:43 UTC 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 16:01:04 UTC 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 20:02:18 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@@ -26,7 +26,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-poetry
|
||||
Version: 1.2.2
|
||||
Version: 1.3.1
|
||||
Release: 0
|
||||
Summary: Python dependency management and packaging
|
||||
License: MIT
|
||||
@@ -36,33 +36,38 @@ URL: https://python-poetry.org/
|
||||
Source: https://github.com/python-poetry/poetry/archive/%{version}.tar.gz#/poetry-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module poetry-core = 1.3.2}
|
||||
BuildRequires: %{python_module poetry-core = 1.4.0}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-CacheControl >= 0.12.9
|
||||
Requires: python-cachy >= 0.3.0
|
||||
Requires: python-cleo >= 1.0.0~a5
|
||||
Requires: python-crashtest >= 0.3.0
|
||||
Requires: python-cleo >= 2.0.0
|
||||
Requires: python-crashtest >= 0.4.1
|
||||
Requires: python-dulwich >= 0.20.46
|
||||
Requires: python-filelock >= 3.8.0
|
||||
Requires: python-html5lib >= 1.0
|
||||
Requires: python-jsonschema >= 4.10.0
|
||||
Requires: python-keyring >= 21.2.0
|
||||
Requires: python-poetry-core = 1.3.2
|
||||
Requires: python-poetry-plugin-export >= 1.1.2
|
||||
Requires: python-urllib3 >= 1.26.0
|
||||
# cachecontrol[filecache]
|
||||
Requires: python-lockfile >= 0.9
|
||||
Requires: python-packaging >= 20.4
|
||||
Requires: python-pexpect >= 4.7.0
|
||||
Requires: python-pkginfo >= 1.5
|
||||
Requires: python-requests >= 2.18
|
||||
Requires: python-requests-toolbelt >= 0.9.1
|
||||
Requires: python-shellingham >= 1.5
|
||||
Requires: python-tomlkit >= 0.11.4
|
||||
Requires: python-virtualenv >= 20.4.7
|
||||
Requires: python-poetry-core = 1.4.0
|
||||
Requires: python-poetry-plugin-export >= 1.2.0
|
||||
%if 0%{?python_version_nodots} < 310
|
||||
Requires: python-importlib-metadata >= 4.4
|
||||
%endif
|
||||
Requires: python-jsonschema >= 4.10.0
|
||||
Requires: python-keyring >= 23.9.0
|
||||
Requires: python-lockfile >= 0.12.2
|
||||
Requires: python-packaging >= 20.4
|
||||
Requires: python-pexpect >= 4.7.0
|
||||
Requires: python-pkginfo >= 1.5
|
||||
Requires: python-platformdirs >= 2.5.2
|
||||
Requires: python-requests >= 2.18
|
||||
Requires: python-shellingham >= 1.5
|
||||
Requires: (python-requests-toolbelt >= 0.9.1 with python-requests-toolbelt < 0.11.0)
|
||||
%if 0%{?python_version_nodots} < 311
|
||||
Requires: python-tomli > 2.0.1
|
||||
%endif
|
||||
Requires: python-trove-classifiers >= 2022.5.19
|
||||
Requires: python-urllib3 >= 1.26.0
|
||||
Requires: python-virtualenv >= 20.4.7
|
||||
Requires: (python-tomlkit >= 0.11.4 with python-tomlkit < 1.0)
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Recommends: git-core
|
||||
|
Reference in New Issue
Block a user