Hello community, here is the log from the commit of package intelhex for openSUSE:Factory checked in at 2020-09-01 20:08:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/intelhex (Old) and /work/SRC/openSUSE:Factory/.intelhex.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "intelhex" Tue Sep 1 20:08:04 2020 rev:5 rq:830455 version:2.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/intelhex/intelhex.changes 2018-06-29 22:31:47.354237817 +0200 +++ /work/SRC/openSUSE:Factory/.intelhex.new.3399/intelhex.changes 2020-09-01 20:09:05.272640666 +0200 @@ -1,0 +2,5 @@ +Sun Aug 16 10:16:54 UTC 2020 - Klaus Kämpf <[email protected]> + +- build with Python3 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ intelhex.spec ++++++ --- /var/tmp/diff_new_pack.WcCgLv/_old 2020-09-01 20:09:05.948640983 +0200 +++ /var/tmp/diff_new_pack.WcCgLv/_new 2020-09-01 20:09:05.952640984 +0200 @@ -1,7 +1,7 @@ # # spec file for package intelhex # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,10 +22,10 @@ Summary: Library for Intel HEX Files Manipulations License: BSD-3-Clause Group: Development/Tools/Other -Url: https://github.com/bialix/intelhex +URL: https://github.com/bialix/intelhex Source: https://github.com/bialix/intelhex/archive/%{version}.zip BuildRequires: dos2unix -BuildRequires: python +BuildRequires: python3 BuildRequires: unzip BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -54,11 +54,11 @@ %setup -q %build -python setup.py\ +python3 setup.py\ build %install -python setup.py\ +python3 setup.py\ install\ --prefix=%{_prefix}\ --root=$RPM_BUILD_ROOT
