forked from pool/micropython-lib
Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3af9a11649 | |||
| b7e7f81dd1 | |||
| 3eaf3314aa | |||
| 72faae58f3 | |||
| 43d76e3682 | |||
| 2724fe1ec7 | |||
| e9a0996f41 | |||
| 221f1c4b2d | |||
| 06fb55d0e5 | |||
| 023ad37f67 |
@@ -1,3 +0,0 @@
|
||||
<multibuild>
|
||||
<package>testsuite</package>
|
||||
</multibuild>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f779460853436a7547f2d994a2a4131792de98e5e882b271ecf6a73c649dbf9
|
||||
size 519815
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99db764dccb983e3e1cb299dd812e9f8cc943ea3a97497eeba27a2f7a53aed83
|
||||
size 520825
|
||||
3
micropython-lib-1.26.0.tar.gz
Normal file
3
micropython-lib-1.26.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ecacd51266c909e224a11f8e515c9f32f43745644419e298ce84e445f82bf785
|
||||
size 522644
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66e15380eb109613263beb6825b8eecb9191088270c1a59e8c7d922dd57183c7
|
||||
size 289386
|
||||
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 15 08:21:31 UTC 2025 - Dominik Heidler <dheidler@suse.de>
|
||||
|
||||
- Update to 1.26.0
|
||||
* aiorepl: Handle stream shutdown.
|
||||
* aiohttp: Fix partial reads by using readexactly.
|
||||
* abc: Add ABC base class.
|
||||
* aioble-l2cap: Raise correct error if l2cap disconnects during send.
|
||||
* logging: Allow logging.exception helper to handle tracebacks.
|
||||
* errno: Add ENOTCONN constant.
|
||||
* aiorepl: Use blocking reads for raw REPL and raw paste.
|
||||
* urllib.urequest: Add support for headers to urequest.urlopen.
|
||||
* tools/verifygitlog.py: Sync with changes from the main repo.
|
||||
* utop: Print IDF heap details.
|
||||
* utop: Print MicroPython memory info.
|
||||
* utop: Add initial implementation for ESP32.
|
||||
* all: Apply Ruff 0.11.6 reformatting changes.
|
||||
* top: Bump the Ruff version to 0.11.6.
|
||||
* lora: Fix SNR value in SX126x received packets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 16 12:19:29 UTC 2025 - Dominik Heidler <dheidler@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package micropython-lib
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# 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-lib
|
||||
Version: 1.25.0
|
||||
Version: 1.26.0
|
||||
Release: 0
|
||||
Summary: Core Python libraries ported to MicroPython
|
||||
License: MIT AND Python-2.0
|
||||
|
||||
Reference in New Issue
Block a user