Skip to content

Commit

Permalink
python3-pychromecast: upgrade 13.0.4 -> 13.0.6
Browse files Browse the repository at this point in the history
Changelog:
==========
    Fix socket leak (openembedded#718)
    Don't call launch callback on error (openembedded#715)
    Wait for response when stopping app (openembedded#714)
    Simplify request callback handling (openembedded#712)
    Make sure handler is unregistered after quickplay (openembedded#713)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Apr 5, 2023
1 parent ac3d796 commit a34202a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/balloob/pychromecast"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"

SRC_URI[sha256sum] = "792fba3f31e4968a5e99c19c771774083a2aa7e897ebf6f5e218e308e33a461f"
SRC_URI[sha256sum] = "149dad28cbed2296b5074c326662d9cb0093b834b417cb9ee05828e97b282e73"

PYPI_PACKAGE = "PyChromecast"

Expand Down

0 comments on commit a34202a

Please sign in to comment.