Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-vega for openSUSE:Factory checked in at 2023-05-31 21:55:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-vega (Old) and /work/SRC/openSUSE:Factory/.python-vega.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-vega" Wed May 31 21:55:01 2023 rev:12 rq:1089991 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-vega/python-vega.changes 2023-05-02 16:23:01.603233746 +0200 +++ /work/SRC/openSUSE:Factory/.python-vega.new.1533/python-vega.changes 2023-05-31 21:55:05.341215185 +0200 @@ -1,0 +2,5 @@ +Wed May 31 10:14:18 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Replace poetry build backend with poetry-core + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-vega.spec ++++++ --- /var/tmp/diff_new_pack.WokA0d/_old 2023-05-31 21:55:05.801217903 +0200 +++ /var/tmp/diff_new_pack.WokA0d/_new 2023-05-31 21:55:05.805217927 +0200 @@ -25,7 +25,7 @@ Source: https://files.pythonhosted.org/packages/source/v/vega/vega-%{version}.tar.gz BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry >= 1.4.2} +BuildRequires: %{python_module poetry-core} BuildRequires: fdupes BuildRequires: jupyter-notebook-filesystem BuildRequires: python-rpm-macros @@ -60,6 +60,7 @@ %prep %setup -q -n vega-%{version} +sed -i s/poetry.masonry/poetry.core.masonry/ pyproject.toml %build %pyproject_wheel