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-09-06 17:18:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Komikku (Old) and /work/SRC/openSUSE:Factory/.Komikku.new.10096 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Komikku" Fri Sep 6 17:18:14 2024 rev:22 rq:1198781 version:1.56.0 Changes: -------- --- /work/SRC/openSUSE:Factory/Komikku/Komikku.changes 2024-08-21 23:28:00.122552216 +0200 +++ /work/SRC/openSUSE:Factory/.Komikku.new.10096/Komikku.changes 2024-09-06 17:18:30.075782347 +0200 @@ -1,0 +2,18 @@ +Fri Aug 30 06:06:34 UTC 2024 - Richard Rahl <rra...@opensuse.org> + +- update to 1.56.0: + * [Reader] Fixed display of long strip images + * [Servers] Improved webview CAPTCHAs detection + * [Servers] Improved webview Cloudflare challenges detection + * [Servers] Atikrost (TR): Update + * [Servers] Local: Improved cover generation + * [Servers] Manga Demon (EN): Update + * [Servers] MangaHere (EN): Update + * [Servers] Night scans (EN): Update + * [Servers] Read Comic Online (EN): Update + * [Servers] SushiScan (FR): Update + * [Servers] VF Scan (FR): Update + * [Servers] Xoxocomics (EN): Update + * [L10n] Updated Croatian and Russian translations + +------------------------------------------------------------------- Old: ---- Komikku-1.55.0.tar.gz New: ---- Komikku-1.56.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Komikku.spec ++++++ --- /var/tmp/diff_new_pack.hCRMZt/_old 2024-09-06 17:18:30.799812431 +0200 +++ /var/tmp/diff_new_pack.hCRMZt/_new 2024-09-06 17:18:30.799812431 +0200 @@ -17,7 +17,7 @@ Name: Komikku -Version: 1.55.0 +Version: 1.56.0 Release: 0 Summary: A manga reader for GNOME License: GPL-3.0-or-later ++++++ Komikku-1.55.0.tar.gz -> Komikku-1.56.0.tar.gz ++++++ ++++ 1809 lines of diff (skipped) ++++++ convert-to-modern-colorthief.patch ++++++ --- /var/tmp/diff_new_pack.hCRMZt/_old 2024-09-06 17:18:31.167827721 +0200 +++ /var/tmp/diff_new_pack.hCRMZt/_new 2024-09-06 17:18:31.171827888 +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-08-10 02:19:31.000000000 +0200 -+++ komikku-patched/komikku/models/database/mangas.py 2024-08-10 02:28:05.101447468 +0200 +--- komikku/komikku/models/database/mangas.py 2024-08-30 00:20:12.000000000 +0200 ++++ komikku-patched/komikku/models/database/mangas.py 2024-08-30 08:12:05.056293989 +0200 @@ -11,7 +11,7 @@ import shutil import time @@ -10,18 +10,18 @@ from komikku.models.database import create_db_connection from komikku.models.database import insert_row -@@ -122,7 +122,7 @@ - return fp.read() +@@ -128,7 +128,7 @@ + return None 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]): +- for index, color in enumerate(palette): ++ for index, color in enumerate(get_palette): 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-08-10 02:19:31.000000000 +0200 -+++ komikku-patched/requirements.txt 2024-08-10 02:26:36.614847219 +0200 +--- komikku/requirements.txt 2024-08-30 00:20:12.000000000 +0200 ++++ komikku-patched/requirements.txt 2024-08-30 08:12:22.482940241 +0200 @@ -1,6 +1,6 @@ beautifulsoup4 brotli >= 1.1.0