kivy:master

Last commit made on 2024-04-22
Get this branch:
git clone -b master https://git.launchpad.net/kivy

Branch merges

Branch information

Name:
master
Repository:
lp:kivy

Recent commits

1f7f5b5... by Mirko Galimberti

`mock` gl backend egl context should not be managed by `sdl` (#8694)

4ea394d... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

Update actions/cache action to v4 (#8700)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

998ec22... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

Update softprops/action-gh-release action to v0.1.15 (#8696)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

8bdfa9a... by "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>

Add renovate.json (#8688)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

ccc6104... by Mirko Galimberti

Use PyPA `build` package to perform `bdist` and `kivy-examples`, to take advantage of build isolation (#8690)

* Use python build package to perform bdist and kivy-examples builds to keep build isolation

* Do not use setup.py in Makefile

* Install coveralls where needed

677071e... by Robert Niederreiter

Fix dropped motion events in mtdev provider (#8207)

* Fix dropped motion events in mtdev provider.

* Fix already fixed typo

* process changes in mtdev provider when receiving MTDEV_TYPE_EV_SYN instead of waiting for an unused slot.

e910b6e... by Mirko Galimberti

Pin build-time requirements versions, renovatebot will take care of the updates (#8689)

e97c3e5... by clayote <email address hidden>

Fix `xsel` import when clipboard is empty, and add timeout failsafe (#8682)

* Add timeout to `clipboard_xsel` at import time

* Call '--version' in `xsel` subprocess

Guarantees some return value, even if the clipboard is empty.

* Remove meaningless try/except

f546e9a... by Mirko Galimberti

Update `cibuildwheel` pinned version to `2.17.0` (#8687)

9a0d7ec... by marinelay <email address hidden>

Fix `ConfigParser.write` error with when `--save` is supplied as an argument (#8681)

* fix a type error by Config.write when given --save

* Delete unnecessary open for Config.write

---------

Co-authored-by: marinelay <email address hidden>