fastled 1.1.71__tar.gz → 1.1.73__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 (110) hide show
  1. {fastled-1.1.71 → fastled-1.1.73}/.github/workflows/build_multi_docker_image.yml +3 -3
  2. {fastled-1.1.71 → fastled-1.1.73}/.github/workflows/build_webpage.yml +1 -1
  3. {fastled-1.1.71 → fastled-1.1.73}/.github/workflows/lint.yml +1 -1
  4. {fastled-1.1.71 → fastled-1.1.73}/.github/workflows/publish_release.yml +10 -13
  5. {fastled-1.1.71 → fastled-1.1.73}/.github/workflows/test_build_exe.yml +2 -2
  6. {fastled-1.1.71 → fastled-1.1.73}/.github/workflows/test_ubuntu.yml +1 -1
  7. {fastled-1.1.71 → fastled-1.1.73}/PKG-INFO +1 -1
  8. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/__init__.py +1 -1
  9. {fastled-1.1.71 → fastled-1.1.73}/src/fastled.egg-info/PKG-INFO +1 -1
  10. {fastled-1.1.71 → fastled-1.1.73}/.aiderignore +0 -0
  11. {fastled-1.1.71 → fastled-1.1.73}/.github/workflows/test_macos.yml +0 -0
  12. {fastled-1.1.71 → fastled-1.1.73}/.github/workflows/test_win.yml +0 -0
  13. {fastled-1.1.71 → fastled-1.1.73}/.gitignore +0 -0
  14. {fastled-1.1.71 → fastled-1.1.73}/.pylintrc +0 -0
  15. {fastled-1.1.71 → fastled-1.1.73}/.vscode/launch.json +0 -0
  16. {fastled-1.1.71 → fastled-1.1.73}/.vscode/settings.json +0 -0
  17. {fastled-1.1.71 → fastled-1.1.73}/.vscode/tasks.json +0 -0
  18. {fastled-1.1.71 → fastled-1.1.73}/LICENSE +0 -0
  19. {fastled-1.1.71 → fastled-1.1.73}/MANIFEST.in +0 -0
  20. {fastled-1.1.71 → fastled-1.1.73}/README.md +0 -0
  21. {fastled-1.1.71 → fastled-1.1.73}/TODO.md +0 -0
  22. {fastled-1.1.71 → fastled-1.1.73}/build_exe.py +0 -0
  23. {fastled-1.1.71 → fastled-1.1.73}/build_site.py +0 -0
  24. {fastled-1.1.71 → fastled-1.1.73}/clean +0 -0
  25. {fastled-1.1.71 → fastled-1.1.73}/examples/Blink/Blink.ino +0 -0
  26. {fastled-1.1.71 → fastled-1.1.73}/examples/Chromancer/Chromancer.ino +0 -0
  27. {fastled-1.1.71 → fastled-1.1.73}/examples/Chromancer/detail.h +0 -0
  28. {fastled-1.1.71 → fastled-1.1.73}/examples/Chromancer/gary_woos_wled_port/gary_woos_wled_ledmap.h +0 -0
  29. {fastled-1.1.71 → fastled-1.1.73}/examples/Chromancer/gary_woos_wled_port/presets.json +0 -0
  30. {fastled-1.1.71 → fastled-1.1.73}/examples/Chromancer/gary_woos_wled_port/presets.min.json +0 -0
  31. {fastled-1.1.71 → fastled-1.1.73}/examples/Chromancer/gen.py +0 -0
  32. {fastled-1.1.71 → fastled-1.1.73}/examples/Chromancer/mapping.h +0 -0
  33. {fastled-1.1.71 → fastled-1.1.73}/examples/Chromancer/net.h +0 -0
  34. {fastled-1.1.71 → fastled-1.1.73}/examples/Chromancer/output.json +0 -0
  35. {fastled-1.1.71 → fastled-1.1.73}/examples/Chromancer/ripple.h +0 -0
  36. {fastled-1.1.71 → fastled-1.1.73}/examples/Chromancer/screenmap.json.h +0 -0
  37. {fastled-1.1.71 → fastled-1.1.73}/examples/ColorPalette/ColorPalette.ino +0 -0
  38. {fastled-1.1.71 → fastled-1.1.73}/examples/ColorTemperature/ColorTemperature.ino +0 -0
  39. {fastled-1.1.71 → fastled-1.1.73}/examples/Cylon/Cylon.ino +0 -0
  40. {fastled-1.1.71 → fastled-1.1.73}/examples/DemoReel100/DemoReel100.ino +0 -0
  41. {fastled-1.1.71 → fastled-1.1.73}/examples/Esp32Rmt51/Esp32Rmt51.ino +0 -0
  42. {fastled-1.1.71 → fastled-1.1.73}/examples/EspI2SDemo/EspI2SDemo.ino +0 -0
  43. {fastled-1.1.71 → fastled-1.1.73}/examples/Fire2012/Fire2012.ino +0 -0
  44. {fastled-1.1.71 → fastled-1.1.73}/examples/Fire2012WithPalette/Fire2012WithPalette.ino +0 -0
  45. {fastled-1.1.71 → fastled-1.1.73}/examples/FirstLight/FirstLight.ino +0 -0
  46. {fastled-1.1.71 → fastled-1.1.73}/examples/FxEngine/FxEngine.ino +0 -0
  47. {fastled-1.1.71 → fastled-1.1.73}/examples/Noise/Noise.ino +0 -0
  48. {fastled-1.1.71 → fastled-1.1.73}/examples/NoisePlayground/NoisePlayground.ino +0 -0
  49. {fastled-1.1.71 → fastled-1.1.73}/examples/NoisePlusPalette/NoisePlusPalette.ino +0 -0
  50. {fastled-1.1.71 → fastled-1.1.73}/examples/OctoWS2811/OctoWS2811.ino +0 -0
  51. {fastled-1.1.71 → fastled-1.1.73}/examples/Pacifica/Pacifica.ino +0 -0
  52. {fastled-1.1.71 → fastled-1.1.73}/examples/Pride2015/Pride2015.ino +0 -0
  53. {fastled-1.1.71 → fastled-1.1.73}/examples/TwinkleFox/TwinkleFox.ino +0 -0
  54. {fastled-1.1.71 → fastled-1.1.73}/examples/Video/Gfx2Video/Gfx2Video.ino +0 -0
  55. {fastled-1.1.71 → fastled-1.1.73}/examples/WasmScreenCoords/WasmScreenCoords.ino +0 -0
  56. {fastled-1.1.71 → fastled-1.1.73}/examples/Water/Water.ino +0 -0
  57. {fastled-1.1.71 → fastled-1.1.73}/examples/XYMatrix/XYMatrix.ino +0 -0
  58. {fastled-1.1.71 → fastled-1.1.73}/examples/wasm/wasm.ino +0 -0
  59. {fastled-1.1.71 → fastled-1.1.73}/install +0 -0
  60. {fastled-1.1.71 → fastled-1.1.73}/lint +0 -0
  61. {fastled-1.1.71 → fastled-1.1.73}/pyproject.toml +0 -0
  62. {fastled-1.1.71 → fastled-1.1.73}/requirements.testing.txt +0 -0
  63. {fastled-1.1.71 → fastled-1.1.73}/setup.cfg +0 -0
  64. {fastled-1.1.71 → fastled-1.1.73}/setup.py +0 -0
  65. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/app.py +0 -0
  66. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/assets/example.txt +0 -0
  67. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/cli.py +0 -0
  68. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/client_server.py +0 -0
  69. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/compile_server.py +0 -0
  70. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/compile_server_impl.py +0 -0
  71. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/docker_manager.py +0 -0
  72. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/filewatcher.py +0 -0
  73. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/keyboard.py +0 -0
  74. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/live_client.py +0 -0
  75. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/open_browser.py +0 -0
  76. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/parse_args.py +0 -0
  77. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/paths.py +0 -0
  78. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/project_init.py +0 -0
  79. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/select_sketch_directory.py +0 -0
  80. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/settings.py +0 -0
  81. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/site/build.py +0 -0
  82. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/sketch.py +0 -0
  83. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/spinner.py +0 -0
  84. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/string_diff.py +0 -0
  85. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/test/examples.py +0 -0
  86. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/types.py +0 -0
  87. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/util.py +0 -0
  88. {fastled-1.1.71 → fastled-1.1.73}/src/fastled/web_compile.py +0 -0
  89. {fastled-1.1.71 → fastled-1.1.73}/src/fastled.egg-info/SOURCES.txt +0 -0
  90. {fastled-1.1.71 → fastled-1.1.73}/src/fastled.egg-info/dependency_links.txt +0 -0
  91. {fastled-1.1.71 → fastled-1.1.73}/src/fastled.egg-info/entry_points.txt +0 -0
  92. {fastled-1.1.71 → fastled-1.1.73}/src/fastled.egg-info/requires.txt +0 -0
  93. {fastled-1.1.71 → fastled-1.1.73}/src/fastled.egg-info/top_level.txt +0 -0
  94. {fastled-1.1.71 → fastled-1.1.73}/test +0 -0
  95. {fastled-1.1.71 → fastled-1.1.73}/tests/test_api.py +0 -0
  96. {fastled-1.1.71 → fastled-1.1.73}/tests/test_bad_ino.py +0 -0
  97. {fastled-1.1.71 → fastled-1.1.73}/tests/test_cli.py +0 -0
  98. {fastled-1.1.71 → fastled-1.1.73}/tests/test_compile_server.py +0 -0
  99. {fastled-1.1.71 → fastled-1.1.73}/tests/test_docker_linux_on_windows.py +0 -0
  100. {fastled-1.1.71 → fastled-1.1.73}/tests/test_embedded_data.py +0 -0
  101. {fastled-1.1.71 → fastled-1.1.73}/tests/test_examples.py +0 -0
  102. {fastled-1.1.71 → fastled-1.1.73}/tests/test_filechanger.py +0 -0
  103. {fastled-1.1.71 → fastled-1.1.73}/tests/test_ino/bad/bad.ino +0 -0
  104. {fastled-1.1.71 → fastled-1.1.73}/tests/test_ino/embedded/data/bigdata.dat +0 -0
  105. {fastled-1.1.71 → fastled-1.1.73}/tests/test_ino/embedded/wasm.ino +0 -0
  106. {fastled-1.1.71 → fastled-1.1.73}/tests/test_ino/wasm/wasm.ino +0 -0
  107. {fastled-1.1.71 → fastled-1.1.73}/tests/test_project_init.py +0 -0
  108. {fastled-1.1.71 → fastled-1.1.73}/tests/test_server_and_client_seperatly.py +0 -0
  109. {fastled-1.1.71 → fastled-1.1.73}/tests/test_webcompile.py +0 -0
  110. {fastled-1.1.71 → fastled-1.1.73}/upload_package.sh +0 -0
