- 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.
OBS-URL: https://build.opensuse.org/request/show/1299774
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/micropython-lib?expand=0&rev=4
* 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython-lib?expand=0&rev=9
- Update to 1.25.0
* inspect: Implement iscoroutinefunction and iscoroutine.
* inspect: Add basic unit tests.
* inspect: Fix isgenerator logic.
* usb-device-cdc: Optimise writing small data so it doesn't require alloc.
* aiohttp: Allow headers to be passed to a WebSocketClient.
* aiohttp: Fix header case sensitivity.
* requests: Use the host in the redirect url, not the one in headers.
* unix-ffi/machine: Use libc if librt is not present.
* unix-ffi/json: Accept both str and bytes as arg for json.loads().
* lora-sx126x: Fix invert_iq_rx / invert_iq_tx behaviour.
* nrf24l10: Bump minor version.
* nrf24l01: Optimize status reading.
* nrf24l01: Properly handle timeout.
* nrf24l01: Increase startup delay.
* umqtt.simple: Restore legacy ssl/ssl_params arguments.
* mip: Make mip.install() skip /rom*/lib directories.
* github/workflows: Update actions/upload-artifact to v4.
* mip: Allow relative URLs in package.json.
* requests: Bump version to 0.10.1.
* requests: Do not leak header modifications when calling request.
* unittest: Always use "raise" with an argument.
* unittest: Allow SkipTest to work within a subTest.
* tools/ci.sh: Enable unittest tests.
* aioespnow,webrepl: Use recommended network.WLAN.IF_[AP|STA] constants.
* umqtt.simple: Add optional socket timeout to connect method.
OBS-URL: https://build.opensuse.org/request/show/1270013
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython-lib?expand=0&rev=7