File python-kiwi_stackbuild_plugin.changes of Package python-kiwi_stackbuild_plugin
-------------------------------------------------------------------
Tue Mar 25 13:15:42 CET 2025 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Bump version: 1.0.10 → 1.0.11
-------------------------------------------------------------------
Fri Mar 21 21:21:10 CET 2025 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Fixed python3_sitelib for debbuild in OBS
-------------------------------------------------------------------
Thu Mar 06 11:36:22 CET 2025 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Drop invalid extlinks from doc setup
-------------------------------------------------------------------
Thu Mar 06 11:35:59 CET 2025 - Marcus Schäfer <marcus.schaefer@gmail.com>
- distutils.sysconfig is deprecated
Move to sysconfig
-------------------------------------------------------------------
Sun Feb 09 20:21:17 CET 2025 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Use older version of poetry for sdist
Newer versions forces epoch 0 which is not nice
-------------------------------------------------------------------
Sat Feb 08 19:32:46 CET 2025 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Move to poetry
-------------------------------------------------------------------
Fri Jan 24 14:07:44 CET 2025 - Neal Gompa <neal@gompa.dev>
- Replace usage of mock with standard library version
We have no need for the rolling backport, as our needs are very simple.
-------------------------------------------------------------------
Fri Nov 15 15:50:46 CET 2024 - Neal Gompa <neal@gompa.dev>
- setup.py: Drop unused dependency on "mock"
This is only used for tests, which is handled elsewhere.
-------------------------------------------------------------------
Thu Oct 10 19:28:04 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Fix packaging for Leap
Use the right python interpreter for Leap
-------------------------------------------------------------------
Tue May 14 00:37:52 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Bump version: 1.0.9 → 1.0.10
-------------------------------------------------------------------
Tue May 14 00:37:09 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Fix workflow action for release
cut and paste bug pointing to the wrong project
-------------------------------------------------------------------
Tue May 14 00:14:06 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Bump version: 1.0.8 → 1.0.9
-------------------------------------------------------------------
Tue May 14 00:13:50 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Fix github workflows
-------------------------------------------------------------------
Tue May 14 00:11:22 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Bump version: 1.0.7 → 1.0.8
-------------------------------------------------------------------
Tue May 14 00:05:03 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Fix tox setup and tests
-------------------------------------------------------------------
Mon May 13 23:30:10 CEST 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Update documentation
Move master branch to main
-------------------------------------------------------------------
Thu Mar 17 10:37:49 CET 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Bump version: 1.0.6 → 1.0.7
-------------------------------------------------------------------
Thu Mar 17 10:32:52 CET 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Fixed how file presence is checked
Use os.path.isfile for checking the presence of the file
instead of os.path.exists. This also simplifies the unit
tests not overlap with other code from the kiwi API
-------------------------------------------------------------------
Thu Mar 17 10:03:08 CET 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Bump version: 1.0.5 → 1.0.6
-------------------------------------------------------------------
Thu Mar 17 10:02:12 CET 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Update unit tests
Update unit tests according to changes on the kiwi side
-------------------------------------------------------------------
Thu Mar 17 09:14:49 CET 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Support nose and xunit style tests
The modifications in this commit allows the unit tests
to run on both, pytest 6.x (nose test layout) and the new
pytest 7.x (xunit test layout).
-------------------------------------------------------------------
Thu Mar 17 09:13:17 CET 2022 - Marcus Schäfer <marcus.schaefer@gmail.com>
- Fixed package build for debbuild
debbuild has changed and translate source tarball
names containing an '_' into a '-'
-------------------------------------------------------------------
Thu Aug 05 11:21:44 CEST 2021 - Marcus Schäfer <ms@suse.de>
- Bump version: 1.0.4 → 1.0.5
-------------------------------------------------------------------
Thu Aug 05 09:45:11 CEST 2021 - Marcus Schäfer <ms@suse.de>
- Allow to prepare multiple stashes
-------------------------------------------------------------------
Wed Aug 04 16:54:47 CEST 2021 - Marcus Schäfer <ms@suse.de>
- Bump version: 1.0.3 → 1.0.4
-------------------------------------------------------------------
Wed Aug 04 16:52:41 CEST 2021 - Marcus Schäfer <ms@suse.de>
- Move stash home to /var/tmp/kiwi-stash
This is the better path as the stash container is locally
only kept to add more layers to it. The location in /var/tmp
indicates it could also be deleted which is true since every
stash gets registered to the local podman registry. In
addition the location change allows the --list command to
operate without root permissions
-------------------------------------------------------------------
Fri Jul 30 12:31:45 CEST 2021 - Marcus Schäfer <ms@suse.de>
- Bump version: 1.0.2 → 1.0.3
-------------------------------------------------------------------
Fri Jul 30 12:30:14 CEST 2021 - Marcus Schäfer <ms@suse.de>
- Check container naming constraints
The plugin uses the image name as container name. However,
there are some restrictions on container names which does
not apply to KIWI image names. Thus we have to check if
the name in the image description can be used as container
name and if not come up with an error message and point
to the new --container-name option to provide an alternative
name
-------------------------------------------------------------------
Thu Jul 29 10:01:45 CEST 2021 - Marcus Schäfer <ms@suse.de>
- Bump version: 1.0.1 → 1.0.2
-------------------------------------------------------------------
Thu Jul 29 10:01:07 CEST 2021 - Marcus Schäfer <ms@suse.de>
- Move the registry import to the stash command
-------------------------------------------------------------------
Wed Jul 28 20:00:14 CEST 2021 - Marcus Schäfer <ms@suse.de>
- Bump version: 1.0.0 → 1.0.1
-------------------------------------------------------------------
Wed Jul 28 19:59:45 CEST 2021 - Marcus Schäfer <ms@suse.de>
- Fixup description
Also make sure description appears on pypi
-------------------------------------------------------------------
Wed Jul 28 19:50:19 CEST 2021 - Marcus Schäfer <ms@suse.de>
- Bump version: 0.0.1 → 1.0.0
-------------------------------------------------------------------
Wed Jul 28 19:35:01 CEST 2021 - Marcus Schäfer <ms@suse.de>
- Set test coverage limit to 100%
-------------------------------------------------------------------
Wed Jul 28 17:59:23 CEST 2021 - Marcus Schäfer <ms@suse.de>
- Fixed Makefile
Invalid man page reference
-------------------------------------------------------------------
Wed Jul 28 17:16:30 CEST 2021 - Marcus Schäfer <ms@suse.de>
- Added stash list command
-------------------------------------------------------------------
Tue Jul 27 17:15:15 CEST 2021 - Marcus Schäfer <ms@suse.de>
- Use stash image name as stash tag name
-------------------------------------------------------------------
Tue Jul 27 13:32:57 CEST 2021 - Marcus Schäfer <ms@suse.de>
- Fixed stash config setup
Missing set_config() on OCI object
-------------------------------------------------------------------
Mon Jul 26 16:02:44 CEST 2021 - Marcus Schäfer <ms@suse.de>
- Added stackbuild command
Allow to build/rebuild image based on a container stash
-------------------------------------------------------------------
Wed Jun 16 17:57:02 CEST 2021 - Marcus Schäfer <ms@suse.de>
- Added system stash command
The system stash command allows to create a container image
from a given root tree. The result can be considered a cache
file for the stackbuild command.
-------------------------------------------------------------------
Tue Jun 15 16:53:43 CEST 2021 - Marcus Schäfer <ms@suse.de>
- Move code into new namespace
We agreed on kiwi_stackbuild_plugin. In addition all
bits and pieces like license, packaging, test setup
requirements file and more are covered by this commit
-------------------------------------------------------------------
Mon Jun 14 09:40:47 CEST 2021 - David Cassany <david@localhost.localdomain>
- Some little cleanups
Signed-off-by: David Cassany <dcassany@suse.com>