-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
When using the circup freeze-command after installation, it will report "None" as version number on both qwiic_alphanumericand qwiic_i2c.
Which in turn will force an update when using circup update-command and warn about that it may contain breaking changes, even if there aren't any changes at all.
Example:
E:\> circup freeze
Found device raspberry_pi_pico_w at E:\, running CircuitPython 9.2.8.
qwiic_alphanumeric==None
adafruit_connection_manager==3.1.5
adafruit_datetime==1.4.3
adafruit_debouncer==2.0.12
adafruit_ticks==1.1.4
adafruit_pixelbuf==2.0.9
adafruit_ntp==3.3.4
adafruit_requests==4.1.13
neopixel==6.3.17
adafruit_bus_device==5.2.13
qwiic_i2c==None
E:\> circup update
Found device raspberry_pi_pico_w at E:\, running CircuitPython 9.2.8.
Found 2 module[s] needing update.
Please indicate which module[s] you wish to update:
'qwiic_alphanumeric' is a Major Version update and may contain breaking changes. Do you want to update? [y/N]: y
Updated qwiic_alphanumeric
'qwiic_i2c' is a Major Version update and may contain breaking changes. Do you want to update? [y/N]: y
Updated qwiic_i2c
Checking 2 updated module[s] for missing requirements.
Ready to install: []
E:\>
Metadata
Metadata
Assignees
Labels
No labels