@@ -12,7 +12,7 @@ env:
12
12
 
13
13
  jobs:
14
14
  check-if-changed:
15
- runs-on: ubuntu-latest
15
+ runs-on: ubuntu-24.04
16
16
  outputs:
17
17
  should_run: ${{ steps.check.outputs.should_run }}
18
18
  steps:
@@ -45,7 +45,7 @@ jobs:
45
45
  build:
46
46
  needs: check-if-changed
47
47
  if: needs.check-if-changed.outputs.should_run == 'true'
48
- runs-on: ubuntu-latest
48
+ runs-on: ubuntu-24.04
49
49
  strategy:
50
50
  fail-fast: false
51
51
  matrix:
@@ -98,7 +98,7 @@ jobs:
98
98
  retention-days: 1
99
99
 
100
100
  merge:
101
- runs-on: ubuntu-latest
101
+ runs-on: ubuntu-24.04
102
102
  needs:
103
103
  - check-if-changed
104
104
  - build
@@ -8,7 +8,7 @@ on:
8
8
 
9
9
  jobs:
10
10
  deploy:
11
- runs-on: ubuntu-latest
11
+ runs-on: ubuntu-24.04
12
12
  permissions:
13
13
  contents: write # This allows pushing to branches
14
14
 
@@ -8,7 +8,7 @@ jobs:
8
8
  strategy:
