14
0
forked from pool/micropython

- Update to 1.22.0:

* https://github.com/micropython/micropython/releases/tag/v1.22.0
  * objslice: validate that the argument to indices() is an integer
    (CVE-2023-7158, bsc#1218446)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython?expand=0&rev=21
This commit is contained in:
2024-01-08 02:11:09 +00:00
committed by Git OBS Bridge
parent b9af718955
commit c062ceb1da
4 changed files with 13 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package micropython
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 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: micropython
Version: 1.20.0
Version: 1.22.0
Release: 0
Summary: Implementation of Python 3 with very low memory footprint
License: MIT