Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-kiwi-keg for openSUSE:Factory 
checked in at 2023-02-09 16:22:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kiwi-keg (Old)
 and      /work/SRC/openSUSE:Factory/.python-kiwi-keg.new.4462 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-kiwi-keg"

Thu Feb  9 16:22:32 2023 rev:2 rq:1063899 version:2.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kiwi-keg/python-kiwi-keg.changes  
2023-02-08 17:20:32.558016636 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-kiwi-keg.new.4462/python-kiwi-keg.changes    
    2023-02-09 16:22:43.178562330 +0100
@@ -1,0 +2,20 @@
+Wed Feb 08 17:18:54 UTC 2023 - jgleiss...@suse.com
+
+- Update to version 2.0.3:
+  * Bump version: 2.0.2 → 2.0.3
+
+-------------------------------------------------------------------
+Wed Feb 08 17:13:05 UTC 2023 - jgleiss...@suse.com
+
+- Update to version 2.0.2:
+  * Use keg instead of kiwi-keg as source dir name
+  * Nameing consistency
+  * Warn if referenced archive is not defined
+  * tox.ini: Use allowlist_external
+  * CI testing: Use Ubuntu 20.04 for python 3.6 build
+  * Fix unit tests of OBS src service module
+  * Regenerate docbook source file
+  * Fix issues with man page sources
+  * Update installation documentation
+
+-------------------------------------------------------------------

Old:
----
  kiwi-keg-2.0.2.obscpio
  kiwi-keg-2.0.2.tar.gz
  kiwi-keg.obsinfo

New:
----
  keg-2.0.3.tar.gz
  keg.obsinfo

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-kiwi-keg.spec ++++++
--- /var/tmp/diff_new_pack.ECvNMl/_old  2023-02-09 16:22:43.758565317 +0100
+++ /var/tmp/diff_new_pack.ECvNMl/_new  2023-02-09 16:22:43.762565338 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package python-kiwi-keg
 #
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2022 SUSE Software Solutions Germany GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -11,13 +12,11 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
-# Please submit bugfixes or comments via:
-#
-#       https://github.com/SUSE-Enceladus/keg/issues
-#
 
-# If they aren't provided by a system installed macro, define them
+
 %{!?_defaultdocdir: %global _defaultdocdir %{_datadir}/doc}
 %{!?__python3: %global __python3 /usr/bin/python3}
 
@@ -43,35 +42,36 @@
 %endif
 
 Name:           python-kiwi-keg
-Version:        2.0.2
+Version:        2.0.3
 Release:        0
-Url:            https://github.com/SUSE-Enceladus/keg
+URL:            https://github.com/SUSE-Enceladus/keg
 Summary:        KEG - Image Composition Tool
 License:        GPL-3.0-or-later
 %if "%{_vendor}" == "debbuild"
 # Needed to set Maintainer in output debs
-Packager:       Public Cloud Team <public-cloud-...@susecloud.net>
 %endif
 Group:          %{pygroup}
-Source:         kiwi-keg-%{version}.tar.gz
+Source:         keg-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
 BuildRequires:  python%{python3_pkgversion}-%{develsuffix}
 BuildRequires:  python%{python3_pkgversion}-Jinja2
-BuildRequires:  python%{python3_pkgversion}-setuptools
 BuildRequires:  python%{python3_pkgversion}-Sphinx
-BuildRequires:  fdupes
+BuildRequires:  python%{python3_pkgversion}-setuptools
 BuildArch:      noarch
 
 %description
 KEG is an image composition tool for KIWI image descriptions
 
+
 # python3-kiwi-keg
+
 %package -n python%{python3_pkgversion}-kiwi-keg
 Summary:        KEG - Image Composition Tool
 Group:          Development/Languages/Python
+Requires:       python%{python3_pkgversion}-Jinja2
 Requires:       python%{python3_pkgversion}-docopt
 Requires:       python%{python3_pkgversion}-kiwi >= 9.21.21
-Requires:       python%{python3_pkgversion}-Jinja2
 Requires:       python%{python3_pkgversion}-schema
 Requires:       python%{python3_pkgversion}-setuptools
 %if 0%{?ubuntu} || 0%{?debian}
@@ -91,8 +91,8 @@
 %package -n obs-service-compose_kiwi_description
 Summary:        An OBS service: generate KIWI description using KEG
 Group:          Development/Tools/Building
-Requires:       python%{python3_pkgversion}-kiwi-keg
 Requires:       git
+Requires:       python%{python3_pkgversion}-kiwi-keg
 
 %description -n obs-service-compose_kiwi_description
 This is a source service for openSUSE Build Service.
@@ -102,7 +102,7 @@
 auto-generation of change log files from commit history.
 
 %prep
-%setup -q -n kiwi-keg-%{version}
+%setup -q -n keg-%{version}
 
 %build
 # Build Python 3 version

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ECvNMl/_old  2023-02-09 16:22:43.794565503 +0100
+++ /var/tmp/diff_new_pack.ECvNMl/_new  2023-02-09 16:22:43.798565523 +0100
@@ -2,15 +2,15 @@
   <service name="obs_scm" mode="manual">
     <param name="url">g...@github.com:SUSE-Enceladus/keg.git</param>
     <param name="scm">git</param>
-    <param name="version">2.0.2</param>
-    <param name="revision">v2.0.2</param>
-    <param name="filename">kiwi-keg</param>
+    <param name="version">2.0.3</param>
+    <param name="revision">v2.0.3</param>
+    <param name="filename">keg</param>
     <param name="changesgenerate">enable</param>
     <param name="extract">package/python-kiwi-keg.spec</param>
   </service>
-  <service name="set_version" mode="disabled"/>
-  <service name="tar" mode="buildtime" />
-  <service name="recompress" mode="buildtime">
+  <service name="set_version" mode="manual"/>
+  <service name="tar" mode="manual" />
+  <service name="recompress" mode="manual">
     <param name="file">*.tar</param>
     <param name="compression">gz</param>
   </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ECvNMl/_old  2023-02-09 16:22:43.822565647 +0100
+++ /var/tmp/diff_new_pack.ECvNMl/_new  2023-02-09 16:22:43.826565668 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">g...@github.com:SUSE-Enceladus/keg.git</param>
-              <param 
name="changesrevision">b694061d8ca72a9a5d9db78610f907553200ec3a</param></service></servicedata>
+              <param 
name="changesrevision">fac51c4e2d3611b940dcdec995a0192d9c86b348</param></service></servicedata>
 (No newline at EOF)
 

++++++ kiwi-keg-2.0.2.tar.gz -> keg-2.0.3.tar.gz ++++++
++++ 1824 lines of diff (skipped)

++++++ keg.obsinfo ++++++
name: keg
version: 2.0.3
mtime: 1675876529
commit: fac51c4e2d3611b940dcdec995a0192d9c86b348

Reply via email to