9
9
  matrix:
10
10
  python-version: [3.10.4]
11
- os: [ubuntu-latest]
11
+ os: [ubuntu-24.04]
12
12
  steps:
13
13
  - uses: actions/checkout@v4
14
14
  - name: Set up Python ${{ matrix.python-version }}
@@ -12,7 +12,7 @@ permissions:
12
12
 
13
13
  jobs:
14
14
  create-tag:
15
- runs-on: ubuntu-latest
15
+ runs-on: ubuntu-24.04
16
16
  permissions:
17
17
  contents: write
18
18
  pull-requests: write
@@ -67,12 +67,12 @@ jobs:
67
67
  strategy:
68
68
  matrix:
69
69
  include:
70
- - os: ubuntu-latest
70
+ - os: ubuntu-24.04
71
71
  platform: linux/amd64
72
72
  # Not available on GitHub Actions unless i run qemu
73
- #- os: ubuntu-latest
73
+ #- os: ubuntu-24.04
74
74
  # platform: ARM64
75
- # runs-on: ubuntu-latest-arm64
75
+ # runs-on: ubuntu-24.04-arm64
76
76
  - os: windows-latest
77
77
  arch: X64
78
78
  - os: macos-latest # arm64
@@ -102,18 +102,15 @@ jobs:
102
102
  - name: Decode and Sign Executable (Windows Only)
