Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package intelhex for openSUSE:Factory checked in at 2022-06-16 18:20:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/intelhex (Old) and /work/SRC/openSUSE:Factory/.intelhex.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "intelhex" Thu Jun 16 18:20:58 2022 rev:6 rq:982888 version:2.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/intelhex/intelhex.changes 2020-09-01 20:09:05.272640666 +0200 +++ /work/SRC/openSUSE:Factory/.intelhex.new.1548/intelhex.changes 2022-06-16 18:22:21.164262610 +0200 @@ -1,0 +2,14 @@ +Wed Jun 15 16:49:42 UTC 2022 - Dirk M??ller <[email protected]> + +- update to 2.3.0: + * Add IntelHex.find() method to find a given byte pattern. (Scott Armitage) + * API changes: IntelHex.segments() method supports new optional parameter + * min_gap to allow consolidation of segments with small but existing gaps + into a single segment. Default value is 1. (Ryan Downing) + * API changes: IntelHex.tofile() now supports the optional byte_count + parameter from IntelHex.write_hex_file(). Only used if format = hex. + * Fix Python 3.9 compatibility issue with 'array' module (Piotr Korowacki) + * Fix installation for Python version taking setup rather from setuptools than + distutils (Theo Sbrissa) + +------------------------------------------------------------------- Old: ---- 2.2.1.zip New: ---- 2.3.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ intelhex.spec ++++++ --- /var/tmp/diff_new_pack.qvdkD9/_old 2022-06-16 18:22:21.528263127 +0200 +++ /var/tmp/diff_new_pack.qvdkD9/_new 2022-06-16 18:22:21.532263133 +0200 @@ -1,7 +1,7 @@ # # spec file for package intelhex # -# 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 @@ -17,7 +17,7 @@ Name: intelhex -Version: 2.2.1 +Version: 2.3.0 Release: 0 Summary: Library for Intel HEX Files Manipulations License: BSD-3-Clause @@ -27,7 +27,6 @@ BuildRequires: dos2unix BuildRequires: python3 BuildRequires: unzip -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description @@ -48,8 +47,8 @@ ???hex2dump.py??? converts data from HEX to a hexdump which is useful for inspecting data, and ???hexmerge.py??? merges multiple HEX files into one. - %lang_package + %prep %setup -q @@ -61,17 +60,14 @@ python3 setup.py\ install\ --prefix=%{_prefix}\ - --root=$RPM_BUILD_ROOT -dos2unix AUTHORS.rst NEWS.rst Readme.rst LICENSE.txt - -%clean -rm -rf $RPM_BUILD_ROOT + --root=%{buildroot} +dos2unix AUTHORS.rst NEWS.rst README.rst LICENSE.txt %files -%defattr(-, root, root) -%doc AUTHORS.rst NEWS.rst Readme.rst +%doc AUTHORS.rst NEWS.rst README.rst %license LICENSE.txt -%{_bindir}/* +%{_bindir}/bin2hex.py +%{_bindir}/hex*.py %{python_sitelib}/* %changelog
