Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-kiwi for openSUSE:Factory 
checked in at 2021-09-13 16:24:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.python-kiwi.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-kiwi"

Mon Sep 13 16:24:12 2021 rev:82 rq:917454 version:9.23.54

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes  2021-08-06 
22:44:48.390067868 +0200
+++ /work/SRC/openSUSE:Factory/.python-kiwi.new.1899/python-kiwi.changes        
2021-09-13 16:24:30.366742975 +0200
@@ -1,0 +2,176 @@
+Tue Sep 07 18:02:22 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Bump version: 9.23.53 ??? 9.23.54
+
+-------------------------------------------------------------------
+Mon Sep 06 11:35:52 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Fixed condition for GRUB_DISABLE_LINUX_UUID="true"
+
+  The grub config parameter GRUB_DISABLE_LINUX_UUID must only
+  be set if the device persistence setting is not UUID. However,
+  in kiwi UUID device names are the default and doesn't have to
+  be expressed explicitly. Therefore the condition to check
+  for different than 'by-uuid' is wrong for the default case were
+  no device persistence setting exists. This results in a wrong
+  grub option to be set. This commit fixes it in a way to disable
+  UUID device names in grub if the only other device persistency
+  setting in kiwi named: 'by-label' is explicitly configured.
+  This Fixes #1842
+
+-------------------------------------------------------------------
+Mon Sep 06 10:41:16 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Added force_trailing_slash argument to sync_data
+
+  A speciality of the rsync tool is that it behaves differently
+  if the given source_dir ends with a '/' or not. If it ends
+  with a slash the data structure below will be synced to the
+  target_dir. If it does not end with a slash the source_dir
+  and its contents are synced to the target_dir. For example:
+
+  source
+  ????????? some_data
+
+  1. $ rsync -a source target
+
+  target
+  ????????? source
+  ????????? some_data
+
+  2. $ rsync -a source/ target
+
+  target
+  ????????? some_data
+
+  The parameter force_trailing_slash in the DataSync::sync_data
+  method can be used to make sure rsync behaves like shown in
+  the second case. This Fixes #1786
+
+-------------------------------------------------------------------
+Mon Sep 06 10:24:41 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Added type hints for DataSync class
+
+-------------------------------------------------------------------
+Fri Sep 03 08:48:20 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Bump version: 9.23.52 ??? 9.23.53
+
+-------------------------------------------------------------------
+Thu Sep 02 13:00:51 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Add missing bootloader tests
+
+  Merging #1850 exposed the missing bootloader tests.
+  This reminds me to move the gitlab driven unit tests
+  to github actions because for forked repos the gitlab
+  tests does not run but github actions tests would run
+
+-------------------------------------------------------------------
+Tue Aug 31 20:22:52 CEST 2021 - Robert Schneider 
<48757730+data-intelligence-ro...@users.noreply.github.com>
+
+- Fix logging of ISO publisher
+
+-------------------------------------------------------------------
+Tue Aug 31 01:29:40 CEST 2021 - Mexit <me...@o2.pl>
+
+- Improving text formatting
+
+-------------------------------------------------------------------
+Tue Aug 31 00:21:45 CEST 2021 - Mexit <me...@o2.pl>
+
+- Added documentation for grub2 loopback ISO images
+
+-------------------------------------------------------------------
+Fri Aug 27 15:33:57 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Bump version: 9.23.51 ??? 9.23.52
+
+-------------------------------------------------------------------
+Fri Aug 27 15:33:19 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Fixed pep E711 code smell
+
+  comparison to None should be 'if cond is not None:'
+
+-------------------------------------------------------------------
+Fri Aug 27 15:29:13 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Bump version: 9.23.50 ??? 9.23.51
+
+-------------------------------------------------------------------
+Fri Aug 27 13:47:05 CEST 2021 - Robert Schweikert <rjsch...@suse.com>
+
+- No compression with encryption
+
+  When an image is setup to use encryption the resulting image appears
+  as a random stream of bytes and cannot be compressed. Simply skip
+  the compression in this case.
+
+-------------------------------------------------------------------
+Thu Aug 26 12:52:18 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Fix typo in schema documentation
+
+  ciper -> cipher. Fix originally done by Robert Schweikert
+  and moved to the right place, see Issue #1906 for details
+
+-------------------------------------------------------------------
+Thu Aug 12 17:34:44 CEST 2021 - Jesus Bermudez Velazquez <jesus...@suse.com>
+
+- Allow target dir for archive
+
+  - Add the option to specify a target directory
+  to unpack the archive
+  - Update doc for target dir attribute
+
+  This Fixes #1794
+
+-------------------------------------------------------------------
+Tue Aug 10 18:12:25 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Log deprecation errors to stderr
+
+  Make sure information about deprecated shell methods
+  logs their information to stderr. This will cause the
+  error message to be exposed to the user and not only
+  in the log file
+
+-------------------------------------------------------------------
+Tue Aug 10 16:11:38 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Fixed TW build test
+
+  Explicitly added packages that causes conflicts due
+  to the busybox alternatives
+
+-------------------------------------------------------------------
+Tue Aug 10 15:13:50 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Bump version: 9.23.49 ??? 9.23.50
+
+-------------------------------------------------------------------
+Thu Aug 05 16:34:10 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Added support for repo customization script
+
+  repo files allows for several customization options
+  which could not be set by kiwi through the current
+  repository schema. As the options used do not follow
+  any standard and are not compatible between package
+  managers and distributions the only generic way to
+  handle this is through a script which is invoked
+  with the repo file as parameter for each file created
+  to describe a repo for the selected package manager.
+  This allows users to update/change the repo file content
+  on their individual needs. In the kiwi description the
+  path to the custom script can be specified as follows
+
+  <repository ... customize="/path/to/custom_script">
+  <source path="..."/>
+  </repository>
+
+  This Fixes #1896
+
+-------------------------------------------------------------------
@@ -314,0 +491,14 @@
+Tue Jun 22 11:22:09 CEST 2021 - Marcus Sch??fer <m...@suse.de>
+
+- Start moving CI test from gitlab to actions
+
+  Moving the linter and unit tests to github workflows and
+  out of the gitlab CI system has the advantage that pull
+  request from forked repos will run the tests. In the long
+  run I think we should move away completely from gitlab CI
+  and use github actions as this will reduce the number of
+  external services used in the kiwi project. This commit
+  starts with the most simple parts: unit and type tests,
+  doc rendering and code style
+
+-------------------------------------------------------------------
@@ -381,0 +572,20 @@
+Thu Jun 17 22:30:20 CEST 2021 - Mexit <me...@o2.pl>
+
+- Update grub2.py
+
+-------------------------------------------------------------------
++++ 31 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes
++++ and /work/SRC/openSUSE:Factory/.python-kiwi.new.1899/python-kiwi.changes

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

