all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55374] [PATCH] gnu: python-tldextract: Update to 3.3.0.
@ 2022-05-11 18:36 Felix Gruber
  2022-05-18 15:05 ` bug#55374: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2022-05-11 18:36 UTC (permalink / raw)
  To: 55374; +Cc: Felix Gruber

* gnu/packages/python-xyz.scm (python-tldextract): Update to 3.3.0.
[propagated-inputs]: Add python-filelock.
[native-inputs]: Add python-setuptools-scm.
---
 gnu/packages/python-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 659538d193..041d66559b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22723,19 +22723,19 @@ identifying what the file is.")
 (define-public python-tldextract
   (package
     (name "python-tldextract")
-    (version "2.2.0")
+    (version "3.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "tldextract" version))
        (sha256
         (base32
-         "1d5s8v6kpsgazyahflhji1cfdcf89rv7l7z55v774bhzvcjp2y99"))))
+         "1wac4yvcpgqjvls770mfx165amvy7gr00nnd2w24bqqwyamj9kdd"))))
     (build-system python-build-system)
     (native-inputs
-     (list python-pytest python-responses))
+     (list python-pytest python-responses python-setuptools-scm))
     (propagated-inputs
-     (list python-idna python-requests python-requests-file))
+     (list python-filelock python-idna python-requests python-requests-file))
     (home-page
      "https://github.com/john-kurkowski/tldextract")
     (synopsis
-- 
2.30.2





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

* bug#55374: [PATCH] gnu: python-tldextract: Update to 3.3.0.
  2022-05-11 18:36 [bug#55374] [PATCH] gnu: python-tldextract: Update to 3.3.0 Felix Gruber
@ 2022-05-18 15:05 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2022-05-18 15:05 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 55374-done

Hi,

Felix Gruber <felgru@posteo.net> writes:

> * gnu/packages/python-xyz.scm (python-tldextract): Update to 3.3.0.
> [propagated-inputs]: Add python-filelock.
> [native-inputs]: Add python-setuptools-scm.

Applied, thanks!

Maxim




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

end of thread, other threads:[~2022-05-18 15:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-11 18:36 [bug#55374] [PATCH] gnu: python-tldextract: Update to 3.3.0 Felix Gruber
2022-05-18 15:05 ` bug#55374: " Maxim Cournoyer

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.