Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package micropython for openSUSE:Factory 
checked in at 2023-05-03 12:57:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/micropython (Old)
 and      /work/SRC/openSUSE:Factory/.micropython.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "micropython"

Wed May  3 12:57:35 2023 rev:9 rq:1084191 version:1.20.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/micropython/micropython.changes  2023-03-29 
23:27:15.691476726 +0200
+++ /work/SRC/openSUSE:Factory/.micropython.new.1533/micropython.changes        
2023-05-03 12:57:41.183976726 +0200
@@ -1,0 +2,8 @@
+Fri Apr 28 07:09:08 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Update to 1.20.0:
+  * https://github.com/micropython/micropython/releases/tag/v1.20.0
+- Remove 32572439984e5640c6af46fbe7c27400c30112ce.patch, included.
+- Disable warning, since it is treated as an error.
+
+-------------------------------------------------------------------

Old:
----
  32572439984e5640c6af46fbe7c27400c30112ce.patch
  micropython-1.19.1.tar.xz

New:
----
  micropython-1.20.0.tar.xz

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

Other differences:
------------------
++++++ micropython.spec ++++++
--- /var/tmp/diff_new_pack.W0TrsC/_old  2023-05-03 12:57:42.479984341 +0200
+++ /var/tmp/diff_new_pack.W0TrsC/_new  2023-05-03 12:57:42.483984364 +0200
@@ -17,15 +17,12 @@
 
 
 Name:           micropython
-Version:        1.19.1
+Version:        1.20.0
 Release:        0
 Summary:        Implementation of Python 3 with very low memory footprint
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://micropython.org/
 Source:         
https://micropython.org/resources/source/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM: fix build with gcc 13
-Patch1:         
https://github.com/micropython/micropython/commit/32572439984e5640c6af46fbe7c27400c30112ce.patch
 BuildRequires:  openssl
 BuildRequires:  pkgconfig
 BuildRequires:  python3
@@ -45,12 +42,13 @@
 %define make_flags V=1 MICROPY_PY_BTREE=0 MICROPY_PY_USSL=0
 
 %build
+export CFLAGS="$CFLAGS -Wno-dangling-pointer"
 %make_build -C mpy-cross
-%make_build -C ports/unix micropython STRIP=true
+%make_build -C ports/unix STRIP=true
 
 %install
 install -d %{buildroot}%{_bindir}
-install -t %{buildroot}%{_bindir} ports/unix/micropython
+install -t %{buildroot}%{_bindir} ports/unix/build-standard/micropython
 
 %check
 %ifnarch x86_64

++++++ micropython-1.19.1.tar.xz -> micropython-1.20.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/micropython/micropython-1.19.1.tar.xz 
/work/SRC/openSUSE:Factory/.micropython.new.1533/micropython-1.20.0.tar.xz 
differ: char 25, line 1

Reply via email to