From 556f6c6717b8b3426ea795e35518c2a2bb30503b92570616a03f75abcfe5d45f Mon Sep 17 00:00:00 2001
From: Marcus Schaefer <ms@suse.com>
Date: Wed, 26 Apr 2017 15:38:37 +0000
Subject: [PATCH] =?UTF-8?q?-=20Bump=20version:=209.5.0=20=E2=86=92=209.6.0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- Additional container commandline options

  Added --set-container-derived-from and --set-container-tag
  commandline options which allows to overwrite the data set
  in the XML configuration



- Implement obsrepositories source on derived_from

  The following reference to a derived container:

  obsrepositories:/container#latest

  Will be translated into the following buildservice
  local path:

  /usr/src/packages/SOURCES/containers/_obsrepositories/container#latest



- Implement obs source on derived_from

  The following reference to a derived container:

  obs:/project/repo/container#tag

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=24
---
 python-kiwi.changes | 55 ++++++++++++++++++++++++++++++++++++++++++++-
 python-kiwi.spec    |  2 +-
 python-kiwi.tar.gz  |  4 ++--
 3 files changed, 57 insertions(+), 4 deletions(-)

diff --git a/python-kiwi.changes b/python-kiwi.changes
index 6223759..47a533b 100644
--- a/python-kiwi.changes
+++ b/python-kiwi.changes
@@ -1,6 +1,59 @@
+-------------------------------------------------------------------
+Wed Apr 26 17:29:31 CEST 2017 - ms@suse.com
+
+- Bump version: 9.5.0 → 9.6.0
+  
+-------------------------------------------------------------------
+Wed Apr 26 14:12:33 CEST 2017 - ms@suse.com
+  
+- Additional container commandline options
+  
+  Added --set-container-derived-from and --set-container-tag
+  commandline options which allows to overwrite the data set
+  in the XML configuration
+  
+-------------------------------------------------------------------
+Tue Apr 25 17:41:01 CEST 2017 - ms@suse.com
+  
+- Implement obsrepositories source on derived_from
+  
+  The following reference to a derived container:
+  
+  obsrepositories:/container#latest
+  
+  Will be translated into the following buildservice
+  local path:
+  
+  /usr/src/packages/SOURCES/containers/_obsrepositories/container#latest
+  
+-------------------------------------------------------------------
+Tue Apr 25 15:28:38 CEST 2017 - ms@suse.com
+  
+- Implement obs source on derived_from
+  
+  The following reference to a derived container:
+  
+  obs:/project/repo/container#tag
+  
+  Will be translated into the following buildservice
+  local path:
+  
+  /usr/src/packages/SOURCES/containers/project/repo/container#tag
+  
+-------------------------------------------------------------------
+Tue Apr 25 15:25:04 CEST 2017 - ms@suse.com
+  
+- Use urlparse to detect uri scheme
+  
+  The source location postfix can contain several different
+  formats e.g :/, or :// or even just :, python's urlparse
+  is able to cope with all that which allows to work with
+  the url scheme base name and thus makes handling this
+  code more robust
+  
 -------------------------------------------------------------------
 Mon Apr 24 13:22:03 CEST 2017 - ms@suse.com
-
+  
 - Bump version: 9.4.11 → 9.5.0
   
 -------------------------------------------------------------------
diff --git a/python-kiwi.spec b/python-kiwi.spec
index d66e566..bf700a3 100644
--- a/python-kiwi.spec
+++ b/python-kiwi.spec
@@ -67,7 +67,7 @@
 %endif
 
 Name:           python-kiwi
-Version:        9.5.0
+Version:        9.6.0
 Release:        0
 Provides:       kiwi-schema = 6.5
 Url:            https://github.com/SUSE/kiwi
diff --git a/python-kiwi.tar.gz b/python-kiwi.tar.gz
index 1977298..3846c89 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:65b9faac8af8d82485144e72918dd4d90113907939cf007af178ccdc4c1b498d
-size 3169265
+oid sha256:d5dba6da3e51a05a278828b1144a49aafaeeccc132adb6292447363ba3d77fb8
+size 3177053