circup 2.1.1__py3-none-any.whl → 2.1.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
circup/shared.py CHANGED
@@ -21,7 +21,7 @@ BAD_FILE_FORMAT = "Invalid"
21
21
  DATA_DIR = appdirs.user_data_dir(appname="circup", appauthor="adafruit")
22
22
 
23
23
  #: Module formats list (and the other form used in github files)
24
- PLATFORMS = {"py": "py", "8mpy": "8.x-mpy", "9mpy": "9.x-mpy"}
24
+ PLATFORMS = {"py": "py", "9mpy": "9.x-mpy"}
25
25
 
26
26
  #: Timeout for requests calls like get()
27
27
  REQUESTS_TIMEOUT = 30
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: circup
3
- Version: 2.1.1
3
+ Version: 2.1.2
4
4
  Summary: A tool to manage/update libraries on CircuitPython devices.
5
5
  Author-email: Adafruit Industries <circuitpython@adafruit.com>
6
6
  License: MIT License
@@ -5,16 +5,16 @@ circup/command_utils.py,sha256=W5l9Llh4X8DkKihhcPK4CeKCKjbUbaX6N374atQKREU,23908
5
5
  circup/commands.py,sha256=4O7WtdNKKsjnx180og9PHwkq2NbN9_bZuCwMAQov1bY,28534
6
6
  circup/logging.py,sha256=hu4v8ljkXo8ru-cqs0W3PU-xEVvTO_qqMKDJM18OXbQ,1115
7
7
  circup/module.py,sha256=33_kdy5BZn6COyIjAFZMpw00rTtPiryQZWFXQkMF8FY,7435
8
- circup/shared.py,sha256=OnJRRKdLvoV7gsTntPyAh_YC6ClnUH0BsNNVGdFPwS4,8942
8
+ circup/shared.py,sha256=qD7eN2KJcLsfhi8xMqWiNaE_LT0ueOG_G15_5m47gMo,8923
9
9
  circup/config/bundle_config.json,sha256=oOJ3Rv-e008IhrRWwqIC3pEtyDsWe5_a4PGqzJOCHhk,202
10
10
  circup/config/bundle_config.json.license,sha256=OOHNqDsViGFhmG9z8J0o98hYmub1CkYKiZB96Php6KE,80
11
11
  circup/wwshell/README.rst,sha256=M_jFP0hwOcngF0RdosdeqmVOISNcPzyjTW3duzIu9A8,3617
12
12
  circup/wwshell/README.rst.license,sha256=GhA0SoZGP7CReDam-JJk_UtIQIpQaZWQFzR26YSuMm4,107
13
13
  circup/wwshell/__init__.py,sha256=CAPZiYrouWboyPx4KiWLBG_vf_n0MmArGqaFyTXGKWk,398
14
14
  circup/wwshell/commands.py,sha256=-I5l7XeoDmvWWuZg5wHdt9qe__SBQ1EGmKwCDTBMeus,7454
15
- circup-2.1.1.dist-info/LICENSE,sha256=bVlIMmSL_pqLCqae4hzixy9pYXD808IbgsMoQXTNLBk,1076
16
- circup-2.1.1.dist-info/METADATA,sha256=lWXkaRBez2c51pu6QfRPre4qmR8Lvj29k94s6hdI8Nc,13622
17
- circup-2.1.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
18
- circup-2.1.1.dist-info/entry_points.txt,sha256=FjTmwYD_ApgLRGifUrr_Ui1voW6fEzodQc3DKNzoAPc,69
19
- circup-2.1.1.dist-info/top_level.txt,sha256=Qx6E0eZgSBE10ciNKsLZx8-TTy_9fEVZh7NLmn24KcU,7
20
- circup-2.1.1.dist-info/RECORD,,
15
+ circup-2.1.2.dist-info/LICENSE,sha256=bVlIMmSL_pqLCqae4hzixy9pYXD808IbgsMoQXTNLBk,1076
16
+ circup-2.1.2.dist-info/METADATA,sha256=ShTqRavaPVkIOUU5olG3Dq2kqI0WPsT-vjIXc6KijB8,13622
17
+ circup-2.1.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
18
+ circup-2.1.2.dist-info/entry_points.txt,sha256=FjTmwYD_ApgLRGifUrr_Ui1voW6fEzodQc3DKNzoAPc,69
19
+ circup-2.1.2.dist-info/top_level.txt,sha256=Qx6E0eZgSBE10ciNKsLZx8-TTy_9fEVZh7NLmn24KcU,7
20
+ circup-2.1.2.dist-info/RECORD,,
File without changes