adafruit-circuitpython-neopixel 6.3.16__py3-none-any.whl → 6.3.17__py3-none-any.whl

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.

Potentially problematic release.


This version of adafruit-circuitpython-neopixel might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: adafruit-circuitpython-neopixel
3
- Version: 6.3.16
3
+ Version: 6.3.17
4
4
  Summary: CircuitPython library for NeoPixel LEDs.
5
5
  Author-email: Adafruit Industries <circuitpython@adafruit.com>
6
6
  License: MIT
@@ -0,0 +1,6 @@
1
+ neopixel.py,sha256=zQIqdu5tul6tTup5qIBmSKmeYLl8gVv1c4X0-WWx_Rw,4982
2
+ adafruit_circuitpython_neopixel-6.3.17.dist-info/licenses/LICENSE,sha256=z_ypcU6FIB47QfUALXdEHz3sbP7W5KSUy3YzmFLIl8w,1142
3
+ adafruit_circuitpython_neopixel-6.3.17.dist-info/METADATA,sha256=ulx10rC76cbFgSeJR3M43XaRLawQLCDS9M6R7KqY_Eg,6222
4
+ adafruit_circuitpython_neopixel-6.3.17.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ adafruit_circuitpython_neopixel-6.3.17.dist-info/top_level.txt,sha256=4Vx2uj1m66N8r0BTOEkPYDuhk-Vv8KOqOldkkJSeib4,9
6
+ adafruit_circuitpython_neopixel-6.3.17.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.7.1)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
neopixel.py CHANGED
@@ -29,7 +29,7 @@ except ImportError:
29
29
  pass
30
30
 
31
31
 
32
- __version__ = "6.3.16"
32
+ __version__ = "6.3.17"
33
33
  __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel.git"
34
34
 
35
35
 
@@ -1,6 +0,0 @@
1
- neopixel.py,sha256=cS8uWnZ22PY31cbCvCF5xsxbvKJ_ZormObYeseKk5Mo,4982
2
- adafruit_circuitpython_neopixel-6.3.16.dist-info/licenses/LICENSE,sha256=z_ypcU6FIB47QfUALXdEHz3sbP7W5KSUy3YzmFLIl8w,1142
3
- adafruit_circuitpython_neopixel-6.3.16.dist-info/METADATA,sha256=2d3tfWFkXuwuNksIv73bSAURInvNctZS2NKjAiBbZsw,6222
4
- adafruit_circuitpython_neopixel-6.3.16.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
5
- adafruit_circuitpython_neopixel-6.3.16.dist-info/top_level.txt,sha256=4Vx2uj1m66N8r0BTOEkPYDuhk-Vv8KOqOldkkJSeib4,9
6
- adafruit_circuitpython_neopixel-6.3.16.dist-info/RECORD,,