geminispace.info

gemini search engine
git clone https://git.clttr.info/geminispace.info.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 8038f9de64eede72626d03fb6c1a964dff09f97a
parent b99b541e900cb19ee1e2d295702a162df33115eb
Author: René Wagner <rwa@clttr.info>
Date:   Mon, 16 Oct 2023 19:25:52 +0200

switch back to release version of jetforce

Diffstat:
Mgus/excludes.py | 4+++-
Mlogging.ini | 2+-
Mpyproject.toml | 2+-
3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/gus/excludes.py b/gus/excludes.py @@ -201,7 +201,9 @@ EXCLUDED_URL_PREFIXES = [ # games "gemini://jsreed5.org/live/", "gemini://gemini.thegonz.net/ski", - "gemini://gemini.thegonz.net/gemski" + "gemini://gemini.thegonz.net/gemski", + "gemini://thegonz.net/", + "gemini://gemlog.stargrave.org/" ] EXCLUDED_URL_PATHS = [ diff --git a/logging.ini b/logging.ini @@ -13,7 +13,7 @@ handlers=fileHandler [handler_fileHandler] class=FileHandler -level=WARN +level=INFO formatter=plain args=("crawl.log",) diff --git a/pyproject.toml b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "^3.11" gusmobile = { git = "https://git.sr.ht/~rwa/gusmobile", branch = "main" } whoosh = { git = "https://github.com/mchaput/whoosh", branch = "main" } -jetforce = { git = "https://github.com/michael-lazar/jetforce", branch = "master" } +jetforce = "^0.10.1" jinja2 = "^3.1.2" peewee = "^3.16" feedparser = "^6.0.10"