Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package obs-service-update_changelog for
openSUSE:Factory checked in at 2026-07-01 16:36:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-update_changelog (Old)
and /work/SRC/openSUSE:Factory/.obs-service-update_changelog.new.11887
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-update_changelog"
Wed Jul 1 16:36:51 2026 rev:2 rq:1362884 version:0.6.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/obs-service-update_changelog/obs-service-update_changelog.changes
2025-02-06 22:07:27.779154836 +0100
+++
/work/SRC/openSUSE:Factory/.obs-service-update_changelog.new.11887/obs-service-update_changelog.changes
2026-07-01 16:36:59.645804267 +0200
@@ -1,0 +2,15 @@
+Tue Jun 30 16:16:20 UTC 2026 - Dirk Müller <[email protected]>
+
+- simplify provides/obsoletes
+
+-------------------------------------------------------------------
+Thu Jun 25 14:23:57 UTC 2026 - Matej Cepl <[email protected]>
+
+- Add correct Provides/Obsoletes
+
+-------------------------------------------------------------------
+Mon Mar 24 23:34:26 UTC 2025 - Matej Cepl <[email protected]>
+
+- Remove single-spec multi-version packaging.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ obs-service-update_changelog.spec ++++++
--- /var/tmp/diff_new_pack.6cwry5/_old 2026-07-01 16:37:06.490042440 +0200
+++ /var/tmp/diff_new_pack.6cwry5/_new 2026-07-01 16:37:06.490042440 +0200
@@ -1,7 +1,7 @@
#
# spec file for package obs-service-update_changelog
#
-# Copyright (c) 2025 SUSE LLC
+# 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
@@ -15,32 +15,42 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
%{?sle15_python_module_pythons}
Name: obs-service-update_changelog
Version: 0.6.1
Release: 0
Summary: An OBS source service: Update spec file version
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: Development/Tools/Building
URL: https://github.com/openSUSE/obs-service-update_changelog
Source: %{name}-%{version}.tar.gz
BuildArch: noarch
-BuildRequires: %{python_module devel}
-BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module GitPython}
-BuildRequires: %{python_module Jinja2 >= 2.9}
-BuildRequires: %{python_module py}
-BuildRequires: %{python_module pytz}
-BuildRequires: python-rpm-macros
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
+BuildRequires: python3-GitPython
+BuildRequires: python3-Jinja2 >= 2.9
+BuildRequires: python3-devel
+BuildRequires: python3-pip
+BuildRequires: python3-py
+BuildRequires: python3-pytest
+BuildRequires: python3-pytz
+BuildRequires: python3-setuptools
+BuildRequires: python3-wheel
Requires(post): update-alternatives
Requires(postun): update-alternatives
-Requires: python-GitPython
-Requires: python-Jinja2 >= 2.9
-Requires: python-py
-Requires: python-pytz
-%python_subpackages
+Requires: python3-GitPython
+Requires: python3-Jinja2 >= 2.9
+Requires: python3-py
+Requires: python3-pytz
+# Renaming a package
+Provides: python3-obs-service-update_changelog = %{version}
+Obsoletes: python3-obs-service-update_changelog < %{version}
+Provides: %{primary_python}-obs-service-update_changelog = %{version}
+Obsoletes: %{primary_python}-obs-service-update_changelog < %{version}
+# changed from singlespec/multiflavor to single flavor on 2026/07
+Obsoletes: python311-obs-service-update_changelog <= 0.6.1
+Obsoletes: python314-obs-service-update_changelog <= 0.6.1
%description
This is a source service for openSUSE Build Service.
@@ -48,36 +58,27 @@
Service to update the changelog from git commits.
%prep
-%setup -q -n %{name}-%{version}
+%autosetup -p1 -n %{name}-%{version}
%build
-%python_build
+%python3_pyproject_wheel
%check
-%pytest
+%python3_pytest
%install
-%python_install
+%python3_pyproject_install
%makeinstall
rm %{buildroot}%{_bindir}/update_changelog
-%python_expand %fdupes %{buildroot}/%{$python_sitelib}/updatechangelog
-
-%python_clone -a %{buildroot}/usr/lib/obs/service/update_changelog
-%python_clone -a %{buildroot}/usr/lib/obs/service/update_changelog.service
-
-%post
-%{python_install_alternative /usr/lib/obs/service/update_changelog
/usr/lib/obs/service/update_changelog.service}
-
-%postun
-%python_uninstall_alternative update_changelog
+%fdupes %{buildroot}/%{python3_sitelib}/updatechangelog
-%files %{python_files}
+%files
%dir /usr/lib/obs
%dir /usr/lib/obs/service
-%{python_sitelib}/updatechangelog
-%{python_sitelib}/updatechangelog-*.egg-info
-%python_alternative /usr/lib/obs/service/update_changelog.service
-%python_alternative /usr/lib/obs/service/update_changelog
+%{python3_sitelib}/updatechangelog
+%{python3_sitelib}/updatechangelog-%{version}*-info
+/usr/lib/obs/service/update_changelog.service
+/usr/lib/obs/service/update_changelog