Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package Komikku for openSUSE:Factory checked 
in at 2024-08-12 12:31:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Komikku (Old)
 and      /work/SRC/openSUSE:Factory/.Komikku.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Komikku"

Mon Aug 12 12:31:13 2024 rev:19 rq:1193119 version:1.53.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/Komikku/Komikku.changes  2024-08-07 
06:10:39.894972420 +0200
+++ /work/SRC/openSUSE:Factory/.Komikku.new.7232/Komikku.changes        
2024-08-12 12:32:58.175035398 +0200
@@ -1,0 +2,16 @@
+Sat Aug 10 00:32:38 UTC 2024 - Richard Rahl <rra...@opensuse.org>
+
+- update to 1.53.0:
+  * [Card] Disabled Resume on empty chapters list
+  * [Reader] Changed interpolation method used to resize images
+  * [Reader] Improved Resume
+  * [Servers] Asura Scans (EN): Re-enabled
+  * [Servers] Colored Manga (EN): Re-enabled
+  * [Servers] Asura Scans (EN): Update
+  * [Servers] Hunlight Scans (EN): Update
+  * [Servers] Manga Scan (FR): Update
+  * [Servers] Reaper Scans (EN): Update
+  * [Servers] Team-X (AR): Update
+  * [Servers] Komga: Fixed synchronization
+
+-------------------------------------------------------------------

Old:
----
  Komikku-1.52.0.tar.gz

New:
----
  Komikku-1.53.0.tar.gz

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

Other differences:
------------------
++++++ Komikku.spec ++++++
--- /var/tmp/diff_new_pack.Bfo0rO/_old  2024-08-12 12:32:58.619053908 +0200
+++ /var/tmp/diff_new_pack.Bfo0rO/_new  2024-08-12 12:32:58.623054074 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           Komikku
-Version:        1.52.0
+Version:        1.53.0
 Release:        0
 Summary:        A manga reader for GNOME
 License:        GPL-3.0-or-later

++++++ Komikku-1.52.0.tar.gz -> Komikku-1.53.0.tar.gz ++++++
++++ 1759 lines of diff (skipped)

++++++ convert-to-modern-colorthief.patch ++++++
--- /var/tmp/diff_new_pack.Bfo0rO/_old  2024-08-12 12:32:58.987069249 +0200
+++ /var/tmp/diff_new_pack.Bfo0rO/_new  2024-08-12 12:32:58.991069415 +0200
@@ -1,6 +1,6 @@
 diff -rub komikku/komikku/models/database/mangas.py 
komikku-patched/komikku/models/database/mangas.py
---- komikku/komikku/models/database/mangas.py  2024-05-13 00:37:43.000000000 
+0200
-+++ komikku-patched/komikku/models/database/mangas.py  2024-05-18 
23:53:43.326245422 +0200
+--- komikku/komikku/models/database/mangas.py  2024-08-10 02:19:31.000000000 
+0200
++++ komikku-patched/komikku/models/database/mangas.py  2024-08-10 
02:28:05.101447468 +0200
 @@ -11,7 +11,7 @@
  import shutil
  import time
@@ -16,12 +16,12 @@
          colors = []
 -        for index, color in 
enumerate(ColorThief(cover_path).get_palette(color_count=2, quality=1)[:2]):
 +        for index, color in enumerate(get_palette(cover_path)[:2]):
-             colors.append(f'@define-color background_color_{index} 
rgba({color[0]}, {color[1]}, {color[2]}, 1);\n')
+             colors.append(f'@define-color background_color_{index} 
rgba({color[0]}, {color[1]}, {color[2]}, 1);\n')  # noqa: E702, E231
          colors.append('@define-color background_color_2 @window_bg_color;')
  
 diff -rub komikku/requirements.txt komikku-patched/requirements.txt
---- komikku/requirements.txt   2024-05-13 00:37:43.000000000 +0200
-+++ komikku-patched/requirements.txt   2024-05-18 23:50:44.195297399 +0200
+--- komikku/requirements.txt   2024-08-10 02:19:31.000000000 +0200
++++ komikku-patched/requirements.txt   2024-08-10 02:26:36.614847219 +0200
 @@ -1,6 +1,6 @@
  beautifulsoup4
  brotli >= 1.1.0

Reply via email to