Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-inifile for openSUSE:Factory checked in at 2022-01-06 15:51:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-inifile (Old) and /work/SRC/openSUSE:Factory/.python-inifile.new.1896 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-inifile" Thu Jan 6 15:51:23 2022 rev:2 rq:944206 version:0.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-inifile/python-inifile.changes 2019-05-06 13:24:52.416984737 +0200 +++ /work/SRC/openSUSE:Factory/.python-inifile.new.1896/python-inifile.changes 2022-01-06 15:52:06.264998308 +0100 @@ -1,0 +2,6 @@ +Thu Jan 6 10:59:19 UTC 2022 - Matej Cepl <mc...@suse.com> + +- Upgrade to 0.4.1: + - Address DeprecationWarning from python 3.8 and 3.9 (#10) + +------------------------------------------------------------------- Old: ---- LICENSE hello.ini inifile-0.4.zip test.py New: ---- inifile-0.4.1.tar.gz missing_files.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-inifile.spec ++++++ --- /var/tmp/diff_new_pack.BAD64A/_old 2022-01-06 15:52:06.716998556 +0100 +++ /var/tmp/diff_new_pack.BAD64A/_new 2022-01-06 15:52:06.720998558 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-inifile # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-inifile -Version: 0.4 +Version: 0.4.1 Release: 0 License: BSD-3-Clause Summary: A small INI library for Python -Url: https://github.com/mitsuhiko/python-inifile +URL: https://github.com/mitsuhiko/python-inifile Group: Development/Languages/Python -Source: https://files.pythonhosted.org/packages/source/i/inifile/inifile-%{version}.zip -Source1: https://raw.githubusercontent.com/mitsuhiko/python-inifile/master/LICENSE -Source2: https://raw.githubusercontent.com/mitsuhiko/python-inifile/master/hello.ini -Source3: https://raw.githubusercontent.com/mitsuhiko/python-inifile/master/test.py -BuildRequires: python-rpm-macros +Source0: https://files.pythonhosted.org/packages/source/i/inifile/inifile-%{version}.tar.gz +# Files missing from tarball +Source1: missing_files.tar.gz BuildRequires: %{python_module setuptools} -BuildRequires: unzip BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -39,9 +38,8 @@ A small INI library for Python. %prep -%setup -q -n inifile-%{version} -cp %{SOURCE1} %{SOURCE2} %{SOURCE3} . -python3 -m lib2to3 -w -n --no-diffs test.py +%setup -q -a1 -n inifile-%{version} +%autopatch -p1 %build %python_build