GNU bug report logs - #60493
[PATCHES] update python-tweepy to 4.12.1

Previous Next

Package: guix-patches;

Reported by: goodoldpaul <at> autistici.org

Date: Mon, 2 Jan 2023 12:51:02 UTC

Severity: normal

Tags: patch

Done: jgart <jgart <at> dismail.de>

Bug is archived. No further changes may be made.

Full log


Message #20 received at 60493 <at> debbugs.gnu.org (full text, mbox):

From: Giacomo Leidi <goodoldpaul <at> autistici.org>
To: 60493 <at> debbugs.gnu.org
Cc: Giacomo Leidi <goodoldpaul <at> autistici.org>
Subject: [v2 3/3] gnu: Update python-tweepy to 4.12.1.
Date: Wed, 12 Apr 2023 22:52:53 +0200
* gnu/packages/python-web.scm (python-tweepy): Update to 4.12.1.
---
 gnu/packages/python-web.scm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 93bc7a0c0f..3d3662f1f2 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -39,7 +39,7 @@
 ;;; Copyright © 2020 Edouard Klein <edk <at> beaver-labs.com>
 ;;; Copyright © 2020, 2021, 2022, 2023 Vinicius Monego <monego <at> posteo.net>
 ;;; Copyright © 2020 Konrad Hinsen <konrad.hinsen <at> fastmail.net>
-;;; Copyright © 2020, 2022 Giacomo Leidi <goodoldpaul <at> autistici.org>
+;;; Copyright © 2020, 2022, 2023 Giacomo Leidi <goodoldpaul <at> autistici.org>
 ;;; Copyright © 2021 Ekaitz Zarraga <ekaitz <at> elenq.tech>
 ;;; Copyright © 2021 Greg Hogan <code <at> greghogan.com>
 ;;; Copyright © 2021 Maxime Devos <maximedevos <at> telenet.be>
@@ -7814,7 +7814,7 @@ (define-public python-mwparserfromhell
 (define-public python-tweepy
   (package
     (name "python-tweepy")
-    (version "4.4.0")
+    (version "4.12.1")
     (source
      (origin
        (method git-fetch)
@@ -7825,7 +7825,7 @@ (define-public python-tweepy
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0jl3j20iqvzqqw5q5ldval5wrc2pdx94zff3b6b87j51yjx3qjhr"))))
+         "0c2zypsfspbjd1f5rgn2jnj05qxsmxh9gb93ciqf65hmkalgc8cg"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -7835,7 +7835,11 @@ (define-public python-tweepy
              (when tests?
                (invoke "python" "-m" "unittest" "discover" "tests")))))))
     (propagated-inputs
-     (list python-aiohttp python-requests python-requests-oauthlib))
+     (list python-aiohttp
+           python-async-lru
+           python-requests
+           python-requests-oauthlib
+           python-oauthlib))
     (native-inputs
      (list python-vcrpy))
     (home-page "https://www.tweepy.org/")
-- 
2.39.2





This bug report was last modified 123 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.