pimoroni / mopidy-raspberry-gpio

Mopidy GPIO Control Plugin for the Raspberry Pi (Using RPi.GPIO)
Apache License 2.0
21 stars 25 forks source link

Update PyPI/PIP to latest version #15

Closed bluepuma77 closed 2 years ago

bluepuma77 commented 2 years ago

I just manually installed mopidy-raspberry-gpio on a brand new RaspberryPi Zero 2 with Debian Bullseye and Mopidy.

After a lot of troubleshooting I looked into the source code /usr/local/lib/python3.9/dist-packages/mopidy_raspberry_gpio/ext.conf and found the Pirate Audio default pin config, that was dropped 17 July 2020 on GitHub.

The latest PyPI/PIP library 1.0.2 was released two days earlier, so PyPI/PIP is not up to date with the current state on GitHub.

It would be great if PyPI/PIP could be updated. I was assuming it automagically reflects the latest state on GitHub.

Gadgetoid commented 2 years ago

I've updated Pypi. Twice because I'm a fool.

It tends to track behind the GitHub codebase a little since code here might be a little bleeding edge/broken.