python-kiwi

Edit Package python-kiwi
No description set
Refresh
Refresh
Source Files
Filename Size Changed
PKGBUILD 0000002768 2.7 KB
python-kiwi-rpmlintrc 0000001857 1.81 KB
python-kiwi.changes 0001239475 1.18 MB
python-kiwi.spec 0000022763 22.2 KB
python-kiwi.tar.gz 0001041122 1020 KB
Revision 545 (latest revision is 601)
Marcus Schäfer's avatar Marcus Schäfer (marcus.schaefer) committed (revision 545)
- Added requirement for xmltodict to spec
  Actually the real issue to this defect seems to live in the
  anymarkup source code. It seems that the import of xmltodict
  at the beginning of the core module is optional, but later on
  when handling XML xmltodict seems to be mandatory, see here:
  https://github.com/bkabrda/anymarkup-core/blob/08896a8215819edcc413e3f2588518046
  9a4c2ed/anymarkup_core/__init__.py#L210-L229. Because this
  issue can result in a "ImportError: Can't parse xml: xmltodict not installed"
  turning kiwi into a bad exit condition I propose to add
  this python requirement to the kiwi spec as a workaround and
  try fixing the anymarkup packaging and module setup upstream
  in addition. To my knowledge all relevant distributions
  provides xmltodict

- Fixed type hint for pinch_system method
  The PackageManager argument is allowed to be optional

- Add support for discoverable partitions
  Set PARTUUID according to systemd-id128 if applicable
  This Fixes #1385

- Move Repository to context manager
  Change the Repository Factory to be a context manager.
  All code using Repository was updated to the following
  with statement:
  with Repository(...).new as repo:
  repo.some_member()
  This is related to Issue #2412

- Allow terminal emulation setup from the cmdline
Comments 2

Caglar Ulkuderner's avatar

Debian_11 needs to be added to repos


Christian Wittmer's avatar

May we also have a 15.5 for openSUSE Leap please ?

openSUSE Build Service is sponsored by