17
0

15 Commits

Author SHA256 Message Date
fcc1e096cb Accepting request 1333934 from devel:languages:python
- Update to 1.27.0
  * aioble/examples: Change variable name to _ADV_INTERVAL_US.
  * all: Fix spelling and typos in comments and docstring.
  * pyproject.toml: Add codespell configuration, CI and precommit.
  * argparse: Add support for custom argument types.
  * tarfile: Fix FileSection.skip to not rely on extended readinto args.
  * tarfile: Add basic unittest for tarfile.TarFile.
  * unix-ffi/socket: Remove ip add/drop membership from socket.
  * iperf3: Fix server UDP mode.
  * iperf3: Factor out data transfer logic to separate function.
  * iperf3: Fix use as a CLI on the unix port of MicroPython.
  * aiohttp: Correctly handle WebSocket message fragmentation.
  * umqtt.simple: Add unsubscribe method.
  * usb-device-hid: Use report protocol after report descriptor requested.
  * usb-device-hid: Fix descriptor protocol config and set correct default.
  * inspect: Support closures/generators/async-funcs in inspect.signature.
  * lora: Fix import error detection for missing drivers.
  * all: Correct various typos in comments and docs.
  * pyproject.toml: Reorganize ruff lint settings for newer ruff.
  * cbor2: Silence missing `__eq__` warning.
  * CONTRIBUTING: Add guidelines for module documentation and versioning.
  * all: Fix formatting errors in docstrings.
  * requests: Update example for fetching using requests.
  * copy: Fix typo in _deepcopy_dispatch.
  * aioble: Fix typo in README in aioble.ADDR_PUBLIC.
  * aioble/examples: Change variable name to _ADV_INTERVAL_US.
  * mip: Optimize _CHUNK_SIZE const for code size.
  * sdcard: Updating sector calculation for SDXC.
  * datetime: Optimize for code size.
  * datetime: Apply localtz patch to include naive date/time support.
  * inspect: Implement a very basic signature function.
  * usb-device-hid: Return True after submit_xfer.
  * usb-device: Raise RuntimeError when DCD error occurs.

OBS-URL: https://build.opensuse.org/request/show/1333934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/micropython-lib?expand=0&rev=6
2026-02-20 16:41:11 +00:00
e130f41bf8 - Update to 1.27.0
* aioble/examples: Change variable name to _ADV_INTERVAL_US.
  * all: Fix spelling and typos in comments and docstring.
  * pyproject.toml: Add codespell configuration, CI and precommit.
  * argparse: Add support for custom argument types.
  * tarfile: Fix FileSection.skip to not rely on extended readinto args.
  * tarfile: Add basic unittest for tarfile.TarFile.
  * unix-ffi/socket: Remove ip add/drop membership from socket.
  * iperf3: Fix server UDP mode.
  * iperf3: Factor out data transfer logic to separate function.
  * iperf3: Fix use as a CLI on the unix port of MicroPython.
  * aiohttp: Correctly handle WebSocket message fragmentation.
  * umqtt.simple: Add unsubscribe method.
  * usb-device-hid: Use report protocol after report descriptor requested.
  * usb-device-hid: Fix descriptor protocol config and set correct default.
  * inspect: Support closures/generators/async-funcs in inspect.signature.
  * lora: Fix import error detection for missing drivers.
  * all: Correct various typos in comments and docs.
  * pyproject.toml: Reorganize ruff lint settings for newer ruff.
  * cbor2: Silence missing `__eq__` warning.
  * CONTRIBUTING: Add guidelines for module documentation and versioning.
  * all: Fix formatting errors in docstrings.
  * requests: Update example for fetching using requests.
  * copy: Fix typo in _deepcopy_dispatch.
  * aioble: Fix typo in README in aioble.ADDR_PUBLIC.
  * aioble/examples: Change variable name to _ADV_INTERVAL_US.
  * mip: Optimize _CHUNK_SIZE const for code size.
  * sdcard: Updating sector calculation for SDXC.
  * datetime: Optimize for code size.
  * datetime: Apply localtz patch to include naive date/time support.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython-lib?expand=0&rev=14
2026-02-19 12:40:07 +00:00
eb9a25bdc4 Accepting request 1313857 from devel:languages:python
- Update to 1.26.1
  * Track new micropython version (1.26.1)

OBS-URL: https://build.opensuse.org/request/show/1313857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/micropython-lib?expand=0&rev=5
2025-10-28 13:46:18 +00:00
bf72691299 - Update to 1.26.1
* Track new micropython version (1.26.1)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython-lib?expand=0&rev=12
2025-10-27 14:02:32 +00:00
fb3c9740b1 Accepting request 1299774 from devel:languages:python
- 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
2025-08-15 19:52:36 +00:00
756a8d7344 - Update to 1.26.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython-lib?expand=0&rev=10
2025-08-15 08:28:43 +00:00
f829a7ab61 - Update 10 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/package/show/devel:languages:python/micropython-lib?expand=0&rev=9
2025-08-15 08:25:54 +00:00
7098df474e Accepting request 1270569 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1270569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/micropython-lib?expand=0&rev=3
2025-04-18 14:20:44 +00:00
55401b78a8 Accepting request 1270013 from home:dheidler
- 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
2025-04-17 13:58:28 +00:00
9991cc96bc Accepting request 1254704 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1254704
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/micropython-lib?expand=0&rev=2
2025-03-21 19:21:53 +00:00
777c7289ec Accepting request 1254700 from home:dheidler
Add changelog from git

OBS-URL: https://build.opensuse.org/request/show/1254700
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython-lib?expand=0&rev=5
2025-03-20 11:44:01 +00:00
6bb9274d7b Accepting request 1253088 from home:dheidler:branches:devel:languages:python
- Update to 1.24.1
- Align build process to upstream
  * Upstream removed the old Makefile and restructured the repo
  * Build package index locally
  * Install all packages from local index using mip
  * Backport access_index_from_local_fs.patch to avoid using http for serving the index

OBS-URL: https://build.opensuse.org/request/show/1253088
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython-lib?expand=0&rev=4
2025-03-15 11:05:55 +00:00
a9636b5dfb Accepting request 1221727 from devel:languages:python
We could use it in Factory, I guess.

OBS-URL: https://build.opensuse.org/request/show/1221727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/micropython-lib?expand=0&rev=1
2024-11-06 15:56:32 +00:00
9dbde6cedb - Clean up SPEC file.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython-lib?expand=0&rev=2
2022-01-11 00:39:28 +00:00
d576e1dab0 Accepting request 868867 from home:Guillaume_G:RPiPico
Add mictopython-lib package

OBS-URL: https://build.opensuse.org/request/show/868867
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython-lib?expand=0&rev=1
2021-02-03 22:16:55 +00:00