diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d46f7a1b..439c0c05 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,7 @@ jobs: env: TASK: ${{ matrix.task }} run: | + sudo apt-get update if [ "$TASK" = "nosetests" -o "$TASK" = "flake8" -o "$TASK" = "flake8-wip" ]; then pip install json-spec; fi if [ "$TASK" = "karma" -o "$TASK" = "lint" -o "$TASK" = "closure-compiler" ]; then npm install -g grunt-cli; fi if [ "$TASK" = "karma" -o "$TASK" = "lint" -o "$TASK" = "closure-compiler" ]; then npm install; fi @@ -23,9 +24,9 @@ jobs: if [ "$TASK" = "pychecker" -o "$TASK" = "pychecker-wip" ]; then pip install http://sourceforge.net/projects/pychecker/files/pychecker/0.8.19/pychecker-0.8.19.tar.gz/download; fi if [ "$TASK" = "codespell" ]; then pip install git+https://github.com/codespell-project/codespell.git; fi #if [ "$TASK" = "codespell" ]; then pip install codespell; fi + if [ "$TASK" = "spellintian" ]; then sudo apt-get install lintian; fi sudo apt-get install xvfb sudo apt-get install libhtml-parser-perl - sudo apt-get install lintian sudo apt-get install moreutils - uses: codespell-project/codespell-problem-matcher@v1 - name: Test diff --git a/data/manufacturer_data.py b/data/manufacturer_data.py index 0f2eab88..da14154f 100644 --- a/data/manufacturer_data.py +++ b/data/manufacturer_data.py @@ -452,6 +452,7 @@ (0x0638, "ROLITECH LIMITED"), (0x063A, "AVM Belgium BVBA"), (0x063C, "LaserNet"), + (0x0642, "RavLight"), (0x0644, "COLEDER DISPLAY CO., LTD."), (0x0645, "MATSUMURA ELECTRIC MFG. CO. , LTD."), (0x064A, "RZ LIGHTING CO., LTD"), @@ -570,6 +571,7 @@ (0x0766, "MR-Space LLC"), (0x076A, "BeamZ (Tronios B.V.)"), (0x076E, "DecoLed, LLC"), + (0x0770, "M-Live s.r.l."), (0x0772, "SP-Quality"), (0x0773, "Papouch s.r.o."), (0x0774, "Guangzhou Hongcheng Stage Lighting Equipment Co., Ltd."), @@ -910,6 +912,7 @@ (0x0921, "Guangzhou mengyi stage lighting equipment co., LTD."), (0x0922, "von Gaisberg Engineering"), (0x0923, "Hangzhou Roleds Lighting System Co., Ltd."), + (0x0924, "Guangzhou Crolighting CO., LTD"), (0x0925, "Guangzhou Aiweidy Lighting Acoustics Equipment Co.,Ltd."), (0x0926, "Elumeros Lighting Limited"), (0x0927, "Guangzhou Mingying Electronic Technology Co., Ltd."),