diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-08-24 17:49:58 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-08-25 10:34:04 -0700 |
| commit | 021cd8e8b74d9d9e78403afafd02b555975ad97e (patch) | |
| tree | 01e37a97380870b846a3934cff6b0942e7a7a6fc /meta-python/recipes-devtools/python/python3-pychromecast_7.2.1.bb | |
| parent | bfe063558830950a6b120bc247be416ae5fac197 (diff) | |
| download | meta-openembedded-021cd8e8b74d9d9e78403afafd02b555975ad97e.tar.gz | |
python3-pychromecast: Upgrade 7.2.0 -> 7.2.1
Upgrade to release 7.2.1:
- Ensure data parsed as JSON is a dict
- Add zeroconf debug option to example scripts
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pychromecast_7.2.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pychromecast_7.2.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_7.2.1.bb b/meta-python/recipes-devtools/python/python3-pychromecast_7.2.1.bb new file mode 100644 index 0000000000..6a3b16c38b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pychromecast_7.2.1.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "Library for Python 3.6+ to communicate with the Google Chromecast." | ||
| 2 | HOMEPAGE = "https://github.com/balloob/pychromecast" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "a39b87178f866dda52da494eac0afe07" | ||
| 7 | SRC_URI[sha256sum] = "9aad074d0361791af8ccb8fb7ea0f1646db3d89600fed85c5562b64c8b1aa899" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "PyChromecast" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
