Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package upmpdcli for openSUSE:Factory 
checked in at 2026-04-19 18:15:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/upmpdcli (Old)
 and      /work/SRC/openSUSE:Factory/.upmpdcli.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "upmpdcli"

Sun Apr 19 18:15:47 2026 rev:26 rq:1348025 version:1.9.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/upmpdcli/upmpdcli.changes        2026-04-17 
21:05:30.016895838 +0200
+++ /work/SRC/openSUSE:Factory/.upmpdcli.new.11940/upmpdcli.changes     
2026-04-19 18:15:49.423234560 +0200
@@ -1,0 +2,7 @@
+Sun Apr 19 13:12:02 UTC 2026 - Michael Pujos <[email protected]>
+
+- Update to 1.9.17
+  * A 1.9.16 briefly existed, with a typo in a Python file in the Qobuz
+    plugin
+
+-------------------------------------------------------------------

Old:
----
  upmpdcli-1.9.16.tar.gz
  upmpdcli-1.9.16.tar.gz.asc

New:
----
  upmpdcli-1.9.17.tar.gz
  upmpdcli-1.9.17.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ upmpdcli.spec ++++++
--- /var/tmp/diff_new_pack.hIViac/_old  2026-04-19 18:15:50.111262596 +0200
+++ /var/tmp/diff_new_pack.hIViac/_new  2026-04-19 18:15:50.111262596 +0200
@@ -19,7 +19,7 @@
 
 %bcond_without confgui
 Name:           upmpdcli
-Version:        1.9.16
+Version:        1.9.17
 Release:        0
 Summary:        UPnP AV and OpenHome Media Renderer front-end to MPD, the 
Music Player Daemon
 License:        GPL-2.0-or-later

++++++ upmpdcli-1.9.16.tar.gz -> upmpdcli-1.9.17.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/upmpdcli-1.9.16/meson.build 
new/upmpdcli-1.9.17/meson.build
--- old/upmpdcli-1.9.16/meson.build     2026-04-14 17:21:30.000000000 +0200
+++ new/upmpdcli-1.9.17/meson.build     2026-04-15 14:41:49.000000000 +0200
@@ -2,7 +2,7 @@
   'upmpdcli',
   'cpp',
   license: 'LGPL 2.1+',
-  version: '1.9.16',
+  version: '1.9.17',
   default_options: ['cpp_std=c++17', 'buildtype=debugoptimized'],
   meson_version: '>=0.49',
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/upmpdcli-1.9.16/src/mediaserver/cdplugins/qobuz/session.py 
new/upmpdcli-1.9.17/src/mediaserver/cdplugins/qobuz/session.py
--- old/upmpdcli-1.9.16/src/mediaserver/cdplugins/qobuz/session.py      
2026-04-14 13:30:38.000000000 +0200
+++ new/upmpdcli-1.9.17/src/mediaserver/cdplugins/qobuz/session.py      
2026-04-15 14:39:19.000000000 +0200
@@ -55,7 +55,7 @@
         user_id = self.config.get("user_id")
         if not auth_token or not user_id:
             uplog("Qobuz login: oauth initialisation not done")
-            return false
+            return False
         data = self.api.user_login(user_id=user_id, user_auth_token=auth_token)
         if data:
             self.user = User(self, user_id)
@@ -415,7 +415,7 @@
     else:
         album = albumarg
 
-    available = json_obj["streamable"] if "streamable" in json_obj else false
+    available = json_obj["streamable"] if "streamable" in json_obj else False
     # if not available:
     # uplog("Track not streamable: %s " % json_obj['title'])
 

Reply via email to