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 | |
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')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pychromecast_7.2.1.bb (renamed from meta-python/recipes-devtools/python/python3-pychromecast_7.2.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_7.2.0.bb b/meta-python/recipes-devtools/python/python3-pychromecast_7.2.1.bb index 257778ba9d..6a3b16c38b 100644 --- a/meta-python/recipes-devtools/python/python3-pychromecast_7.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-pychromecast_7.2.1.bb | |||
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/balloob/pychromecast" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "20ed7ec024fd4739446d42f8d19813b8" | 6 | SRC_URI[md5sum] = "a39b87178f866dda52da494eac0afe07" |
7 | SRC_URI[sha256sum] = "c522c5ecb554471ca8e5690c05530b1c237c301349061d3839c506984f8d3c2d" | 7 | SRC_URI[sha256sum] = "9aad074d0361791af8ccb8fb7ea0f1646db3d89600fed85c5562b64c8b1aa899" |
8 | 8 | ||
9 | PYPI_PACKAGE = "PyChromecast" | 9 | PYPI_PACKAGE = "PyChromecast" |
10 | 10 | ||