1
0

Accepting request 1088457 from devel:languages:python

- Update description 

- New upstream release 1.6.0
  * 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/request/show/1088457
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-poetry-core?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2023-05-23 12:53:37 +00:00 committed by Git OBS Bridge
commit 77edf5ebbc
4 changed files with 30 additions and 6 deletions

BIN
poetry-core-1.5.2-gh.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e2304113e48e3dc91c206fcd5c3ab9a8ad7c94cee2c86d1b4cd826aef53cbb7
size 476282

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
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>
- New upstream release 1.6.0
* 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).
------------------------------------------------------------------- -------------------------------------------------------------------
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>

View File

@ -18,9 +18,9 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-poetry-core Name: python-poetry-core
Version: 1.5.2 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,6 +39,7 @@ 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 tomli-w}
BuildRequires: %{python_module virtualenv} BuildRequires: %{python_module virtualenv}
BuildRequires: git-core BuildRequires: git-core
# /SECTION # /SECTION
@ -59,7 +60,7 @@ cp src/poetry/core/_vendor/packaging/LICENSE vendoredlicenses/packaging.
cp src/poetry/core/_vendor/packaging/LICENSE.APACHE vendoredlicenses/packaging.LICENSE.APACHE cp src/poetry/core/_vendor/packaging/LICENSE.APACHE vendoredlicenses/packaging.LICENSE.APACHE
cp src/poetry/core/_vendor/packaging/LICENSE.BSD vendoredlicenses/packaging.LICENSE.BSD cp src/poetry/core/_vendor/packaging/LICENSE.BSD vendoredlicenses/packaging.LICENSE.BSD
cp src/poetry/core/_vendor/pyrsistent/LICENSE.mit vendoredlicenses/pyrsistent.LICENSE.mit cp src/poetry/core/_vendor/pyrsistent/LICENSE.mit vendoredlicenses/pyrsistent.LICENSE.mit
cp src/poetry/core/_vendor/tomlkit/LICENSE vendoredlicenses/tomlkit.LICENSE cp src/poetry/core/_vendor/tomli/LICENSE vendoredlicenses/tomli.LICENSE
cp src/poetry/core/_vendor/typing_extensions.LICENSE vendoredlicenses/typing_extensions.LICENSE cp src/poetry/core/_vendor/typing_extensions.LICENSE vendoredlicenses/typing_extensions.LICENSE
%build %build