diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2022-01-06 22:55:59 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-07 11:01:30 -0800 |
commit | 0cfde4b7688308147e1618ff6f5551d1a6e585d9 (patch) | |
tree | fa67033a20c590bc2e54167e432445d97f5a3c06 /meta-python/recipes-devtools/python | |
parent | 46ed11291526cf3e075180ac7cfbf983c0b35a2a (diff) | |
download | meta-openembedded-0cfde4b7688308147e1618ff6f5551d1a6e585d9.tar.gz |
python3-pychromecast: Upgrade 10.1.1 -> 10.2.3
Upgrade to release 10.2.3:
- Attempt reconnect on unknown exceptions
- Handle NotConnected exception when reconnecting
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pychromecast_10.2.3.bb (renamed from meta-python/recipes-devtools/python/python3-pychromecast_10.1.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_10.1.1.bb b/meta-python/recipes-devtools/python/python3-pychromecast_10.2.3.bb index 1851939926..9bd0379817 100644 --- a/meta-python/recipes-devtools/python/python3-pychromecast_10.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-pychromecast_10.2.3.bb | |||
@@ -3,7 +3,7 @@ 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[sha256sum] = "33a47d551ae8b6f93129564828e72e7f4dcb26c9f8812328870cf300ee45438f" | 6 | SRC_URI[sha256sum] = "ddb86c5acdc13e8bdadd2b7f5738fda36b32c1750548f7b629ca8d178f05e0da" |
7 | 7 | ||
8 | PYPI_PACKAGE = "PyChromecast" | 8 | PYPI_PACKAGE = "PyChromecast" |
9 | 9 | ||