Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-fields for openSUSE:Factory checked in at 2025-12-02 13:18:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-fields (Old) and /work/SRC/openSUSE:Factory/.python-fields.new.14147 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fields" Tue Dec 2 13:18:12 2025 rev:6 rq:1320084 version:5.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-fields/python-fields.changes 2025-05-30 17:25:33.187824668 +0200 +++ /work/SRC/openSUSE:Factory/.python-fields.new.14147/python-fields.changes 2025-12-02 13:18:16.542115995 +0100 @@ -1,0 +2,5 @@ +Wed Nov 26 01:12:52 UTC 2025 - Steve Kowalik <[email protected]> + +- Drop conftest.py, only required for Python 2 and breaks with pytest 9+. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-fields.spec ++++++ --- /var/tmp/diff_new_pack.wKBgYR/_old 2025-12-02 13:18:18.918215755 +0100 +++ /var/tmp/diff_new_pack.wKBgYR/_new 2025-12-02 13:18:18.930216258 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-fields # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,6 @@ Release: 0 Summary: Container class boilerplate killer License: BSD-2-Clause -Group: Development/Languages/Python URL: https://github.com/ionelmc/python-fields Source: https://files.pythonhosted.org/packages/source/f/fields/fields-%{version}.tar.gz BuildRequires: %{python_module pip} @@ -52,6 +51,8 @@ sed -i -e '/doctest/d' setup.cfg sed -i -e 's/\[pytest\]/\[tools:pytest\]/g' setup.cfg rm tests/test_perf.py +# only required for python 2 support, breaks with pytest 9 +rm conftest.py %build %pyproject_wheel @@ -67,5 +68,5 @@ %license LICENSE %doc AUTHORS.rst CHANGELOG.rst README.rst %{python_sitelib}/fields -%{python_sitelib}/fields-%{version}*-info +%{python_sitelib}/fields-%{version}.dist-info
