Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2022-03-06 18:48:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and      /work/SRC/openSUSE:Factory/.diskimage-builder.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "diskimage-builder"

Sun Mar  6 18:48:44 2022 rev:30 rq:959734 version:3.19.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes      
2020-05-07 14:56:13.298479681 +0200
+++ 
/work/SRC/openSUSE:Factory/.diskimage-builder.new.1958/diskimage-builder.changes
    2022-03-06 18:48:44.924173773 +0100
@@ -1,0 +2,11 @@
+Fri Mar  4 07:19:58 UTC 2022 - pgaj...@suse.com
+
+- version update to 3.19.1
+  lot of changes, see ChangeLog
+
+-------------------------------------------------------------------
+Sat Jan 15 18:48:02 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- add python-rpm-macros dependency 
+
+-------------------------------------------------------------------

Old:
----
  diskimage-builder-2.28.0.tar.gz

New:
----
  diskimage-builder-3.19.1.tar.gz

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

Other differences:
------------------
++++++ diskimage-builder.spec ++++++
--- /var/tmp/diff_new_pack.cjRcqf/_old  2022-03-06 18:48:45.464173858 +0100
+++ /var/tmp/diff_new_pack.cjRcqf/_new  2022-03-06 18:48:45.468173858 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package diskimage-builder
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 # are only ever run inside the disk image build chroot).
 %global         __requires_exclude_from 
^%{python3_sitelib}/diskimage_builder/elements/.*$
 Name:           diskimage-builder
-Version:        2.28.0
+Version:        3.19.1
 Release:        0
 Summary:        Image Building Tools for OpenStack
 License:        Apache-2.0
@@ -30,12 +30,14 @@
 Source99:       diskimage-builder-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  findutils
-BuildRequires:  python3-PyYAML >= 3.10.0
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3-PyYAML >= 3.12
 BuildRequires:  python3-fixtures
 BuildRequires:  python3-networkx >= 1.10
 BuildRequires:  python3-oslotest
 BuildRequires:  python3-pbr >= 2.0.0
 BuildRequires:  python3-setuptools
+BuildRequires:  python3-stestr
 BuildRequires:  python3-stevedore >= 1.20.0
 BuildRequires:  python3-testrepository
 BuildRequires:  python3-testtools
@@ -43,7 +45,7 @@
 # No stuff in python_sitelib, thus autoreqprov won't work:
 Requires:       kpartx
 Requires:       python3-Babel >= 2.3.4
-Requires:       python3-PyYAML >= 3.10.0
+Requires:       python3-PyYAML >= 3.12
 Requires:       python3-networkx >= 1.10
 Requires:       python3-six >= 1.10.0
 Requires:       python3-stevedore >= 1.20.0
@@ -64,13 +66,11 @@
 
 %prep
 %setup -q
-# Remove <2.6.0 which is incompatible with python-flake8
-# dib-lint uses flake8, but does not appear incompatible with flake8 v3.x
-sed -i 's/^flake8<.*/flake8/' requirements.txt
-
 # Fix env-script-interpreter rpmlint warning
 find diskimage_builder/elements -type f -perm /a+x \
        -exec sh -c "sed -E -i 
s@^#\!%{_bindir}/env[[:space:]]+python@#\!%{_bindir}/python@ {}" \;
+# https://bugs.launchpad.net/diskimage-builder/+bug/1963630
+sed -i 's:import mock:import unittest.mock as mock:' $(grep -rl 'import mock')
 
 %build
 %python3_build
@@ -82,16 +82,13 @@
 
 %check
 export PYTHON=%{_bindir}/python3
-if [ ! -d ./.testrepository ] ; then testr init ; fi
-testr run %{?_smp_mflags:--parallel %{_smp_flags}} #; RET=$? echo "Slowest 
Tests" ; testr slowest && exit $RET
+stestr run
 
 %files
 %doc ChangeLog README.rst AUTHORS
 %license LICENSE
-%{_bindir}/dib-block-device
 %{_bindir}/disk-image-create
 %{_bindir}/dib-lint
-%{_bindir}/element-info
 %{_bindir}/ramdisk-image-create
 %{python3_sitelib}/diskimage_builder/
 %{python3_sitelib}/diskimage_builder*.egg-info/

++++++ diskimage-builder-2.28.0.tar.gz -> diskimage-builder-3.19.1.tar.gz ++++++
++++ 14137 lines of diff (skipped)

Reply via email to