Commit graph

129 commits

Author SHA1 Message Date
Dan Halbert
4672763fab
Merge pull request #58 from adafruit/tannewt-patch-7
Stop releasing for 5.x
2021-01-28 14:23:10 -05:00
Scott Shawcroft
a292909c21
Stop releasing for 5.x
5.x bundles would break with the pwmio.PWMOut changes otherwise.
2021-01-28 11:09:41 -08:00
Dan Halbert
06c4237c08
Merge pull request #57 from adafruit/tannewt-patch-7
Update versions for mpy-cross
2021-01-20 13:51:42 -05:00
Scott Shawcroft
bab005fb54
Update versions for mpy-cross
This brings in f-string support.
2021-01-20 10:47:06 -08:00
Limor "Ladyada" Fried
2c982ad536
Merge pull request #56 from mcauser/patch-1
Fix expired Discord link
2020-12-07 10:06:11 -05:00
Mike Causer
181368b0e4
Fix expired Discord link 2020-12-08 01:21:05 +11:00
Kattni
381253f2ae
Merge pull request #54 from adafruit/tannewt-patch-6
Turn off 4.x bundles and enable 6.x
2020-07-06 19:17:04 -04:00
Scott Shawcroft
8ccfa837a3
Turn off 4.x bundles and enable 6.x 2020-07-06 15:33:56 -07:00
Jeff Epler
b014d651cd
Merge pull request #53 from joedevivo/master
Added `ssh://git@` url pattern
2019-12-27 14:30:15 -06:00
Joe DeVivo
0fe0ed6353 My git urls look like ssh://git@github.com/**/.git 2019-12-27 08:26:09 -07:00
Kattni
e5da2baed3
Merge pull request #52 from sommersoft/fix_mpy_cross
Properly Truncate mpy Filenames
2019-10-15 19:46:26 -04:00
sommersoft
283d8286bd properly truncate mpy filenames 2019-10-15 17:28:38 -05:00
Scott Shawcroft
318fa70652
Merge pull request #50 from sommersoft/new_path_walk
Allow Multiple Package Folder Prefixes; Improve File Gathering
2019-09-25 11:13:09 -07:00
sommersoft
b803b26f4a allow for multiple entries for the 'package_folder_prefix" argument 2019-09-24 21:54:02 -05:00
sommersoft
83ecd9525a use 'pathlib' vs 'os.walk' to gather files 2019-09-24 18:40:09 -05:00
Kattni
ffcbdc598c
Merge pull request #47 from adafruit/tannewt-patch-5
Add 5.x and remove 2.x and 3.x
2019-09-03 17:35:39 -04:00
Scott Shawcroft
098a636b09
Add 5.x and remove 2.x and 3.x
The libraries may not support the older versions so remove them.
2019-08-22 20:59:36 -07:00
Kattni
26ca8730a1
Merge pull request #46 from sommersoft/test_examps_bundle
Fix Example Bundling When 'examples' In Subfolder Name
2019-08-18 11:38:45 -04:00
sommersoft
519c62f3aa allow subfolders with 'examples' in the name, without truncating the path 2019-08-18 08:09:23 -05:00
Scott Shawcroft
800ee1a567
Merge pull request #44 from sommersoft/fix_subfolder
Retain Full Subfolder Structure In Packages
2019-05-31 17:12:49 -07:00
sommersoft
8175c6c9a0 retain full subfolder structure in packages 2019-05-31 18:49:59 -05:00
sommersoft
930c053791
Merge pull request #42 from sommersoft/more_fix_deploy
Re-add `on: tags: true` to Travis deploy
2019-05-23 19:13:17 -05:00
sommersoft
1d60da1bb1 re-add to deployment 2019-05-23 18:43:07 -05:00
Kattni
a5b09751d5
Merge pull request #41 from sommersoft/fix_deploy
Fix PyPI Deployment
2019-05-23 19:16:43 -04:00
sommersoft
d19f810cbe restructure .travis.yml so that releases actually trigger a PyPI deployment 2019-05-23 18:07:35 -05:00
Kattni
fbb43bd2d8
Merge pull request #40 from sommersoft/fix_arg_round_2
Attempt 2: Include mpy-cross '__init__.py' In Packages; Restructure Package Bundling
2019-05-15 13:46:41 -04:00
sommersoft
7f8af9417d de-confuse 'package_folder_prefix' parameter naming 2019-05-14 20:29:52 -05:00
sommersoft
0e839df058 README: remove build mpy-cross cmd in local testing; only used on Travis 2019-05-11 09:33:41 -05:00
sommersoft
50ddabd2cc change 'package_folder_prefix' to a pos arg; grab examples subfolders 2019-05-11 09:32:21 -05:00
sommersoft
18df89a3ef Merge branch 'master' of https://github.com/adafruit/circuitpython-build-tools into fix_arg_round_2 2019-05-10 18:44:45 -05:00
Scott Shawcroft
63c6be10cb
Merge pull request #39 from sommersoft/add_pr_tests
Add Test Matrix For Pull Requests
2019-05-09 13:36:40 -07:00
sommersoft
67abd08f71 missed local testing step: build mpy-cross's 2019-05-08 17:28:17 -05:00
sommersoft
1079f0b041 README: add local test example, and CoC link. 2019-05-08 17:07:50 -05:00
sommersoft
3c51a8bfff include a test matrix for PRs; one for the whole bundle, and one for a single library. 2019-05-08 16:57:57 -05:00
sommersoft
6fa843f03c add '.env/' to .gitignore 2019-05-08 16:55:55 -05:00
sommersoft
03373f49a9 set @click 'package_folder_prefix' default to 'adafruit_' to maintain backwards compatibility 2019-05-07 20:39:07 -05:00
sommersoft
f9ac09d94e Revert "Revert "Fix arg; again...""
This reverts commit 495627bf29.
2019-05-07 18:13:39 -05:00
sommersoft
346ab583d0 Revert "Revert "Fix Mismatched arg Between Click And build_bundles()""
This reverts commit e010f5a10d.
2019-05-07 18:13:12 -05:00
sommersoft
55c69b7b66 Revert "Revert "Include mpy-cross '__init__.py' In Packages; Restructure Package Bundling""
This reverts commit cd1a858a01.
2019-05-07 18:12:43 -05:00
Kattni
7804a09df1
Merge pull request #38 from adafruit/revert-31-include_init
Revert "Include mpy-cross '__init__.py' In Packages; Restructure Package Bundling"
2019-05-07 15:04:30 -04:00
Kattni
cd1a858a01
Revert "Include mpy-cross '__init__.py' In Packages; Restructure Package Bundling" 2019-05-07 15:04:16 -04:00
Kattni
b7c8f712f8
Merge pull request #37 from adafruit/revert-33-fix_arg
Revert "Fix Mismatched arg Between Click And build_bundles()"
2019-05-07 15:03:48 -04:00
Kattni
e010f5a10d
Revert "Fix Mismatched arg Between Click And build_bundles()" 2019-05-07 15:03:34 -04:00
Kattni
514ff6cc46
Merge pull request #36 from adafruit/revert-35-fix_arg
Revert "Fix arg; again..."
2019-05-07 15:03:19 -04:00
Kattni
495627bf29
Revert "Fix arg; again..." 2019-05-07 15:01:54 -04:00
Melissa LeBlanc-Williams
4296d661cd
Merge pull request #35 from sommersoft/fix_arg
Fix arg; again...
2019-05-07 11:54:15 -04:00
sommersoft
84aff92793 Merge branch 'master' of https://github.com/adafruit/circuitpython-build-tools into fix_arg 2019-05-07 10:51:04 -05:00
sommersoft
17bfe9642c return of the lost commit (or i forgot it) 2019-05-07 10:49:44 -05:00
Melissa LeBlanc-Williams
c4fa036265
Merge pull request #33 from sommersoft/fix_arg
Fix Mismatched arg Between Click And build_bundles()
2019-05-07 11:20:44 -04:00
sommersoft
a96f2bec8b fix mismatched arg between Click and build_bundles() 2019-05-06 21:55:52 -05:00