Hello community,

here is the log from the commit of package python3-kiwi for openSUSE:Factory 
checked in at 2017-03-10 21:45:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.python3-kiwi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-kiwi"

Fri Mar 10 21:45:22 2017 rev:5 rq:477694 version:9.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-kiwi/python3-kiwi.changes        
2017-02-15 10:01:13.487981454 +0100
+++ /work/SRC/openSUSE:Factory/.python3-kiwi.new/python3-kiwi.changes   
2017-03-10 21:45:26.297831099 +0100
@@ -1,0 +2,304 @@
+Tue Mar  7 17:40:07 CET 2017 - [email protected]
+
+- Bump version: 9.3.1 → 9.3.2
+  
+-------------------------------------------------------------------
+Tue Mar  7 17:35:11 CET 2017 - [email protected]
+  
+- Fixed MANIFEST.in
+  
+  kiwi.solver code was not included into source archive
+  
+-------------------------------------------------------------------
+Tue Mar  7 16:45:41 CET 2017 - [email protected]
+  
+- Bump version: 9.3.0 → 9.3.1
+  
+-------------------------------------------------------------------
+Tue Mar  7 16:45:06 CET 2017 - [email protected]
+  
+- Fixed doc api build for renamed source file
+  
+-------------------------------------------------------------------
+Tue Mar  7 16:31:45 CET 2017 - [email protected]
+  
+- Bump version: 9.2.4 → 9.3.0
+  
+-------------------------------------------------------------------
+Tue Mar  7 16:22:04 CET 2017 - [email protected]
+  
+- Flake8 fixes for unit tests
+  
+-------------------------------------------------------------------
+Tue Mar  7 15:33:55 CET 2017 - [email protected]
+  
+- Apply code quality checks for unit tests too
+  
+-------------------------------------------------------------------
+Tue Mar  7 13:15:44 CET 2017 - [email protected]
+  
+- Fixed import of solv module
+  
+-------------------------------------------------------------------
+Tue Mar  7 12:40:25 CET 2017 - [email protected]
+  
+- Import root system from a given image
+  
+  This commit includes the root import feature. A `derived_from`
+  attribute has been included with the <type> section to make
+  reference to the image file to import. The image format to import
+  is assumed to be the same as the build type to import.
+  
+  The current format supported is docker
+  
+-------------------------------------------------------------------
+Tue Mar  7 12:35:20 CET 2017 - [email protected]
+  
+- Flake cleanup for unit tests
+  
+-------------------------------------------------------------------
+Mon Mar  6 17:23:30 CET 2017 - [email protected]
+  
+- Prevent use of project relative import statements
+  
+  For details on the motivation of this change please visit:
+  https://wiki.python.org/moin/FutureProofPython
+  
+-------------------------------------------------------------------
+Mon Mar  6 15:34:41 CET 2017 - [email protected]
+  
+- Allow activation/deactivation of sysV services
+  
+  systemd is still legacy sysV init compatible, thus the kiwi
+  helper scripts to activate/deactivate services should not
+  only be limited to systemd services. Fixes #256
+  
+-------------------------------------------------------------------
+Mon Mar  6 12:03:03 CET 2017 - [email protected]
+  
+- Support package capabilities in sat solver
+  
+  A solver operation can receive a package or pattern name but
+  a capability name was considered a package name and failed
+  to resolve. This commit fixes the solver operation with
+  regards to package capabilities
+  
+-------------------------------------------------------------------
+Mon Mar  6 10:57:28 CET 2017 - [email protected]
+  
+- Add runtime check for kernel match
+  
+  If a kiwi initrd is used, the kernel used to build the kiwi
+  initrd and the kernel used in the system image must be the
+  same in order to avoid an inconsistent boot setup. This is
+  related to (bsc#1027610)
+  
+-------------------------------------------------------------------
+Fri Mar  3 16:22:29 CET 2017 - [email protected]
+  
+- Added runtime check for boot image reference
+  
+  If an initrd_system different from kiwi is selected for a
+  vmx (simple disk) image, it does not make sense to setup a reference
+  to a kiwi boot image description, because no kiwi boot image will be
+  built. Despite that it does not hurt it's still an inconsistent
+  setup. This is related to (bsc#1027610)
+  
+-------------------------------------------------------------------
+Fri Mar  3 12:11:34 CET 2017 - [email protected]
+  
+- Bump version: 9.2.3 → 9.2.4
+  
+-------------------------------------------------------------------
+Fri Mar  3 12:10:47 CET 2017 - [email protected]
+  
+- Update documentation
+  
+  the docker build container is now build with the correct
+  namespace. Thus no image tagging is required anymore
+  
+-------------------------------------------------------------------
+Fri Mar  3 11:32:47 CET 2017 - [email protected]
+  
+- Bump version: 9.2.2 → 9.2.3
+  
+-------------------------------------------------------------------
+Thu Mar  2 17:14:52 CET 2017 - [email protected]
+  
+- Support container names with slashes (#254)
+  
+  Umoci tool doesn't require any other parameter than a tag to
+  identify the container. So container_name value is not used in
+  umoci.
+  
+  This Fixes#253
+  
+-------------------------------------------------------------------
+Wed Mar  1 15:02:31 CET 2017 - [email protected]
+  
+- Use default command only if no entrypoit and subcommand aren't set
+  
+  Fixes #251
+  
+-------------------------------------------------------------------
+Wed Mar  1 12:51:01 CET 2017 - [email protected]
+  
+- Fix tagging for OCI images
+  
+  This commit fixes the tagging schema for umoci. An OCI image
+  name is path[:tag], this commit rearranges some variable names to
+  avoid confusions between names and tags.
+  
+  Fixes #249
+  
+-------------------------------------------------------------------
+Tue Feb 28 16:29:09 CET 2017 - [email protected]
+  
+- Add support for repository credentials
+  
+  The package and solver repository classes did not provide an
+  interface to deal with repository credentials. This commit
+  add support for the zypper package manager and the generic
+  urlopen based download method of the solver class. This
+  Fixes #246
+  
+-------------------------------------------------------------------
+Tue Feb 28 13:08:54 CET 2017 - [email protected]
+  
+- Bump version: 9.2.1 → 9.2.2
+  
+-------------------------------------------------------------------
+Tue Feb 28 13:07:38 CET 2017 - [email protected]
+  
+- Update documentation
+  
+  Add detailed information how to update the docker Build Container
+  on the official dockerhub registry. This is needed to use custom
+  or newer versions of the currently published Build Container
+  
+-------------------------------------------------------------------
+Tue Feb 28 12:43:11 CET 2017 - [email protected]
+  
+- Bump version: 9.2.0 → 9.2.1
+  
+-------------------------------------------------------------------
+Tue Feb 28 12:42:12 CET 2017 - [email protected]
+  
+- Update documentation
+  
+  The changes in building docker images now allows for using
+  the docker load command to import the dice container
+  
+-------------------------------------------------------------------
+Tue Feb 28 07:52:25 CET 2017 - [email protected]
+  
+- Fix default reposdir path for DNF
+  
+-------------------------------------------------------------------
++++ 159 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/python3-kiwi/python3-kiwi.changes
++++ and /work/SRC/openSUSE:Factory/.python3-kiwi.new/python3-kiwi.changes

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

Other differences:
------------------
++++++ python3-kiwi.spec ++++++
--- /var/tmp/diff_new_pack.pFWJ85/_old  2017-03-10 21:45:29.365396013 +0100
+++ /var/tmp/diff_new_pack.pFWJ85/_new  2017-03-10 21:45:29.369395447 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python3-kiwi
-Version:        9.1.0
+Version:        9.3.2
 Release:        0
 Provides:       kiwi-schema = 6.2
 Url:            https://github.com/SUSE/kiwi

++++++ python3-kiwi.tar.gz ++++++
++++ 11643 lines of diff (skipped)


Reply via email to