diff --git a/PKGBUILD b/PKGBUILD index 6b386d0..fcac34c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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=10.1.16 +pkgver=10.1.18 pkgrel=0 pkgdesc="KIWI - Appliance Builder Next Generation" url="https://github.com/SUSE/kiwi/tarball/master" @@ -12,7 +12,7 @@ makedepends=(make gcc python-build python-docopt python-installer python-lxml py provides=(kiwi-ng kiwi) source=("${pkgname}.tar.gz") changelog="${pkgname}.changes" -md5sums=('812a9cd9a12600a955663baa3f6da1e3') +md5sums=('e2b8d60701a2aad923b1e353d98f4f4d') build() { diff --git a/python-kiwi.changes b/python-kiwi.changes index c51187d..9a87abe 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Fri Nov 01 13:31:20 CET 2024 - Marcus Schäfer + +- Fix make build target + + Move the actions done by the tox target into the + build target and call them there in a clean and easy + to spot sequence. There is no need to call tox to + prepare for the package submission, instead the + checks and poetry runs to prepare for the package + target should be called directly as part of the + build target. In the future we might get rid of + tox completely. + +------------------------------------------------------------------- +Fri Nov 01 13:08:12 CET 2024 - Marcus Schäfer + +- Bump version: 10.1.17 → 10.1.18 + +------------------------------------------------------------------- +Thu Oct 31 23:21:53 CET 2024 - Marcus Schäfer + +- Fixed zipl caller environment + + zipl gets confused with an active sysfs mount inside + the root tree at call time of zipl. This commit + umounts the /sys bind mount in the image tree prior + calling zipl + +------------------------------------------------------------------- +Thu Oct 31 17:46:31 CET 2024 - Marcus Schäfer + +- Fix s390 test-image-disk build + + Add missing kernel links used by suse tools + +------------------------------------------------------------------- +Thu Oct 31 10:01:54 CET 2024 - Marcus Schäfer + +- Bump version: 10.1.16 → 10.1.17 + +------------------------------------------------------------------- +Wed Oct 30 13:49:02 CET 2024 - Marcus Schäfer + +- Fix coloring of build_status.sh flags + + Depending on the place of the status flag the color + setup might fail. This commit fixes it + +------------------------------------------------------------------- +Wed Oct 30 10:24:38 CET 2024 - Marcus Schäfer + +- Add pytest-container as optional dependency + + The pyproject.toml listed pytest-container as dependency + but it is used only to run the container based integration + tests for the shell helper methods. For building the package + this dependency should not be pulled in + +------------------------------------------------------------------- +Fri Oct 25 10:58:52 CEST 2024 - Marcus Schäfer + +- Fix networking in erofs integration test + + The network setup was systemd-networkd based but + the provided network config was not for systemd + ------------------------------------------------------------------- Wed Oct 23 12:21:32 CEST 2024 - Marcus Schäfer @@ -734,6 +801,16 @@ Wed Jul 31 16:57:30 CEST 2024 - Marcus Schäfer os.path.basename was called on a MagicMock object which sometimes confused pytest +------------------------------------------------------------------- +Wed Jul 31 15:22:06 CEST 2024 - Neal Gompa + +- CI: Add testing against Python 3.13 + + Python 3.13 is shipping in Fedora Linux for Fedora Linux 41, so we + should ensure kiwi is tested against it. The testing setup is + based on the latest development version of 3.13 as it is not + yet released. + ------------------------------------------------------------------- Wed Jul 31 12:09:20 CEST 2024 - Marcus Schäfer diff --git a/python-kiwi.spec b/python-kiwi.spec index ac34768..8cf4de6 100644 --- a/python-kiwi.spec +++ b/python-kiwi.spec @@ -52,7 +52,7 @@ %endif Name: python-kiwi -Version: 10.1.16 +Version: 10.1.18 Provides: kiwi-schema = 8.1 Release: 0 Url: https://github.com/OSInside/kiwi diff --git a/python-kiwi.tar.gz b/python-kiwi.tar.gz index f87e405..63ff759 100644 --- a/python-kiwi.tar.gz +++ b/python-kiwi.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8df8e5a74374dfaacf885846d0e9da957a472bd577b146579225d64f66d1f3a4 -size 1042693 +oid sha256:e8840f25093a53d2509eb557584c07deebe77d681dd0f6595c10fd4b64ed5efa +size 1059764