Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-rpmfile for openSUSE:Factory checked in at 2026-05-20 15:24:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rpmfile (Old) and /work/SRC/openSUSE:Factory/.python-rpmfile.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rpmfile" Wed May 20 15:24:27 2026 rev:5 rq:1354097 version:2.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-rpmfile/python-rpmfile.changes 2025-08-18 16:11:57.260148222 +0200 +++ /work/SRC/openSUSE:Factory/.python-rpmfile.new.1966/python-rpmfile.changes 2026-05-20 15:25:18.840099289 +0200 @@ -1,0 +2,6 @@ +Tue May 19 20:51:58 UTC 2026 - Dirk Müller <[email protected]> + +- update to 2.2.1: + * early check boundaries + +------------------------------------------------------------------- Old: ---- rpmfile-2.1.0.tar.gz New: ---- rpmfile-2.2.1-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rpmfile.spec ++++++ --- /var/tmp/diff_new_pack.IxMddb/_old 2026-05-20 15:25:19.756137034 +0200 +++ /var/tmp/diff_new_pack.IxMddb/_new 2026-05-20 15:25:19.760137199 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-rpmfile # -# Copyright (c) 2025 SUSE LLC and contributors +# 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 @@ -24,15 +24,15 @@ %{?sle15_python_module_pythons} Name: python-rpmfile -Version: 2.1.0 +Version: 2.2.1 Release: 0 Summary: Python module to read rpm files License: MIT URL: https://github.com/srossross/rpmfile -Source: https://files.pythonhosted.org/packages/source/r/rpmfile/rpmfile-%{version}.tar.gz +Source: https://github.com/srossross/rpmfile/archive/refs/tags/v%{version}.tar.gz#/rpmfile-%{version}-gh.tar.gz +BuildRequires: %{python_module hatch-vcs >= 0.4} +BuildRequires: %{python_module hatchling >= 1.27} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools_scm} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -60,6 +60,7 @@ sed -i '1{/#!/d}' rpmfile/cpiofile.py %build +export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} %pyproject_wheel %install
