meta-openembedded/meta-python/recipes-devtools
Leon Anavi 87acb8df97
python3-trio: Upgrade 0.26.2 -> 0.27.0
Upgrade to release 0.27.0:

- trio.move_on_after and trio.fail_after previously set the deadline
  relative to initialization time, instead of more intuitively upon
  entering the context manager.
- CancelScope.relative_deadline and CancelScope.is_relative added,
  as well as a relative_deadline parameter to __init__. This allows
  initializing scopes ahead of time, but where the specified
  relative deadline doesn't count down until the scope is entered
- trio.Lock and trio.StrictFIFOLock will now raise
  trio.BrokenResourceError when trio.Lock.acquire would previously
  stall due to the owner of the lock exiting without releasing the
  lock
- trio.move_on_at, trio.move_on_after, trio.fail_at and
  trio.fail_after now accept shield as a keyword argument. If
  specified, it provides an initial value for the
  ~trio.CancelScope.shield attribute of the trio.CancelScope
  object created by the context manager
- Added trio.lowlevel.add_parking_lot_breaker and
  trio.lowlevel.remove_parking_lot_breaker to allow creating
  custom lock/semaphore implementations that will break their
  underlying parking lot if a task exits unexpectedly.
  trio.lowlevel.ParkingLot.break_lot is also added, to allow
  breaking a parking lot intentionally
- Allow sockets to bind any os.PathLike object
- Update trio.lowlevel.open_process's documentation to allow bytes
- Update trio.sleep_forever to be NoReturn

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-24 05:52:19 -07:00
..
gyp recipes: drop ${SRCPV} usage 2024-02-09 09:52:12 -08:00
python python3-trio: Upgrade 0.26.2 -> 0.27.0 2024-10-24 05:52:19 -07:00
python-jsonref meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3_oauth2client meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
python3-attrdict3 python3-attrdict3: add missing run-time dependencies 2023-06-24 09:01:52 -07:00
python3-gspread python3-gspread: upgrade 6.1.2 -> 6.1.3 2024-10-14 09:52:28 -07:00
python3-piccata python3-piccata: Use https for github 2023-11-03 15:07:16 -07:00
python3-reedsolo python3-reedsolo: switch to PEP-517 build backend 2024-10-10 12:53:51 -07:00
python3-wxgtk4 python3-wxgtk4: update 4.2.1 -> 4.2.2 2024-10-16 14:07:30 -07:00