From e72bf80e39b9a70e5c92166203b81b7aa9ca7213 Mon Sep 17 00:00:00 2001 From: Osmo Salomaa Date: Tue, 28 May 2024 23:19:12 +0300 Subject: [PATCH] Update documentation files --- NEWS.md | 7 +++++++ README.aeidon.md | 8 ++++---- README.md | 6 +++--- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/NEWS.md b/NEWS.md index 62133b52..fa944e49 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +PENDING: Gaupol 1.15 +==================== + +* Drop dependency on chardet +* Add dependency on charset-normalizer +* Raise Python dependency to >= 3.5 + 2024-04-02: Gaupol 1.14.1 ========================= diff --git a/README.aeidon.md b/README.aeidon.md index 11f3760c..c2da4a97 100644 --- a/README.aeidon.md +++ b/README.aeidon.md @@ -33,10 +33,10 @@ Note that the `--with-*` and `--without-*` are global options and must be placed before any commands. Of the dependencies listed in the [`README.md`](README.md) file, -iso-codes and chardet are to be associated with aeidon. If aeidon is -installed using the `--without-iso-codes` switch, then iso-codes is -required instead of optional. gaupol should depend on the remaining -dependencies as well as aeidon of the same version. +iso-codes and charset-normalizer are to be associated with aeidon. If +aeidon is installed using the `--without-iso-codes` switch, then +iso-codes is required instead of optional. gaupol should depend on the +remaining dependencies as well as aeidon of the same version. ## History diff --git a/README.md b/README.md index c2780cce..248d1f75 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ and gettext to build the Flatpak. #### Source -Gaupol requires Python ≥ 3.4, PyGObject ≥ 3.12 and GTK ≥ 3.12. +Gaupol requires Python ≥ 3.5, PyGObject ≥ 3.12 and GTK ≥ 3.12. Additionally, during installation you need gettext. Optional, but strongly recommended dependencies include: @@ -48,7 +48,7 @@ strongly recommended dependencies include: | [GStreamer](https://gstreamer.freedesktop.org/) | ≥ 1.6 | integrated video player | | [gspell](https://wiki.gnome.org/Projects/gspell) | ≥ 1.0.0 | spell-check | | [iso-codes](https://salsa.debian.org/iso-codes-team/iso-codes) | ≥ 3.67 | translations | -| [chardet](https://github.com/chardet/chardet) | ≥ 2.2.1 | character encoding auto-detection | +| [charset-normalizer](https://github.com/jawah/charset_normalizer) | | character encoding auto-detection | From GStreamer you need at least the core, gst-plugins-base, gst-plugins-good and gst-plugins-bad; and for good container and codec @@ -69,7 +69,7 @@ command. gstreamer1.0-plugins-ugly \ iso-codes \ python3 \ - python3-chardet \ + python3-charset-normalizer \ python3-dev \ python3-gi \ python3-gi-cairo