Other differences:
------------------
++++++ python-kiwi.spec ++++++
--- /var/tmp/diff_new_pack.l3JMry/_old  2021-09-13 16:24:30.926743622 +0200
+++ /var/tmp/diff_new_pack.l3JMry/_new  2021-09-13 16:24:30.930743627 +0200
@@ -43,7 +43,7 @@
 %endif
 
 Name:           python-kiwi
-Version:        9.23.49
+Version:        9.23.54
 Provides:       kiwi-schema = 7.4
 Release:        0
 Url:            https://github.com/OSInside/kiwi

++++++ PKGBUILD ++++++
--- /var/tmp/diff_new_pack.l3JMry/_old  2021-09-13 16:24:30.958743659 +0200
+++ /var/tmp/diff_new_pack.l3JMry/_new  2021-09-13 16:24:30.962743664 +0200
@@ -3,7 +3,7 @@
 
 pkgname=('python-kiwi' 'kiwi-man-pages' 'dracut-kiwi-lib' 
'dracut-kiwi-oem-repart' 'dracut-kiwi-oem-dump' 'dracut-kiwi-live' 
'dracut-kiwi-overlay')
 arch=(x86_64)
-pkgver=9.23.49
+pkgver=9.23.54
 pkgrel=0
 pkgdesc="KIWI - Appliance Builder Next Generation"
 url="https://github.com/SUSE/kiwi/tarball/master";
@@ -12,7 +12,7 @@
 provides=(kiwi-ng kiwi)
 source=("${pkgname}.tar.gz")
 changelog="${pkgname}.changes"
-md5sums=('44916ad113562364a40471e6b3002182')
+md5sums=('c16bb2aeea3086ece63052b4f1641064')
 
 
 build() {

++++++ python-kiwi.tar.gz ++++++
++++ 1722 lines of diff (skipped)

Reply via email to