diff --git a/PyChromecast-7.1.1.tar.gz b/PyChromecast-7.1.1.tar.gz deleted file mode 100644 index 41b9557..0000000 --- a/PyChromecast-7.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87fa9ad42425edd21e02a9240669e5763e52d975ee259a948a6fe07e6ab977b9 -size 49049 diff --git a/PyChromecast-7.3.0.tar.gz b/PyChromecast-7.3.0.tar.gz new file mode 100644 index 0000000..3a29f3b --- /dev/null +++ b/PyChromecast-7.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f594231efb34b86eeb463611662bca21a6962793885d3ad68195286940f7473d +size 49449 diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index 51c234b..d30143e 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Sep 22 04:34:34 UTC 2020 - Steve Kowalik + +- Update to 7.3.0: + * Add support for QUEUE_INSERT (#404) + * Fix get_chromecasts non blocking mode (#411) + * Ensure data parsed as JSON is a dict (#405) + * Add zeroconf debug option to example scripts (#401) + * Allow passing an already existing zeroconf object to additional + functions (#400) @emontnemery + * Ignore browser updates for *._sub._googlecast._tcp.local. (#400) + * Fix return type of get_listed_chromecasts (#400) + * Remove host and port from Chromecast object (#395) + * Keep previously known Chromecast in service listener (#399) + * Remove reboot function (#394) + ------------------------------------------------------------------- Mon Jul 13 05:57:29 UTC 2020 - Steve Kowalik diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index 2540ca7..245309c 100644 --- a/python-PyChromecast.spec +++ b/python-PyChromecast.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-PyChromecast -Version: 7.1.1 +Version: 7.3.0 Release: 0 Summary: Python module to talk to Google Chromecast License: MIT