Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-configobj for openSUSE:Factory checked in at 2023-01-18 13:08:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-configobj (Old) and /work/SRC/openSUSE:Factory/.python-configobj.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-configobj" Wed Jan 18 13:08:14 2023 rev:19 rq:1058778 version:5.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-configobj/python-configobj.changes 2018-12-13 19:41:45.389222478 +0100 +++ /work/SRC/openSUSE:Factory/.python-configobj.new.32243/python-configobj.changes 2023-01-18 13:08:18.455957710 +0100 @@ -1,0 +2,5 @@ +Mon Jan 16 21:16:58 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- require setuptools + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-configobj.spec ++++++ --- /var/tmp/diff_new_pack.K50Sgl/_old 2023-01-18 13:08:19.155961465 +0100 +++ /var/tmp/diff_new_pack.K50Sgl/_new 2023-01-18 13:08:19.159961486 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-configobj # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,22 +21,22 @@ Name: python-configobj Version: 5.0.6 Release: 0 -Url: https://github.com/DiffSK/configobj Summary: Config file reading, writing and validation License: BSD-3-Clause Group: Development/Languages/Python +URL: https://github.com/DiffSK/configobj Source: https://files.pythonhosted.org/packages/source/c/configobj/configobj-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-six +BuildArch: noarch # There are no real docs! %ifpython2 Obsoletes: %{oldpython}-configobj-docs < %{version} Provides: %{oldpython}-configobj-docs = %{version} %endif -BuildArch: noarch %python_subpackages %description @@ -69,7 +69,6 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) %{python_sitelib}/configobj.py* %{python_sitelib}/validate.py* %{python_sitelib}/_version.py*