Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-poetry-core for openSUSE:Factory checked in at 2023-09-25 19:59:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-poetry-core (Old) and /work/SRC/openSUSE:Factory/.python-poetry-core.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-poetry-core" Mon Sep 25 19:59:56 2023 rev:18 rq:1113184 version:1.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-poetry-core/python-poetry-core.changes 2023-05-30 22:01:41.798746578 +0200 +++ /work/SRC/openSUSE:Factory/.python-poetry-core.new.1770/python-poetry-core.changes 2023-09-25 20:00:11.523646926 +0200 @@ -1,0 +2,27 @@ +Sat Sep 23 10:06:31 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Update to 1.7.0 + ## Added + * Optionally use resolved references when converting a VCS + dependency to a PEP 508 dependency specification (#603). + * Improve performance of marker handling (#609). + ## Changed + * Drop support for Python 3.7 (#566). + * Remove deprecated poetry.core.constraints.generic and + poetry.core.semver (#601). + * Allow | as a value separator in markers with the operators in + and not in (#608). + * Put pretty name (instead of normalized name) in metadata + (#620). + * Update list of supported licenses (#623). + ## Fixed + * Fix an issue where the encoding was not handled correctly when + calling a subprocess (#602). + * Fix an issue where caret constraints with additional whitespace + could not be parsed (#606). + * Fix an issue where PEP 508 dependency specifications with names + starting with a digit could not be parsed (#607). + * Fix an issue where Poetry considered an unrelated .gitignore + file resulting in an empty wheel (#611). + +------------------------------------------------------------------- Old: ---- poetry-core-1.6.1-gh.tar.gz New: ---- poetry-core-1.7.0-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-poetry-core.spec ++++++ --- /var/tmp/diff_new_pack.J0kTZa/_old 2023-09-25 20:00:12.775692065 +0200 +++ /var/tmp/diff_new_pack.J0kTZa/_new 2023-09-25 20:00:12.775692065 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-poetry-core -Version: 1.6.1 +Version: 1.7.0 Release: 0 Summary: Poetry PEP 517 Build Backend License: Apache-2.0 AND BSD-2-Clause AND MIT AND Python-2.0 @@ -26,13 +26,10 @@ URL: https://github.com/python-poetry/poetry-core # Only the github archive provides the tests Source: %{url}/archive/%{version}.tar.gz#/poetry-core-%{version}-gh.tar.gz -BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module pip} BuildRequires: fdupes BuildRequires: python-rpm-macros -%if %{python_version_nodots} < 38 -Requires: python-importlib-metadata >= 1.7.0 -%endif BuildArch: noarch # SECTION these are all test dependencies, including python-devel and git-core BuildRequires: %{python_module devel} @@ -61,7 +58,6 @@ 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/tomli/LICENSE vendoredlicenses/tomli.LICENSE -cp src/poetry/core/_vendor/typing_extensions.LICENSE vendoredlicenses/typing_extensions.LICENSE %build %pyproject_wheel ++++++ poetry-core-1.6.1-gh.tar.gz -> poetry-core-1.7.0-gh.tar.gz ++++++ ++++ 10596 lines of diff (skipped)