15
0

Accepting request 502895 from home:markoschandras:sysinstall

- Version bump 2.5.0
  * Disable recommended package installations for zypper-minimal
  * Use networkx for digraph
  * Various internal fixes
  * Adding unit testing for configuration
  * Produce API documentation

OBS-URL: https://build.opensuse.org/request/show/502895
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/diskimage-builder?expand=0&rev=16
This commit is contained in:
Markos Chandras
2017-06-12 14:22:38 +00:00
committed by Git OBS Bridge
parent bd5c724bd6
commit d89dfd8687
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a01eabc73bde93da3fde598249cc273c6cc744e8e6b850a0f7dd7e69c076543
size 304969

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c665dbd6b8e3f24be26e65159a560b34e2250111adb4c7569db453d4bbbdf6c
size 312486

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jun 11 16:59:45 UTC 2017 - mchandras@suse.de
- Version bump 2.5.0
* Disable recommended package installations for zypper-minimal
* Use networkx for digraph
* Various internal fixes
* Adding unit testing for configuration
* Produce API documentation
-------------------------------------------------------------------
Thu May 25 07:59:42 UTC 2017 - mchandras@suse.de

View File

@@ -21,7 +21,7 @@
%global __requires_exclude_from ^%{python_sitelib}/diskimage_builder/elements/.*$
Name: diskimage-builder
Version: 2.4.1
Version: 2.5.0
Release: 0
Summary: Image Building Tools for OpenStack
License: Apache-2.0
@@ -32,6 +32,7 @@ Source99: diskimage-builder-rpmlintrc
BuildRequires: fdupes
BuildRequires: python-PyYAML >= 3.10.0
BuildRequires: python-devel
BuildRequires: python2-networkx >= 1.10
# Test requirements:
BuildRequires: python-fixtures
BuildRequires: python-oslotest
@@ -45,6 +46,7 @@ Requires: python-Babel >= 2.3.4
Requires: python-PyYAML >= 3.10.0
Requires: python-six >= 1.9.0
Requires: python-stevedore >= 1.20.0
Requires: python2-networkx >= 1.10
Requires: qemu-tools
Requires: python(abi) = %{py_ver}
# diskimage-builder-2.0.0 was merged with python-dib-utils