adafruit / circup

CircuitPython library updater.
MIT License
124 stars 37 forks source link

font_maker repo has incorrect __version__ metadata. #164

Open b-blake opened 1 year ago

b-blake commented 1 year ago

During update the following was posted. Per its request... .

C:\Users\Bruce\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts>circup --path N: update --all
Version 1.1.3 of circup is outdated. Version 1.1.4 was released Saturday December 10, 2022.
Found device at N:, running CircuitPython 8.0.4.
Found 3 module[s] needing update.
Updated adafruit_vl53l1x
WARNING: Library font_maker repo has incorrect __version__
        metadata. Circup will assume it needs updating.
        Please file an issue in the library repo.
Updated font_maker
Updated adafruit_displayio_layout

Bruce

jposada202020 commented 1 year ago

Thanks for pointing this out. I create the PR in the Repo to try to fix this. Thanks