Hello community,

here is the log from the commit of package lollypop for openSUSE:Factory 
checked in at 2019-07-28 10:22:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lollypop (Old)
 and      /work/SRC/openSUSE:Factory/.lollypop.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lollypop"

Sun Jul 28 10:22:27 2019 rev:92 rq:718996 version:1.1.4.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/lollypop/lollypop.changes        2019-07-21 
11:33:57.500781211 +0200
+++ /work/SRC/openSUSE:Factory/.lollypop.new.4126/lollypop.changes      
2019-07-28 10:22:30.364568104 +0200
@@ -1,0 +2,6 @@
+Fri Jul 26 18:38:02 UTC 2019 - antoine.belv...@opensuse.org
+
+- Update to version 1.1.4.6:
+  * Fix an issue with beautifulsoup4.
+
+-------------------------------------------------------------------

Old:
----
  lollypop-1.1.4.5.tar.xz

New:
----
  lollypop-1.1.4.6.tar.xz

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

Other differences:
------------------
++++++ lollypop.spec ++++++
--- /var/tmp/diff_new_pack.5MMA19/_old  2019-07-28 10:22:31.264568084 +0200
+++ /var/tmp/diff_new_pack.5MMA19/_new  2019-07-28 10:22:31.268568083 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           lollypop
-Version:        1.1.4.5
+Version:        1.1.4.6
 Release:        0
 Summary:        GNOME music playing application
 License:        GPL-3.0-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.5MMA19/_old  2019-07-28 10:22:31.304568083 +0200
+++ /var/tmp/diff_new_pack.5MMA19/_new  2019-07-28 10:22:31.304568083 +0200
@@ -1,7 +1,7 @@
 <services>
   <service mode="disabled" name="tar_scm">
     <param name="changesgenerate">enable</param>
-    <param name="revision">1.1.4.5</param>
+    <param name="revision">1.1.4.6</param>
     <param name="scm">git</param>
     <param name="url">https://gitlab.gnome.org/World/lollypop.git</param>
     <param name="versionformat">@PARENT_TAG@</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.5MMA19/_old  2019-07-28 10:22:31.336568082 +0200
+++ /var/tmp/diff_new_pack.5MMA19/_new  2019-07-28 10:22:31.336568082 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://gitlab.gnome.org/World/lollypop.git</param>
-              <param 
name="changesrevision">85e7c503361df6d8f61ab0ef27717c7d3d6d1833</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">38e00b1bfa3aec92bd423c7cda950516e3fde8ac</param></service></servicedata>
\ No newline at end of file

++++++ lollypop-1.1.4.5.tar.xz -> lollypop-1.1.4.6.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.1.4.5/lollypop/container_views.py 
new/lollypop-1.1.4.6/lollypop/container_views.py
--- old/lollypop-1.1.4.5/lollypop/container_views.py    2019-07-18 
09:46:09.000000000 +0200
+++ new/lollypop-1.1.4.6/lollypop/container_views.py    2019-07-26 
17:36:01.000000000 +0200
@@ -119,11 +119,7 @@
             Get view for current playlist
             @return View
         """
-        if App().player.queue and not view_type & ViewType.FULLSCREEN:
-            from lollypop.view_queue import QueueView
-            view = QueueView(view_type | self._view_type)
-            view.populate()
-        elif App().player.playlist_ids:
+        if App().player.playlist_ids:
             from lollypop.view_playlists import PlaylistsView
             view = PlaylistsView(App().player.playlist_ids,
                                  view_type | self._view_type)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.1.4.5/lollypop/helper_web_youtube.py 
new/lollypop-1.1.4.6/lollypop/helper_web_youtube.py
--- old/lollypop-1.1.4.5/lollypop/helper_web_youtube.py 2019-07-18 
09:46:09.000000000 +0200
+++ new/lollypop-1.1.4.6/lollypop/helper_web_youtube.py 2019-07-26 
17:36:01.000000000 +0200
@@ -154,7 +154,7 @@
             @return youtube id as str
         """
         try:
-            from beautifulsoup4 import BeautifulSoup
+            from bs4 import BeautifulSoup
         except:
             print("$ sudo pip3 install beautifulsoup4")
             return None
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.1.4.5/meson.build 
new/lollypop-1.1.4.6/meson.build
--- old/lollypop-1.1.4.5/meson.build    2019-07-18 09:46:09.000000000 +0200
+++ new/lollypop-1.1.4.6/meson.build    2019-07-26 17:36:01.000000000 +0200
@@ -1,5 +1,5 @@
 project('lollypop',
-  version: '1.1.4.5',
+  version: '1.1.4.6',
   meson_version: '>= 0.40.0'
 )
 i18n = import('i18n')


Reply via email to