103
103
  if: matrix.os == 'windows-latest'
104
104
  run: |
105
- echo "Installing Windows SDK..."
106
- choco install windows-sdk-10-version-19041 -y
107
- RefreshEnv
108
-
109
105
  echo Decoding PFX file...
110
- echo %FASTLED_PFX_B64% | certutil -decode - fastled.pfx
106
+ echo %FASTLED_PFX_B64% | python -c "import base64, sys; sys.stdout.buffer.write(base64.b64decode(sys.stdin.read()))" > fastled.pfx
107
+
111
108
 
112
109
  echo Signing executable...
113
- "C:\Program Files (x86)\Windows Kits\10\bin\x64\signtool.exe" sign /f fastled.pfx /p "%FASTLED_PFX_PASSWORD%" /fd sha256 ./dist/fastled.exe
110
+ "C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool\signtool.exe" sign /f fastled.pfx /p "%FASTLED_PFX_PASSWORD%" /fd sha256 ./dist/fastled.exe
114
111
 
115
112
  echo Verifying signature...
116
- "C:\Program Files (x86)\Windows Kits\10\bin\x64\signtool.exe" verify /pa /v ./dist/fastled.exe
113
+ "C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool\signtool.exe" verify /pa /v ./dist/fastled.exe
117
114
  shell: cmd
118
115
 
119
116
  - name: Upload artifact
@@ -126,7 +123,7 @@ jobs:
126
123
 
127
124
  create-release:
128
125
  needs: [create-tag, build-executables]
129
- runs-on: ubuntu-latest
126
+ runs-on: ubuntu-24.04
130
127
  permissions:
131
128
  contents: write
132
129
  steps:
@@ -161,7 +158,7 @@ jobs:
161
158
  publish-pypi:
162
159
  needs: [create-tag]
163
160
  if: needs.create-tag.outputs.should_release == 'true'
164
- runs-on: ubuntu-latest
161
+ runs-on: ubuntu-24.04
165
162
  steps:
166
163
  - uses: actions/checkout@v4
167
164
 
@@ -8,7 +8,7 @@ jobs:
8
8
  strategy:
9
9
  matrix:
10
10
  os: [
11
- ubuntu-latest, # linux/amd64
11
+ ubuntu-24.04, # linux/amd64
12
12
  windows-latest, # x64
13
13
  macos-latest, # arm64
14
14
  macos-13 # x86
@@ -41,7 +41,7 @@ jobs:
41
41
  ./dist/fastled --version
42
42
  fi
43
43
 
44
- if [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
44
+ if [ "${{ matrix.os }}" = "ubuntu-24.04" ]; then
45
45
  ./dist/fastled --init wasm && ./dist/fastled --just-compile --local fastled/wasm
46
46
  fi
47
47
 
@@ -4,7 +4,7 @@ on: [push]
4
4
 
5
5
  jobs:
6
6
  test:
7
- runs-on: ubuntu-latest
7
+ runs-on: ubuntu-24.04
8
8
  strategy:
9
9
  matrix:
10
10
  python-version: [3.11]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fastled
3
- Version: 1.1.71
3
+ Version: 1.1.73
4
4
  Summary: FastLED Wasm Compiler
5
5
  Home-page: https://github.com/zackees/fastled-wasm
6
6
  Maintainer: Zachary Vorhies
@@ -13,7 +13,7 @@ from .types import BuildMode, CompileResult, CompileServerError
13
13
  # IMPORTANT! There's a bug in github which will REJECT any version update
14
14
  # that has any other change in the repo. Please bump the version as the
15
15
  # ONLY change in a commit, or else the pypi update and the release will fail.
16
- __version__ = "1.1.71"
16
+ __version__ = "1.1.73"
17
17
 
18
18
 
19
19
  class Api:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fastled
3
- Version: 1.1.71
3
+ Version: 1.1.73
4
4
  Summary: FastLED Wasm Compiler
5
5
  Home-page: https://github.com/zackees/fastled-wasm
6
6
  Maintainer: Zachary Vorhies
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