Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PyYAML for openSUSE:Factory checked in at 2024-10-02 21:32:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyYAML (Old) and /work/SRC/openSUSE:Factory/.python-PyYAML.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-PyYAML" Wed Oct 2 21:32:09 2024 rev:34 rq:1205113 version:6.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyYAML/python-PyYAML.changes 2024-07-02 18:14:49.943868190 +0200 +++ /work/SRC/openSUSE:Factory/.python-PyYAML.new.19354/python-PyYAML.changes 2024-10-02 21:32:23.575908221 +0200 @@ -1,0 +2,9 @@ +Wed Oct 2 08:15:26 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> + +- Update to 6.0.2 + * Support for Cython 3.x and Python 3.13 +- Adjust invocation path for testsuite +- Adjust upstream source name in spec file +- Drop build-with-cython3.patch, merged upstream + +------------------------------------------------------------------- Old: ---- PyYAML-6.0.1.tar.gz build-with-cython3.patch New: ---- pyyaml-6.0.2.tar.gz BETA DEBUG BEGIN: Old:- Adjust upstream source name in spec file - Drop build-with-cython3.patch, merged upstream BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyYAML.spec ++++++ --- /var/tmp/diff_new_pack.PyFaQR/_old 2024-10-02 21:32:24.251936326 +0200 +++ /var/tmp/diff_new_pack.PyFaQR/_new 2024-10-02 21:32:24.251936326 +0200 @@ -18,13 +18,12 @@ %{?sle15_python_module_pythons} Name: python-PyYAML -Version: 6.0.1 +Version: 6.0.2 Release: 0 Summary: YAML parser and emitter for Python License: MIT URL: https://github.com/yaml/pyyaml -Source: https://files.pythonhosted.org/packages/source/P/PyYAML/PyYAML-%{version}.tar.gz -Patch1: build-with-cython3.patch +Source: https://files.pythonhosted.org/packages/source/p/pyyaml/pyyaml-%{version}.tar.gz BuildRequires: %{python_module Cython} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} @@ -48,7 +47,7 @@ configuration files to object serialization and persistance. %prep -%autosetup -p1 -n PyYAML-%{version} +%autosetup -p1 -n pyyaml-%{version} %build export CFLAGS="%{optflags}" @@ -66,7 +65,7 @@ %ifarch ppc ppc64 s390 s390x ulimit -Sn 2048 %endif -%{python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python tests/lib/test_all.py} +%{python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python tests/legacy_tests/test_all.py} %files %{python_files} %license LICENSE