diff --git a/PyChromecast-4.2.0.tar.gz b/PyChromecast-4.2.0.tar.gz deleted file mode 100644 index 4e0fd0f..0000000 --- a/PyChromecast-4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0df03ff0135b836c9f6ef3a6f7ec61417f5b108434e29760927405f3db30716 -size 45230 diff --git a/PyChromecast-5.0.0.tar.gz b/PyChromecast-5.0.0.tar.gz new file mode 100644 index 0000000..2ec4756 --- /dev/null +++ b/PyChromecast-5.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59e9f85d6af04f588a22ff2381b9bd8b1cd53a691a30e698ff4266bac1a30b6 +size 46185 diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index 782950e..c4450e6 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue May 5 06:46:04 UTC 2020 - Johannes Grassler + +- Update to 5.0.0 + * remove .travis.yml + * extract test reqs + * Update test.yml + * Create test.yml + * Bump linters, run flake and black on examples (#355) + * Speed up SocketClient shutdown (#352) + * Improve debug messages (#353) + * Fix bugs in Chromecast.is_idle and ReceiverController.launch_app (#350) + * Improve examples and docstrings (#351) + * Remove blocking option from Chromecast (#349) + * Add helper function get_listed_chromecasts (#348) + * Correct mistake in PR#345 (#346) + * Lookup manufacturer, remove multizone helper. (#345) +- Update python-zeroconf Require + ------------------------------------------------------------------- Thu Mar 26 16:24:27 UTC 2020 - Marketa Calabkova diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index 68a8abf..5528402 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: 4.2.0 +Version: 5.0.0 Release: 0 Summary: Python module to talk to Google Chromecast License: MIT @@ -32,7 +32,7 @@ BuildRequires: python-rpm-macros Requires: python-casttube >= 0.2.0 Requires: python-protobuf >= 3.0.0 Requires: python-requests >= 2.0 -Requires: python-zeroconf >= 0.24.4 +Requires: python-zeroconf >= 0.25.1 BuildArch: noarch %python_subpackages