Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pegen for openSUSE:Factory checked in at 2024-02-21 17:57:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pegen (Old) and /work/SRC/openSUSE:Factory/.python-pegen.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pegen" Wed Feb 21 17:57:47 2024 rev:3 rq:1148381 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pegen/python-pegen.changes 2024-01-03 12:31:31.461804907 +0100 +++ /work/SRC/openSUSE:Factory/.python-pegen.new.1706/python-pegen.changes 2024-02-21 17:57:55.450574661 +0100 @@ -1,0 +2,6 @@ +Wed Feb 21 05:47:35 UTC 2024 - Steve Kowalik <[email protected]> + +- Skip a truculent test. +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pegen.spec ++++++ --- /var/tmp/diff_new_pack.VciCZi/_old 2024-02-21 17:57:55.902591006 +0100 +++ /var/tmp/diff_new_pack.VciCZi/_new 2024-02-21 17:57:55.902591006 +0100 @@ -23,10 +23,12 @@ License: MIT URL: https://github.com/we-like-parsers/pegen Source: https://files.pythonhosted.org/packages/source/p/pegen/pegen-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module testsuite} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Suggests: python-sphinx @@ -47,22 +49,22 @@ CPython's PEG parser generator %prep -%setup -q -n pegen-%{version} +%autosetup -p1 -n pegen-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# Broken with Python 3.11 -%pytest -k 'not test_invalid_def_stmt' +# Broken with Python 3.12 +%pytest -k 'not test_invalid_call_arguments' %files %{python_files} %doc README.md %license LICENSE %{python_sitelib}/pegen -%{python_sitelib}/pegen-%{version}*info +%{python_sitelib}/pegen-%{version}.dist-info
