Hello community,
here is the log from the commit of package python-PyChromecast for
openSUSE:Leap:15.2 checked in at 2020-03-29 14:56:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-PyChromecast (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-PyChromecast.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyChromecast"
Sun Mar 29 14:56:21 2020 rev:6 rq:789296 version:4.2.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-PyChromecast/python-PyChromecast.changes
2020-03-09 18:01:03.872689407 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-PyChromecast.new.3160/python-PyChromecast.changes
2020-03-29 14:56:26.179192667 +0200
@@ -1,0 +2,8 @@
+Thu Mar 26 16:24:27 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to 4.2.0
+ * Add support for Lovelace dashboards
+ * Set up publish when we create a release.
+ * Update zeroconf requirement
+
+-------------------------------------------------------------------
Old:
----
PyChromecast-4.1.1.tar.gz
New:
----
PyChromecast-4.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyChromecast.spec ++++++
--- /var/tmp/diff_new_pack.Vxsy6p/_old 2020-03-29 14:56:26.555192961 +0200
+++ /var/tmp/diff_new_pack.Vxsy6p/_new 2020-03-29 14:56:26.559192963 +0200
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-PyChromecast
-Version: 4.1.1
+Version: 4.2.0
Release: 0
Summary: Python module to talk to Google Chromecast
License: MIT
@@ -32,7 +32,7 @@
Requires: python-casttube >= 0.2.0
Requires: python-protobuf >= 3.0.0
Requires: python-requests >= 2.0
-Requires: python-zeroconf >= 0.17.7
+Requires: python-zeroconf >= 0.24.4
BuildArch: noarch
%python_subpackages
++++++ PyChromecast-4.1.1.tar.gz -> PyChromecast-4.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyChromecast-4.1.1/PKG-INFO
new/PyChromecast-4.2.0/PKG-INFO
--- old/PyChromecast-4.1.1/PKG-INFO 2020-01-23 18:33:15.000000000 +0100
+++ new/PyChromecast-4.2.0/PKG-INFO 2020-03-17 17:56:27.838616000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: PyChromecast
-Version: 4.1.1
+Version: 4.2.0
Summary: Python module to talk to Google Chromecast.
Home-page: https://github.com/balloob/pychromecast
Author: Paulus Schoutsen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyChromecast-4.1.1/PyChromecast.egg-info/PKG-INFO
new/PyChromecast-4.2.0/PyChromecast.egg-info/PKG-INFO
--- old/PyChromecast-4.1.1/PyChromecast.egg-info/PKG-INFO 2020-01-23
18:33:15.000000000 +0100
+++ new/PyChromecast-4.2.0/PyChromecast.egg-info/PKG-INFO 2020-03-17
17:56:27.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: PyChromecast
-Version: 4.1.1
+Version: 4.2.0
Summary: Python module to talk to Google Chromecast.
Home-page: https://github.com/balloob/pychromecast
Author: Paulus Schoutsen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyChromecast-4.1.1/PyChromecast.egg-info/requires.txt
new/PyChromecast-4.2.0/PyChromecast.egg-info/requires.txt
--- old/PyChromecast-4.1.1/PyChromecast.egg-info/requires.txt 2020-01-23
18:33:15.000000000 +0100
+++ new/PyChromecast-4.2.0/PyChromecast.egg-info/requires.txt 2020-03-17
17:56:27.000000000 +0100
@@ -1,4 +1,4 @@
requests>=2.0
protobuf>=3.0.0
-zeroconf>=0.17.7
+zeroconf>=0.24.4
casttube>=0.2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyChromecast-4.1.1/pychromecast/controllers/homeassistant.py
new/PyChromecast-4.2.0/pychromecast/controllers/homeassistant.py
--- old/PyChromecast-4.1.1/pychromecast/controllers/homeassistant.py
2019-10-17 06:49:00.000000000 +0200
+++ new/PyChromecast-4.2.0/pychromecast/controllers/homeassistant.py
2020-03-17 17:56:15.000000000 +0100
@@ -89,10 +89,10 @@
{"type": "get_status"}, callback_function=callback_function
)
- def show_lovelace_view(self, view_path, callback_function=None):
+ def show_lovelace_view(self, view_path, url_path=None,
callback_function=None):
"""Show a Lovelace UI."""
self.send_connected_message(
- {"type": "show_lovelace_view", "viewPath": view_path},
+ {"type": "show_lovelace_view", "viewPath": view_path, "urlPath":
url_path},
callback_function=callback_function,
)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyChromecast-4.1.1/requirements.txt
new/PyChromecast-4.2.0/requirements.txt
--- old/PyChromecast-4.1.1/requirements.txt 2019-01-17 19:45:56.000000000
+0100
+++ new/PyChromecast-4.2.0/requirements.txt 2020-03-17 17:56:15.000000000
+0100
@@ -1,4 +1,4 @@
requests>=2.0
protobuf>=3.0.0
-zeroconf>=0.17.7
+zeroconf>=0.24.4
casttube>=0.2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyChromecast-4.1.1/setup.py
new/PyChromecast-4.2.0/setup.py
--- old/PyChromecast-4.1.1/setup.py 2020-01-23 18:32:39.000000000 +0100
+++ new/PyChromecast-4.2.0/setup.py 2020-03-17 17:56:15.000000000 +0100
@@ -5,7 +5,7 @@
setup(
name="PyChromecast",
- version="4.1.1",
+ version="4.2.0",
license="MIT",
url="https://github.com/balloob/pychromecast",
author="Paulus Schoutsen",