Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-vdf for openSUSE:Factory checked in at 2026-02-09 11:43:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-vdf (Old) and /work/SRC/openSUSE:Factory/.python-vdf.new.1670 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-vdf" Mon Feb 9 11:43:09 2026 rev:2 rq:1331802 version:4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-vdf/python-vdf.changes 2026-02-03 21:29:24.255355408 +0100 +++ /work/SRC/openSUSE:Factory/.python-vdf.new.1670/python-vdf.changes 2026-02-09 11:43:41.014563782 +0100 @@ -1,0 +2,5 @@ +Sun Feb 8 00:19:22 UTC 2026 - Jehu Marcos Herrera Puentes <[email protected]> + +- Minor .spec fixes + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-vdf.spec ++++++ --- /var/tmp/diff_new_pack.FBJaAT/_old 2026-02-09 11:43:42.282617129 +0100 +++ /var/tmp/diff_new_pack.FBJaAT/_new 2026-02-09 11:43:42.286617297 +0100 @@ -1,5 +1,7 @@ # -# Copyright (c) 2026 SUSE LLC +# spec file for package python-vdf +# +# Copyright (c) 2026 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 @@ -13,13 +15,8 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%{?sle15_python_module_pythons} -# Fixes for Leap 15.x -%if 0%{?sle_version} == 150600 -# Set Group (deprecated in newer versions) -Group: Development/Languages/Python -%endif +%{?sle15_python_module_pythons} Name: python-vdf Version: 4.0 @@ -27,6 +24,7 @@ Summary: Python Parser for VDF Files License: MIT URL: https://github.com/solsticegamestudios/vdf +Group: Development/Languages/Python # Get the source from tar_scm Source0: %{name}-%{version}.tar.xz @@ -36,9 +34,9 @@ # VDF BuildDeps BuildRequires: python-rpm-macros BuildRequires: %{python_module pip} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} -BuildRequires: %{python_module pytest} # To remove duplicated files BuildRequires: fdupes
