Commit graph

80 commits

Author SHA1 Message Date
Melissa LeBlanc-Williams
c59692f9bd Renamed requirements file for consistency 2020-04-17 11:13:52 -07:00
Melissa LeBlanc-Williams
d1898565d5 Actionified, Black Formatted and Pylinted 2020-04-17 11:08:53 -07:00
Kattni
7e988aad15
Merge pull request #31 from makermelissa/master
Bumped Bleach to 3.1.4 due to Security Vulnerability
2020-04-06 12:07:18 -04:00
Melissa LeBlanc-Williams
e5a4c2951f Bumped Bleach to 3.1.4 due to Security Vulnerability 2020-03-30 14:17:39 -07:00
Nicholas H.Tollervey
ca74ab0d32
Merge branch 'stevenabadie-29' 2020-03-30 15:40:32 +01:00
Nicholas H.Tollervey
60b880ac01
Minor updates to requirements.txt handling (comments) and bumped to version 0.0.8. 2020-03-30 15:40:08 +01:00
Steven Abadie
5d7f385455 Update README with requirements.txt command options
Adds missing install command instructions also. #29
2020-03-27 16:57:24 -06:00
Steven Abadie
9bad77ed58 Add requirements.txt file support for install command
This moves majority of existing install command to separate function and adds check for existing modules already on device. This is only checking against the names of the modules and would require further work to check versions of modules.
2020-03-27 16:14:12 -06:00
Steven Abadie
c4fa165776 Add requirement option to freeze command to save requirements.txt file
Saves output of modules found on connected device to a requirements.txt
file in the current working directory. #29
2020-03-27 16:14:12 -06:00
Nicholas H.Tollervey
4ff8f95661
Bump version to 0.0.7 2020-03-25 08:04:54 +00:00
Nicholas H.Tollervey
836cd2bcd8
Merge branch 'stevenabadie-27' 2020-03-25 07:57:29 +00:00
Nicholas H.Tollervey
719002b34d
Merge branch '27' of https://github.com/stevenabadie/circup into stevenabadie-27 2020-03-25 07:56:21 +00:00
Nicholas H.Tollervey
9d17f600ad
Merge branch 'master' of github.com:adafruit/circup 2020-03-25 07:43:34 +00:00
Steven Abadie
5b841ccc08 Update README with new commands 2020-03-24 20:57:52 -06:00
Steven Abadie
2414b98374 Add uninstall command that removes given module from device
Close #27
2020-03-24 20:57:09 -06:00
Limor "Ladyada" Fried
1c1801f5aa
Merge pull request #26 from adafruit/dependabot/pip/bleach-3.1.2
Bump bleach from 3.1.1 to 3.1.2
2020-03-24 14:48:08 -04:00
dependabot[bot]
d8ade1ba3d
Bump bleach from 3.1.1 to 3.1.2
Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/mozilla/bleach/releases)
- [Changelog](https://github.com/mozilla/bleach/blob/master/CHANGES)
- [Commits](https://github.com/mozilla/bleach/compare/v3.1.1...v3.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-24 17:39:40 +00:00
Nicholas H.Tollervey
041393ee6b
Appease the code coverage gods. 2020-03-07 19:00:59 +00:00
Nicholas H.Tollervey
15392d971e
Merge branch 'joedevivo-jd/main' 2020-03-07 19:00:00 +00:00
Nicholas H.Tollervey
5b407d2356
Minor PEP8 tidy. ;-) 2020-03-07 18:59:42 +00:00
Joe DeVivo
e2d09b22fa Run circup via python -m circup 2020-03-06 15:24:18 -07:00
Melissa LeBlanc-Williams
0bb8167090 Bumped version for release 2020-02-24 11:29:37 -08:00
Limor "Ladyada" Fried
4491a187a2
bump for security fix 2020-02-24 14:18:06 -05:00
Melissa LeBlanc-Williams
a091ecc471 Bumped for version release 2019-10-31 09:22:47 -07:00
Melissa LeBlanc-Williams
bc2daa2322
Merge pull request #21 from ntoll/github-collywobbles
Handle HTTP Error codes when ensuring bundle update.
2019-10-31 09:13:36 -07:00
Nicholas H.Tollervey
75e4ba52f5
Fixes #20. 2019-10-30 08:43:02 +00:00
Melissa LeBlanc-Williams
024a8bc0cb bumped version for release 2019-10-07 07:55:23 -07:00
Nicholas H.Tollervey
c7173defe3
Add --py flag to specify installation of Python source modules, otherwise use .mpy modules as default. Add a friendly confirmation message upon installation. 2019-10-07 14:40:57 +01:00
Nicholas H.Tollervey
0b47132aa6
Merge branch 'master' into install 2019-10-06 18:18:34 +01:00
Nicholas H.Tollervey
bf89ddaebf
Newline separated list of available packages. 2019-10-06 18:17:11 +01:00
Melissa LeBlanc-Williams
e6c79c6a36
Merge pull request #18 from sommersoft/pypi_test
Add CHANGES.rst To PyPI Manifest
2019-10-04 15:12:49 -07:00
sommersoft
703e0ab74f __version__ bump, with changes documented. 2019-10-04 17:06:22 -05:00
sommersoft
17def793e1 force 'CHANGES.rst' to be included in the PyPI package 2019-10-04 16:49:01 -05:00
Melissa LeBlanc-Williams
7d87b0fc8a
Merge pull request #16 from siddacious/pypi
adding travis and pypi
2019-10-04 10:36:37 -07:00
siddacious
29469cf4fb adding travis and pypi 2019-10-04 10:20:51 -07:00
Melissa LeBlanc-Williams
e83b605046
Merge pull request #15 from ntoll/update-all
Add --all flag to update command.
2019-10-02 10:19:34 -07:00
Nicholas H.Tollervey
b35ae6e684
Revised help for update command. 2019-10-02 18:17:52 +01:00
Nicholas H.Tollervey
f872fd2e70
Add --all flag to update command. 2019-10-02 12:33:40 +01:00
Nicholas H.Tollervey
008596ee3b
Merge branch 'master' into install 2019-10-02 11:49:31 +01:00
Nicholas H.Tollervey
29281742a4
Remove circup from own requirements. 2019-09-26 10:19:25 +01:00
Nicholas H.Tollervey
a693e3bdab
Merge branch 'master' of github.com:ntoll/circup 2019-09-26 10:18:19 +01:00
Nicholas H.Tollervey
fc3a10960b
Add requirements for ReadTheDocs config. 2019-09-26 10:18:03 +01:00
Nicholas Tollervey
20edfab5ae
Merge pull request #12 from ntoll/mpy
Add handling of mpy modules
2019-09-23 18:57:48 +01:00
Nicholas H.Tollervey
f90446fa89
Handle un-connected device gracefully. 2019-09-23 18:09:42 +01:00
Nicholas H.Tollervey
b2a94e1ca1
Handle .mpy based modules. Fixes #8. 2019-09-23 17:45:29 +01:00
Nicholas H.Tollervey
3df011654d
Check version of CircuitPython on device and warn if there's a newer version available. 2019-09-23 11:50:55 +01:00
Nicholas H.Tollervey
b408a0da8d
Fix problem when make check deletes locally installed developer assets. 2019-09-23 11:50:32 +01:00
Nicholas H.Tollervey
adb4cf7442
Fixes #10. Hidden files and directories are ignored when trying to find metadata. 2019-09-23 10:42:35 +01:00
Nicholas H.Tollervey
1335132ac7
Merge branch 'master' into install 2019-09-06 16:50:25 +01:00
Nicholas H.Tollervey
2158c666c6
Some logging and presentation cleanup. 2019-09-06 16:49:28 +01:00