koenvervloesem / bluetooth-numbers

An up-to-date listing of all the various Bluetooth Specification-related elements (Company IDs, Service UUIDs, Characteristic UUIDs and Descriptor UUIDs), that you can use in your Python projects instead of rolling your own.
https://bluetooth-numbers.readthedocs.io
MIT License
16 stars 3 forks source link

PyPI latest version doesn't have latest data from main #51

Closed ukBaz closed 2 months ago

ukBaz commented 2 months ago

The latest version currently on PyPI is v1.1.1 which is behind what is on main.

For example I was trying to lookup the company id of 0x0cc8 which is successful on main, but not if I use the version installed from PyPI.

Are there plans to update the PyPI version?

koenvervloesem commented 2 months ago

Yes, I'm currently planning to change the source of the numbers in this package (see https://github.com/koenvervloesem/bluetooth-numbers/pull/49#issuecomment-2289642471), but I'll publish an update with the current numbers.

ukBaz commented 2 months ago

Thanks

koenvervloesem commented 2 months ago

New release is on PyPI: https://github.com/koenvervloesem/bluetooth-numbers/releases/tag/v1.1.2

The plan is to automate this package's updates on PyPI using the YAML files from the Bluetooth SIG public repository.