Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Komikku for openSUSE:Factory checked in at 2026-02-03 21:34:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Komikku (Old) and /work/SRC/openSUSE:Factory/.Komikku.new.1995 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Komikku" Tue Feb 3 21:34:00 2026 rev:59 rq:1330715 version:1.101.0 Changes: -------- --- /work/SRC/openSUSE:Factory/Komikku/Komikku.changes 2026-01-09 17:06:25.827308047 +0100 +++ /work/SRC/openSUSE:Factory/.Komikku.new.1995/Komikku.changes 2026-02-03 21:35:01.141487211 +0100 @@ -1,0 +2,27 @@ +Thu Jan 29 12:34:46 UTC 2026 - Richard Rahl <[email protected]> + +- Update to version 1.101.0: + * [Reader] Webtoon pager: Added missing navigation with Page Up + and Page Down of numpad + * [Servers] Invincible ComicsVF (FR): Disabled + * [Servers] Lovers Toon (pt_BR): Re-enabled + * [Servers] MangaCrab (ES): Update + * [Servers] Manganelo (EN): Update + * [Servers] Phenix Scans (FR): Update + * [Servers] Terco Scans (EN): Disabled + * [L10n] Updated Turkish translation + +------------------------------------------------------------------- +Wed Jan 21 00:12:42 UTC 2026 - Richard Rahl <[email protected]> + +- Update to version 1.100.0: + * [Servers] Added Hijala (AR) + * [Servers] Local: Added EPUB format support + * [Servers] DocTruyen3Q (VI): Update + * [Servers] Mangas Origines (FR): Update + * [L10n] Updated Italian and Portuguese (Brazil) translations +- fix a typo in the patch +- requires python-ebooklib, python-pypdf and python-PyJWT, as a + new feature got implemented to read local files + +------------------------------------------------------------------- Old: ---- Komikku-1.99.0.tar.gz New: ---- Komikku-1.101.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Komikku.spec ++++++ --- /var/tmp/diff_new_pack.SLuVqp/_old 2026-02-03 21:35:02.153529744 +0100 +++ /var/tmp/diff_new_pack.SLuVqp/_new 2026-02-03 21:35:02.157529911 +0100 @@ -18,7 +18,7 @@ %define appid info.febvre.Komikku Name: Komikku -Version: 1.99.0 +Version: 1.101.0 Release: 0 Summary: A manga reader for GNOME # appdata.xml is CC-BY-4.0 @@ -45,12 +45,14 @@ Requires: WebKitGTK-6.0 Requires: python3-Brotli >= 1.1.0 Requires: python3-Pillow >= 10.3.0 +Requires: python3-PyJWT Requires: python3-Unidecode Requires: python3-beautifulsoup4 Requires: python3-cffi Requires: python3-cloudscraper Requires: python3-cryptography Requires: python3-dateparser >= 1.1.6 +Requires: python3-ebooklib Requires: python3-emoji Requires: python3-gobject Requires: python3-keyring >= 21.6.0 @@ -60,6 +62,7 @@ Requires: python3-piexif Requires: python3-pure-protobuf >= 3.0.0 Requires: python3-pycairo +Requires: python3-pypdf Requires: python3-python-magic Requires: python3-pytz Requires: python3-rarfile ++++++ Komikku-1.99.0.tar.gz -> Komikku-1.101.0.tar.gz ++++++ ++++ 6545 lines of diff (skipped) ++++++ convert-to-modern-colorthief.patch ++++++ --- /var/tmp/diff_new_pack.SLuVqp/_old 2026-02-03 21:35:02.945563030 +0100 +++ /var/tmp/diff_new_pack.SLuVqp/_new 2026-02-03 21:35:02.949563198 +0100 @@ -1,12 +1,12 @@ diff -rubN komikku/komikku/models/database/mangas.py komikku-patched/komikku/models/database/mangas.py ---- komikku/komikku/models/database/mangas.py 2026-01-05 01:59:13.000000000 +0100 -+++ komikku-patched/komikku/models/database/mangas.py 2026-01-09 00:34:13.294683759 +0100 +--- komikku/komikku/models/database/mangas.py 2026-01-16 00:20:03.000000000 +0100 ++++ komikku-patched/komikku/models/database/mangas.py 2026-01-21 01:15:21.471552212 +0100 @@ -13,7 +13,7 @@ import shutil import time -from colorthief import ColorThief -+from modern_colorthief import get_pallete ++from modern_colorthief import get_palette from PIL import Image from PIL import ImageFilter from PIL import ImageStat @@ -15,13 +15,13 @@ return data - palette = ColorThief(cover_path).get_palette(color_count=2, quality=1)[:2] -+ palette = get_pallete(cover_path).get_palette(color_count=2, quality=1)[:2] ++ palette = get_palette(cover_path).get_palette(color_count=2, quality=1)[:2] if len(palette) != 2: # Single color image? return None diff -rubN komikku/requirements.txt komikku-patched/requirements.txt ---- komikku/requirements.txt 2026-01-05 01:59:13.000000000 +0100 -+++ komikku-patched/requirements.txt 2026-01-09 00:34:23.916562365 +0100 +--- komikku/requirements.txt 2026-01-16 00:20:03.000000000 +0100 ++++ komikku-patched/requirements.txt 2026-01-21 01:16:00.134027904 +0100 @@ -4,7 +4,7 @@ beautifulsoup4 @@ -29,6 +29,6 @@ -colorthief +modern_colorthief dateparser >= 1.1.6 + ebooklib emoji - keyring >= 21.6.0
