Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-PyChromecast for
openSUSE:Factory checked in at 2022-08-19 17:56:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyChromecast (Old)
and /work/SRC/openSUSE:Factory/.python-PyChromecast.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyChromecast"
Fri Aug 19 17:56:29 2022 rev:20 rq:998098 version:12.1.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyChromecast/python-PyChromecast.changes
2022-05-23 15:51:48.962650360 +0200
+++
/work/SRC/openSUSE:Factory/.python-PyChromecast.new.2083/python-PyChromecast.changes
2022-08-19 17:59:11.128440768 +0200
@@ -1,0 +2,10 @@
+Wed Aug 17 15:41:12 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
+
+- Update to 12.1.4
+ * Improve timeout logs (#637) @emontnemery
+ * pin to protobuf v3 (#625) @chapmanjacobd
+- Update to 12.1.3
+ * Add additional cast model (#628) @emontnemery
+ * Add additional cast model (#624) @emontnemery
+
+-------------------------------------------------------------------
Old:
----
PyChromecast-12.1.2.tar.gz
New:
----
PyChromecast-12.1.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyChromecast.spec ++++++
--- /var/tmp/diff_new_pack.NoxWrB/_old 2022-08-19 17:59:11.552441656 +0200
+++ /var/tmp/diff_new_pack.NoxWrB/_new 2022-08-19 17:59:11.556441664 +0200
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-PyChromecast
-Version: 12.1.2
+Version: 12.1.4
Release: 0
Summary: Python module to talk to Google Chromecast
License: MIT
++++++ PyChromecast-12.1.2.tar.gz -> PyChromecast-12.1.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyChromecast-12.1.2/PKG-INFO
new/PyChromecast-12.1.4/PKG-INFO
--- old/PyChromecast-12.1.2/PKG-INFO 2022-05-09 09:48:29.883505600 +0200
+++ new/PyChromecast-12.1.4/PKG-INFO 2022-06-21 17:47:10.008138400 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: PyChromecast
-Version: 12.1.2
+Version: 12.1.4
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-12.1.2/PyChromecast.egg-info/PKG-INFO
new/PyChromecast-12.1.4/PyChromecast.egg-info/PKG-INFO
--- old/PyChromecast-12.1.2/PyChromecast.egg-info/PKG-INFO 2022-05-09
09:48:29.000000000 +0200
+++ new/PyChromecast-12.1.4/PyChromecast.egg-info/PKG-INFO 2022-06-21
17:47:09.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: PyChromecast
-Version: 12.1.2
+Version: 12.1.4
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-12.1.2/PyChromecast.egg-info/requires.txt
new/PyChromecast-12.1.4/PyChromecast.egg-info/requires.txt
--- old/PyChromecast-12.1.2/PyChromecast.egg-info/requires.txt 2022-05-09
09:48:29.000000000 +0200
+++ new/PyChromecast-12.1.4/PyChromecast.egg-info/requires.txt 2022-06-21
17:47:09.000000000 +0200
@@ -1,3 +1,3 @@
-protobuf>=3.19.1
+protobuf<4,>=3.19.1
zeroconf>=0.25.1
casttube>=0.2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyChromecast-12.1.2/pychromecast/const.py
new/PyChromecast-12.1.4/pychromecast/const.py
--- old/PyChromecast-12.1.2/pychromecast/const.py 2022-05-09
09:48:20.000000000 +0200
+++ new/PyChromecast-12.1.4/pychromecast/const.py 2022-06-21
17:47:03.000000000 +0200
@@ -21,7 +21,9 @@
"google nest hub max": (CAST_TYPE_CHROMECAST, MF_GOOGLE),
"google nest mini": (CAST_TYPE_AUDIO, MF_GOOGLE),
"lenovocd-24502f": (CAST_TYPE_AUDIO, "LENOVO"),
+ "mitv-mssp2": (CAST_TYPE_CHROMECAST, "Xiaomi"),
"nest audio": (CAST_TYPE_AUDIO, MF_GOOGLE),
+ "nest wifi point": (CAST_TYPE_AUDIO, MF_GOOGLE),
"shield android tv": (CAST_TYPE_CHROMECAST, "NVIDIA"),
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyChromecast-12.1.2/pychromecast/controllers/__init__.py
new/PyChromecast-12.1.4/pychromecast/controllers/__init__.py
--- old/PyChromecast-12.1.2/pychromecast/controllers/__init__.py
2022-05-09 09:48:20.000000000 +0200
+++ new/PyChromecast-12.1.4/pychromecast/controllers/__init__.py
2022-06-21 17:47:03.000000000 +0200
@@ -138,7 +138,7 @@
no_add_request_id=no_add_request_id,
)
- def receive_message(self, _message, _data: dict): # pylint:
disable=no-self-use
+ def receive_message(self, _message, _data: dict):
"""
Called when a message is received that matches the namespace.
Returns boolean indicating if message was handled.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyChromecast-12.1.2/pychromecast/controllers/homeassistant.py
new/PyChromecast-12.1.4/pychromecast/controllers/homeassistant.py
--- old/PyChromecast-12.1.2/pychromecast/controllers/homeassistant.py
2022-05-09 09:48:20.000000000 +0200
+++ new/PyChromecast-12.1.4/pychromecast/controllers/homeassistant.py
2022-06-21 17:47:03.000000000 +0200
@@ -99,6 +99,7 @@
self._hass_connecting_event.wait(10)
try:
if not self._hass_connecting_event.is_set():
+ self.logger.warning("_connect_hass failed for %s",
self.hass_url)
raise PyChromecastError()
finally:
self._hass_connecting_event.set()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/PyChromecast-12.1.2/pychromecast/controllers/media.py
new/PyChromecast-12.1.4/pychromecast/controllers/media.py
--- old/PyChromecast-12.1.2/pychromecast/controllers/media.py 2022-05-09
09:48:20.000000000 +0200
+++ new/PyChromecast-12.1.4/pychromecast/controllers/media.py 2022-06-21
17:47:03.000000000 +0200
@@ -541,6 +541,9 @@
)
start_play_media_sent.wait(10)
if not start_play_media_sent.is_set():
+ self.logger.warning(
+ "Quick Play failed for %s:%s(%s)", media_id, media_type, kwargs
+ )
raise PyChromecastError()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyChromecast-12.1.2/requirements.txt
new/PyChromecast-12.1.4/requirements.txt
--- old/PyChromecast-12.1.2/requirements.txt 2022-05-09 09:48:20.000000000
+0200
+++ new/PyChromecast-12.1.4/requirements.txt 2022-06-21 17:47:03.000000000
+0200
@@ -1,3 +1,3 @@
-protobuf>=3.19.1
+protobuf>=3.19.1,<4
zeroconf>=0.25.1
casttube>=0.2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/PyChromecast-12.1.2/setup.py
new/PyChromecast-12.1.4/setup.py
--- old/PyChromecast-12.1.2/setup.py 2022-05-09 09:48:20.000000000 +0200
+++ new/PyChromecast-12.1.4/setup.py 2022-06-21 17:47:03.000000000 +0200
@@ -5,7 +5,7 @@
setup(
name="PyChromecast",
- version="12.1.2",
+ version="12.1.4",
license="MIT",
url="https://github.com/balloob/pychromecast",
author="Paulus Schoutsen",