Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package micropython for openSUSE:Factory checked in at 2022-10-12 18:26:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/micropython (Old) and /work/SRC/openSUSE:Factory/.micropython.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "micropython" Wed Oct 12 18:26:47 2022 rev:7 rq:1010201 version:1.19.1 Changes: -------- --- /work/SRC/openSUSE:Factory/micropython/micropython.changes 2022-07-03 18:26:54.804737211 +0200 +++ /work/SRC/openSUSE:Factory/.micropython.new.2275/micropython.changes 2022-10-12 18:28:27.734187916 +0200 @@ -1,0 +2,6 @@ +Tue Oct 11 15:17:23 UTC 2022 - Andreas Schwab <[email protected]> + +- Suppress stripping of binary +- Run tests everywhere with just the problematic ones suppressed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ micropython.spec ++++++ --- /var/tmp/diff_new_pack.KDq5H9/_old 2022-10-12 18:28:28.354189280 +0200 +++ /var/tmp/diff_new_pack.KDq5H9/_new 2022-10-12 18:28:28.358189289 +0200 @@ -44,20 +44,21 @@ %build %make_build -C mpy-cross -%make_build -C ports/unix micropython +%make_build -C ports/unix micropython STRIP=true %install install -d %{buildroot}%{_bindir} install -t %{buildroot}%{_bindir} ports/unix/micropython -%ifnarch aarch64 s390x -# s390x: 3 tests failes: float_parse float_parse_doubleprec ffi_callback -# aarch64: 2 tests failed: float_parse float_parse_doubleprec -# https://github.com/micropython/micropython/issues/4176 %check +%ifnarch x86_64 +# 2 tests fail: float_parse float_parse_doubleprec +# https://github.com/micropython/micropython/pull/6024 +rm -f tests/float/float_parse.py +rm -f tests/float/float_parse_doubleprec.py +%endif export MICROPY_CPYTHON3=python3 make -C ports/unix PYTHON=%{_bindir}/python3 V=1 test -%endif %files %license LICENSE
