unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66881] [PATCH] gnu: whoogle-search: Update to 0.8.3.
@ 2023-11-01 12:00 Spencer Skylar Chan
  2023-11-15 17:24 ` bug#66881: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Spencer Skylar Chan @ 2023-11-01 12:00 UTC (permalink / raw)
  To: 66881

[-- Attachment #1: Type: text/plain, Size: 114 bytes --]

Updated using guix refresh, which is why the propagated inputs shrunk
so much. Otherwise seems to work correctly.

[-- Attachment #2: 0001-gnu-whoogle-search-Update-to-0.8.3.patch --]
[-- Type: text/x-patch, Size: 3018 bytes --]

From 6b06706ab479426621eeaf32e95ceb5e8c48b304 Mon Sep 17 00:00:00 2001
From: Skylar Chan <schan12@umd.edu>
Date: Tue, 31 Oct 2023 20:39:51 -0400
Subject: [PATCH] gnu: whoogle-search: Update to 0.8.3.

* gnu/packages/python-web.scm (whoogle-search): Update to 0.8.3.
[propagated-inputs]: Remove python-attrs, python-cachelib, python-certifi, python-cffi,
python-chardet, python-click, python-flask-session, python-idna,
python-itsdangerous, python-jinja2, python-markupsafe,
python-more-itertools, python-packaging, python-pluggy, python-py,
python-pycodestyle, python-pycparser, python-pyopenssl,
python-pyparsing, python-pysocks, python-dateutil, python-soupsieve,
python-urllib3, python-wcwidth, and python-werkzeug.

Change-Id: Ie665b548cdd996fa74e70313b02b9b5c2a0d75d2
---
 gnu/packages/python-web.scm | 35 +++++------------------------------
 1 file changed, 5 insertions(+), 30 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 8d5af5bd46..9d8f3c156f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5204,54 +5204,29 @@ (define-public python-google-auth-oauthlib
 (define-public whoogle-search
   (package
     (name "whoogle-search")
-    (version "0.8.2")
+    (version "0.8.3")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "whoogle-search" version))
               (sha256
                (base32
-                "1r6ymainwc3b8aar90b74mpnx3rsfscgzh0llwvsb03fbhiypw5g"))))
+                "09b9k97jflajvrs0npyz994rj8xkk400s98jw63b6vpsgw9q9nk4"))))
     (build-system pyproject-build-system)
     (arguments
      (list
       ;; The tests need network access
       #:tests? #f))
     (propagated-inputs
-     (list python-attrs
-           python-beautifulsoup4
-           python-cachelib
-           python-certifi
-           python-cffi
+     (list python-beautifulsoup4
            python-brotli
-           python-chardet
-           python-click
            python-cryptography
            python-cssutils
            python-defusedxml
            python-flask
-           python-flask-session
-           python-idna
-           python-itsdangerous
-           python-jinja2
-           python-markupsafe
-           python-more-itertools
-           python-packaging
-           python-pluggy
-           python-py
-           python-pycodestyle
-           python-pycparser
-           python-pyopenssl
-           python-pyparsing
-           python-pysocks
-           python-dateutil
+           python-dotenv
            python-requests
-           python-soupsieve
            python-stem
-           python-urllib3
-           python-waitress
-           python-wcwidth
-           python-werkzeug
-           python-dotenv))
+           python-waitress))
     (home-page "https://github.com/benbusby/whoogle-search")
     (synopsis "Self-hosted, ad-free, privacy-respecting metasearch engine")
     (description

base-commit: a0a377fdd6c873aeb6340afeddcd23b4ead7657d
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66881: [PATCH] gnu: whoogle-search: Update to 0.8.3.
  2023-11-01 12:00 [bug#66881] [PATCH] gnu: whoogle-search: Update to 0.8.3 Spencer Skylar Chan
@ 2023-11-15 17:24 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-11-15 17:24 UTC (permalink / raw)
  To: Spencer Skylar Chan; +Cc: 66881-done

Hi,

Spencer Skylar Chan <schan12@umd.edu> skribis:

> Updated using guix refresh, which is why the propagated inputs shrunk
> so much. Otherwise seems to work correctly.
>
> From 6b06706ab479426621eeaf32e95ceb5e8c48b304 Mon Sep 17 00:00:00 2001
> From: Skylar Chan <schan12@umd.edu>
> Date: Tue, 31 Oct 2023 20:39:51 -0400
> Subject: [PATCH] gnu: whoogle-search: Update to 0.8.3.
>
> * gnu/packages/python-web.scm (whoogle-search): Update to 0.8.3.
> [propagated-inputs]: Remove python-attrs, python-cachelib, python-certifi, python-cffi,
> python-chardet, python-click, python-flask-session, python-idna,
> python-itsdangerous, python-jinja2, python-markupsafe,
> python-more-itertools, python-packaging, python-pluggy, python-py,
> python-pycodestyle, python-pycparser, python-pyopenssl,
> python-pyparsing, python-pysocks, python-dateutil, python-soupsieve,
> python-urllib3, python-wcwidth, and python-werkzeug.
>
> Change-Id: Ie665b548cdd996fa74e70313b02b9b5c2a0d75d2

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-15 17:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-01 12:00 [bug#66881] [PATCH] gnu: whoogle-search: Update to 0.8.3 Spencer Skylar Chan
2023-11-15 17:24 ` bug#66881: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).