circup 2.0.1__tar.gz → 2.0.2__tar.gz

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.
Files changed (78) hide show
  1. {circup-2.0.1/circup.egg-info → circup-2.0.2}/PKG-INFO +13 -1
  2. {circup-2.0.1 → circup-2.0.2/circup.egg-info}/PKG-INFO +13 -1
  3. {circup-2.0.1 → circup-2.0.2}/circup.egg-info/SOURCES.txt +1 -0
  4. circup-2.0.2/circup.egg-info/requires.txt +13 -0
  5. {circup-2.0.1 → circup-2.0.2}/pyproject.toml +1 -1
  6. {circup-2.0.1 → circup-2.0.2}/.github/ISSUE_TEMPLATE.md +0 -0
  7. {circup-2.0.1 → circup-2.0.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  8. {circup-2.0.1 → circup-2.0.2}/.github/workflows/build.yml +0 -0
  9. {circup-2.0.1 → circup-2.0.2}/.github/workflows/release.yml +0 -0
  10. {circup-2.0.1 → circup-2.0.2}/.gitignore +0 -0
  11. {circup-2.0.1 → circup-2.0.2}/.isort.cfg +0 -0
  12. {circup-2.0.1 → circup-2.0.2}/.pre-commit-config.yaml +0 -0
  13. {circup-2.0.1 → circup-2.0.2}/.pylintrc +0 -0
  14. {circup-2.0.1 → circup-2.0.2}/CODE_OF_CONDUCT.rst +0 -0
  15. {circup-2.0.1 → circup-2.0.2}/CODE_OF_CONDUCT.rst.license +0 -0
  16. {circup-2.0.1 → circup-2.0.2}/CONTRIBUTING.rst +0 -0
  17. {circup-2.0.1 → circup-2.0.2}/CONTRIBUTING.rst.license +0 -0
  18. {circup-2.0.1 → circup-2.0.2}/LICENSE +0 -0
  19. {circup-2.0.1 → circup-2.0.2}/LICENSES/CC-BY-4.0.txt +0 -0
  20. {circup-2.0.1 → circup-2.0.2}/LICENSES/MIT.txt +0 -0
  21. {circup-2.0.1 → circup-2.0.2}/LICENSES/Unlicense.txt +0 -0
  22. {circup-2.0.1 → circup-2.0.2}/README.rst +0 -0
  23. {circup-2.0.1 → circup-2.0.2}/README.rst.license +0 -0
  24. {circup-2.0.1 → circup-2.0.2}/circup/__init__.py +0 -0
  25. {circup-2.0.1 → circup-2.0.2}/circup/backends.py +0 -0
  26. {circup-2.0.1 → circup-2.0.2}/circup/bundle.py +0 -0
  27. {circup-2.0.1 → circup-2.0.2}/circup/command_utils.py +0 -0
  28. {circup-2.0.1 → circup-2.0.2}/circup/commands.py +0 -0
  29. {circup-2.0.1 → circup-2.0.2}/circup/config/bundle_config.json +0 -0
  30. {circup-2.0.1 → circup-2.0.2}/circup/config/bundle_config.json.license +0 -0
  31. {circup-2.0.1 → circup-2.0.2}/circup/logging.py +0 -0
  32. {circup-2.0.1 → circup-2.0.2}/circup/module.py +0 -0
  33. {circup-2.0.1 → circup-2.0.2}/circup/shared.py +0 -0
  34. {circup-2.0.1 → circup-2.0.2}/circup.egg-info/dependency_links.txt +0 -0
  35. {circup-2.0.1 → circup-2.0.2}/circup.egg-info/entry_points.txt +0 -0
  36. {circup-2.0.1 → circup-2.0.2}/circup.egg-info/top_level.txt +0 -0
  37. {circup-2.0.1 → circup-2.0.2}/docs/_static/favicon.ico +0 -0
  38. {circup-2.0.1 → circup-2.0.2}/docs/_static/favicon.ico.license +0 -0
  39. {circup-2.0.1 → circup-2.0.2}/docs/conf.py +0 -0
  40. {circup-2.0.1 → circup-2.0.2}/docs/index.rst +0 -0
  41. {circup-2.0.1 → circup-2.0.2}/docs/index.rst.license +0 -0
  42. {circup-2.0.1 → circup-2.0.2}/docs/logo.png +0 -0
  43. {circup-2.0.1 → circup-2.0.2}/docs/logo.png.license +0 -0
  44. {circup-2.0.1 → circup-2.0.2}/optional_requirements.txt +0 -0
  45. {circup-2.0.1 → circup-2.0.2}/optional_requirements.txt.license +0 -0
  46. {circup-2.0.1 → circup-2.0.2}/readthedocs.yml +0 -0
  47. {circup-2.0.1 → circup-2.0.2}/requirements.txt +0 -0
  48. {circup-2.0.1 → circup-2.0.2}/requirements.txt.license +0 -0
  49. {circup-2.0.1 → circup-2.0.2}/setup.cfg +0 -0
  50. {circup-2.0.1 → circup-2.0.2}/tests/__init__.py +0 -0
  51. {circup-2.0.1 → circup-2.0.2}/tests/bad_module/__init__.py +0 -0
  52. {circup-2.0.1 → circup-2.0.2}/tests/bad_module/my_module.py +0 -0
  53. {circup-2.0.1 → circup-2.0.2}/tests/bad_python.py +0 -0
  54. {circup-2.0.1 → circup-2.0.2}/tests/bundle.json +0 -0
  55. {circup-2.0.1 → circup-2.0.2}/tests/bundle.json.license +0 -0
  56. {circup-2.0.1 → circup-2.0.2}/tests/device.json +0 -0
  57. {circup-2.0.1 → circup-2.0.2}/tests/device.json.license +0 -0
  58. {circup-2.0.1 → circup-2.0.2}/tests/dir_module/__init__.py +0 -0
  59. {circup-2.0.1 → circup-2.0.2}/tests/dir_module/my_module.py +0 -0
  60. {circup-2.0.1 → circup-2.0.2}/tests/import_styles.py +0 -0
  61. {circup-2.0.1 → circup-2.0.2}/tests/local_module.py +0 -0
  62. {circup-2.0.1 → circup-2.0.2}/tests/local_module_cp7.mpy +0 -0
  63. {circup-2.0.1 → circup-2.0.2}/tests/local_module_cp7.mpy.license +0 -0
  64. {circup-2.0.1 → circup-2.0.2}/tests/mock_device/boot_out.txt +0 -0
  65. {circup-2.0.1 → circup-2.0.2}/tests/mock_device/boot_out.txt.license +0 -0
  66. {circup-2.0.1 → circup-2.0.2}/tests/mock_device/lib/adafruit_waveform/.gitkeep +0 -0
  67. {circup-2.0.1 → circup-2.0.2}/tests/mount_exists.txt +0 -0
  68. {circup-2.0.1 → circup-2.0.2}/tests/mount_exists.txt.license +0 -0
  69. {circup-2.0.1 → circup-2.0.2}/tests/mount_missing.txt +0 -0
  70. {circup-2.0.1 → circup-2.0.2}/tests/mount_missing.txt.license +0 -0
  71. {circup-2.0.1 → circup-2.0.2}/tests/remote_module.py +0 -0
  72. {circup-2.0.1 → circup-2.0.2}/tests/test_bundle_config.json +0 -0
  73. {circup-2.0.1 → circup-2.0.2}/tests/test_bundle_config.json.license +0 -0
  74. {circup-2.0.1 → circup-2.0.2}/tests/test_bundle_config_local.json +0 -0
  75. {circup-2.0.1 → circup-2.0.2}/tests/test_bundle_config_local.json.license +0 -0
  76. {circup-2.0.1 → circup-2.0.2}/tests/test_circup.py +0 -0
  77. {circup-2.0.1 → circup-2.0.2}/tests/test_module.mpy +0 -0
  78. {circup-2.0.1 → circup-2.0.2}/tests/test_module.mpy.license +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: circup
3
- Version: 2.0.1
3
+ Version: 2.0.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
@@ -45,6 +45,18 @@ Classifier: Topic :: System :: Software Distribution
45
45
  Requires-Python: >=3.9
46
46
  Description-Content-Type: text/x-rst
47
47
  License-File: LICENSE
48
+ Requires-Dist: appdirs
49
+ Requires-Dist: Click
50
+ Requires-Dist: findimports
51
+ Requires-Dist: requests
52
+ Requires-Dist: semver
53
+ Requires-Dist: toml
54
+ Requires-Dist: update_checker
55
+ Provides-Extra: optional
56
+ Requires-Dist: pytest; extra == "optional"
57
+ Requires-Dist: pytest-cov; extra == "optional"
58
+ Requires-Dist: pytest-faulthandler; extra == "optional"
59
+ Requires-Dist: pytest-random-order; extra == "optional"
48
60
 
49
61
 
50
62
  CircUp
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: circup
3
- Version: 2.0.1
3
+ Version: 2.0.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
@@ -45,6 +45,18 @@ Classifier: Topic :: System :: Software Distribution
45
45
  Requires-Python: >=3.9
46
46
  Description-Content-Type: text/x-rst
47
47
  License-File: LICENSE
48
+ Requires-Dist: appdirs
49
+ Requires-Dist: Click
50
+ Requires-Dist: findimports
51
+ Requires-Dist: requests
52
+ Requires-Dist: semver
53
+ Requires-Dist: toml
54
+ Requires-Dist: update_checker
55
+ Provides-Extra: optional
56
+ Requires-Dist: pytest; extra == "optional"
57
+ Requires-Dist: pytest-cov; extra == "optional"
58
+ Requires-Dist: pytest-faulthandler; extra == "optional"
59
+ Requires-Dist: pytest-random-order; extra == "optional"
48
60
 
49
61
 
50
62
  CircUp
@@ -34,6 +34,7 @@ circup.egg-info/PKG-INFO
34
34
  circup.egg-info/SOURCES.txt
35
35
  circup.egg-info/dependency_links.txt
36
36
  circup.egg-info/entry_points.txt
37
+ circup.egg-info/requires.txt
37
38
  circup.egg-info/top_level.txt
38
39
  circup/config/bundle_config.json
39
40
  circup/config/bundle_config.json.license
@@ -0,0 +1,13 @@
1
+ appdirs
2
+ Click
3
+ findimports
4
+ requests
5
+ semver
6
+ toml
7
+ update_checker
8
+
9
+ [optional]
10
+ pytest
11
+ pytest-cov
12
+ pytest-faulthandler
13
+ pytest-random-order
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
8
 
9
9
  [project]
10
10
  name = "circup"
11
- dynamic = ["version"]
11
+ dynamic = ["version", "dependencies", "optional-dependencies"]
12
12
  description = "A tool to manage/update libraries on CircuitPython devices."
13
13
  readme = "README.rst"
14
14
  authors = [{ name = "Adafruit Industries", email = "circuitpython@adafruit.com" }]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes