Commit graph

305 commits

Author SHA1 Message Date
foamyguy
86ccabe411 more refactoring, some successful USB workflow functionality 2023-11-20 10:28:29 -06:00
foamyguy
c6d430c0fc more refactoring 2023-11-17 18:16:13 -06:00
foamyguy
97e60ed4e0 starting refactor 2023-11-17 17:55:50 -06:00
foamyguy
32dab6beaf Merge branch 'main' into web_workflow 2023-11-17 16:15:22 -06:00
Dan Halbert
e3d266525d
Merge pull request #194 from aricooperdavis/patch-1
Fix renamed `is_valid()` method call
2023-11-16 13:00:58 -05:00
Ari Cooper Davis
a76663f278
Fix renamed is_valid() method call 2023-11-16 17:40:47 +00:00
foamyguy
5f1e6ab835
Merge pull request #192 from FoamyGuy/toml_req
add toml to dependency list
2023-11-13 16:40:31 -06:00
foamyguy
dc8d43dfef add toml to dependency list 2023-11-13 14:53:52 -06:00
foamyguy
f4618b3e7c fix for None ctx.parent. Fix file scheme condition 2023-11-13 11:39:28 -06:00
foamyguy
225b490295 fixes for USB workflow and --auto 2023-11-13 11:27:55 -06:00
foamyguy
5615279eb3 Merge branch 'main' into web_workflow
# Conflicts:
#	circup/__init__.py
2023-11-13 11:01:08 -06:00
foamyguy
b7eb10b7a2 fix for file protocol 2023-11-13 10:50:45 -06:00
foamyguy
ce7a29823e
Merge pull request #188 from FoamyGuy/pyproject_toml_circup_dependencies
Add support for Pyproject toml circup dependencies
2023-11-13 10:37:39 -06:00
foamyguy
8987505241 implementing --auto for webworkflow 2023-11-10 17:51:40 -06:00
foamyguy
b30e2a92e1 function docstring 2023-11-04 11:15:55 -05:00
foamyguy
7bfda3b5a5 remove debugging print 2023-11-04 11:11:32 -05:00
foamyguy
b29414d26e check for and install circup_dependencies from pyproject.toml 2023-11-04 11:10:33 -05:00
Scott Shawcroft
e73a094d24
Merge pull request #185 from imnotjames/use-semver-3
chore: bump semver to 3.0.x
2023-10-30 10:39:02 -07:00
foamyguy
c4e1c1ad8b
Merge pull request #184 from dhalbert/9.x-support
add 9.x-support; don't give up if download fails
2023-10-29 19:36:35 -05:00
James Ward
255493fbcb
chore: bump semver to 3.0.x 2023-10-29 17:17:33 -04:00
Dan Halbert
02d3aa7f7a add 9.x-support; don't give up if download fails 2023-10-29 00:04:43 -04:00
foamyguy
63dcbb9944 disable too-many-args for main 2023-10-28 12:10:03 -05:00
foamyguy
ae5cc2a9b4 Merge branch 'main' into web_workflow
# Conflicts:
#	circup/__init__.py
2023-10-28 11:34:03 -05:00
Scott Shawcroft
abd225169a
Merge pull request #182 from MakerClassCZ/override-params
Add board-id and cpy-version params
2023-10-23 13:06:57 -07:00
Vladimír Smitka
0875a4d834 Attempt to fix splitted long lines 2023-10-22 22:08:28 +02:00
Vladimír Smitka
49737096ff Attempt to remove one if-else
I got: circup/__init__.py:1177:0: R0912: Too many branches (13/12) (too-many-branches)
2023-10-22 21:52:20 +02:00
Vladimír Smitka
aa829a5804 Fix line lengths 2023-10-22 19:29:27 +02:00
Vladimír Smitka
575da0797d Add board-id and cpy-version params 2023-10-22 18:38:16 +02:00
Melissa LeBlanc-Williams
6806be4af4
Merge pull request #179 from adafruit/dependabot/pip/urllib3-1.26.18
Bump urllib3 from 1.26.17 to 1.26.18
2023-10-18 09:54:12 -07:00
dependabot[bot]
4e9a70a22a
Bump urllib3 from 1.26.17 to 1.26.18
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 01:24:38 +00:00
Scott Shawcroft
abf46302a8
Merge pull request #177 from dhalbert/no-7.x
7.x bundles are no longer built
2023-10-04 13:19:08 -07:00
Dan Halbert
fbf5aa4d50 7.x bundles are no longer built 2023-10-04 15:09:35 -04:00
Dan Halbert
4fcc7bcc82
Merge pull request #176 from adafruit/dependabot/pip/urllib3-1.26.17
Bump urllib3 from 1.26.5 to 1.26.17
2023-10-04 12:02:57 -04:00
dependabot[bot]
27160fe75d
Bump urllib3 from 1.26.5 to 1.26.17
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.5...1.26.17)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 04:39:00 +00:00
Alec Delaney
9047f8c072
Merge pull request #173 from adafruit/dependabot/pip/pygments-2.15.0
Bump pygments from 2.7.4 to 2.15.0
2023-07-28 00:42:35 -04:00
Alec Delaney
a649d29881
Merge pull request #175 from adafruit/dependabot/pip/certifi-2023.7.22
Bump certifi from 2022.12.7 to 2023.7.22
2023-07-28 00:40:13 -04:00
dependabot[bot]
523b64a2c7
Bump certifi from 2022.12.7 to 2023.7.22
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-25 20:48:26 +00:00
dependabot[bot]
d411bae64d
Bump pygments from 2.7.4 to 2.15.0
Bumps [pygments](https://github.com/pygments/pygments) from 2.7.4 to 2.15.0.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.7.4...2.15.0)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-20 13:11:46 +00:00
Dan Halbert
e400b88aa5
Merge pull request #168 from adafruit/dependabot/pip/requests-2.31.0
Bump requests from 2.26.0 to 2.31.0
2023-06-01 09:04:12 -04:00
dependabot[bot]
c29fc11ab7
Bump requests from 2.26.0 to 2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.26.0...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 02:04:52 +00:00
Dan Halbert
777e677170
Merge pull request #167 from furbrain/main
correctly install asyncio from requirements.txt
2023-04-26 21:21:43 -04:00
Phil Underwood
ce3fd34288 Make changes alphabetised 2023-04-26 21:57:39 +01:00
Phil Underwood
276fdc26b8 correctly install asyncio form requirementes 2023-04-26 17:19:59 +01:00
Dan Halbert
2753e50118
Merge pull request #166 from Neradoc/fix-auto
Fix auto requiring an argument
2023-04-12 20:47:09 -04:00
Neradoc
aa8ab4e5cd fix --auto requiring an argument 2023-04-13 02:19:22 +02:00
Dan Halbert
fd39347e01
Merge pull request #160 from Neradoc/nera-auto-install
Auto install improvements
2023-04-10 15:25:49 -04:00
Neradoc
82ffa73b57 Other way to find local path 2023-04-02 02:18:15 +02:00
Neradoc
62f7a657cf
Update circup/__init__.py
Co-authored-by: Dan Halbert <halbert@halwitz.org>
2023-04-01 17:11:23 +02:00
jposada202020
4015574518
Merge pull request #159 from Neradoc/find-all-files-in-packages
Find all files in packages
2023-03-20 20:44:59 -04:00
Neradoc
3e7aa71a44 find all files in packages 2023-03-21 01:39:29 +01:00