~rpi-distro/usbbootgui/+git/python-gpiozero:master

Last commit made on 2024-02-18
Get this branch:
git clone -b master https://git.launchpad.net/~rpi-distro/usbbootgui/+git/python-gpiozero

Branch merges

Branch information

Recent commits

6bfab8a... by Ben Nuttall

Merge pull request #1121 from lurch/patch-2

Documentation tweak

1b809fa... by Andrew Scheller <email address hidden>

Documentation tweak

Fix ordering of pin-libraries to match https://github.com/gpiozero/gpiozero/blob/master/gpiozero/devices.py#L281

a13848b... by Dave Jones

Run copyrights script for release

3ee415c... by Dave Jones

Bump revision and add changelog for release

ebf8874... by Dave Jones

Fix #1113

Unofficial 3.7 compat; no, we don't *officially* support 3.7 but so long
as it's trivial, what the hell. That said, if you're still relying on
3.7, you're on borrowed time!

fa11431... by Dave Jones

Set 3.9 as base version, fix 3.12 compatibility

3.7 shouldn't be tested (in tox), fix the spelling on python_requires in
setup.cfg, pull in importlib_metadata for Python 3.9, and fix the
entry_points deprecation in Python 3.12.

981e3f7... by Ben Nuttall

Merge pull request #1104 from lurch/patch-2

Small docs typo

0f09a5a... by Andrew Scheller <email address hidden>

Small docs typo

e59c55c... by Dave Jones

Workaround rtd's ancient flag

Because we're an "old" project, RTD installs sphinx 1.8.6, and
sphinx-rtd-theme 0.4.3. We then request sphinx>=4 and RTD installs
sphinx 7, but the sphinx-rtd-theme isn't compatible with this so we need
a newer version of that too.

025ba5b... by Dave Jones

Would help if I specified the right requirement...