- Update description
* Improve error message for invalid markers (#569). * Increase robustness when deleting temporary directories on Windows (#460). * Replace tomlkit with tomli, which changes the interface of some internal classes (#483). * Deprecate Package.category (#561). * Fix a performance regression in marker handling (#568). * Fix an issue where wildcard version constraints were not handled correctly (#402). * Fix an issue where poetry build created duplicate Python classifiers if they were specified manually (#578). * Fix an issue where local versions where not handled correctly (#579). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-core?expand=0&rev=30
This commit is contained in:
parent
88f37c03c0
commit
8fb0801525
@ -1,32 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 22 20:41:26 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update description
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 22 07:52:37 UTC 2023 - Dan Čermák <dcermak@suse.com>
|
Mon May 22 07:52:37 UTC 2023 - Dan Čermák <dcermak@suse.com>
|
||||||
|
|
||||||
- New upstream release 1.6.0
|
- New upstream release 1.6.0
|
||||||
|
* Improve error message for invalid markers (#569).
|
||||||
### Added
|
* Increase robustness when deleting temporary directories on
|
||||||
|
Windows (#460).
|
||||||
- Improve error message for invalid markers ([#569](https://github.com/python-poetry/poetry-core/pull/569)).
|
* Replace tomlkit with tomli, which changes the interface of some
|
||||||
- Increase robustness when deleting temporary directories on Windows ([#460](https://github.com/python-poetry/poetry-core/pull/460)).
|
internal classes (#483).
|
||||||
- Add support for file dependencies with subdirectories ([#467](https://github.com/python-poetry/poetry-core/pull/467)).
|
* Deprecate Package.category (#561).
|
||||||
|
* Fix a performance regression in marker handling (#568).
|
||||||
### Changed
|
* Fix an issue where wildcard version constraints were not
|
||||||
|
handled correctly (#402).
|
||||||
- Replace `tomlkit` with `tomli`, which changes the interface of some _internal_ classes ([#483](https://github.com/python-poetry/poetry-core/pull/483)).
|
* Fix an issue where poetry build created duplicate Python
|
||||||
- Deprecate `Package.category` ([#561](https://github.com/python-poetry/poetry-core/pull/561)).
|
classifiers if they were specified manually (#578).
|
||||||
|
* Fix an issue where local versions where not handled correctly
|
||||||
### Fixed
|
(#579).
|
||||||
|
|
||||||
- Fix a performance regression in marker handling ([#568](https://github.com/python-poetry/poetry-core/pull/568)).
|
|
||||||
- Fix an issue where wildcard version constraints were not handled correctly ([#402](https://github.com/python-poetry/poetry-core/pull/402)).
|
|
||||||
- Fix an issue where `poetry build` created duplicate Python classifiers if they were specified manually ([#578](https://github.com/python-poetry/poetry-core/pull/578)).
|
|
||||||
- Fix an issue where local versions where not handled correctly ([#579](https://github.com/python-poetry/poetry-core/pull/579)).
|
|
||||||
|
|
||||||
### Vendoring
|
|
||||||
|
|
||||||
- [`attrs==23.1.0`](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md)
|
|
||||||
- [`packaging==23.1`](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
|
|
||||||
- [`tomli==2.0.1`](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)
|
|
||||||
- [`typing-extensions==4.5.0`](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 24 17:44:26 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Mon Apr 24 17:44:26 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Name: python-poetry-core
|
Name: python-poetry-core
|
||||||
Version: 1.6.0
|
Version: 1.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python poetry core utilities
|
Summary: Poetry PEP 517 Build Backend
|
||||||
License: Apache-2.0 AND BSD-2-Clause AND MIT AND Python-2.0
|
License: Apache-2.0 AND BSD-2-Clause AND MIT AND Python-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/python-poetry/poetry-core
|
URL: https://github.com/python-poetry/poetry-core
|
||||||
@ -39,8 +39,8 @@ BuildRequires: %{python_module devel}
|
|||||||
BuildRequires: %{python_module build}
|
BuildRequires: %{python_module build}
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module virtualenv}
|
|
||||||
BuildRequires: %{python_module tomli-w}
|
BuildRequires: %{python_module tomli-w}
|
||||||
|
BuildRequires: %{python_module virtualenv}
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Loading…
Reference in New Issue
Block a user