unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Giacomo Leidi via Guix-patches via <guix-patches@gnu.org>
To: 60493@debbugs.gnu.org
Cc: Giacomo Leidi <goodoldpaul@autistici.org>
Subject: [bug#60493] [PATCH 3/3] gnu: Update python-tweepy to 4.12.1.
Date: Mon,  2 Jan 2023 13:52:07 +0100	[thread overview]
Message-ID: <20230102125207.16014-3-goodoldpaul@autistici.org> (raw)
In-Reply-To: <20230102125207.16014-1-goodoldpaul@autistici.org>

* 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 2b8dbfca73..a5896a0f13 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -39,7 +39,7 @@
 ;;; Copyright © 2020 Edouard Klein <edk@beaver-labs.com>
 ;;; Copyright © 2020, 2021, 2022 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2020 Konrad Hinsen <konrad.hinsen@fastmail.net>
-;;; Copyright © 2020, 2022 Giacomo Leidi <goodoldpaul@autistici.org>
+;;; Copyright © 2020, 2022, 2023 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;; Copyright © 2021 Ekaitz Zarraga <ekaitz@elenq.tech>
 ;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
 ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
@@ -7573,7 +7573,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)
@@ -7584,7 +7584,7 @@ (define-public python-tweepy
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0jl3j20iqvzqqw5q5ldval5wrc2pdx94zff3b6b87j51yjx3qjhr"))))
+         "0c2zypsfspbjd1f5rgn2jnj05qxsmxh9gb93ciqf65hmkalgc8cg"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -7594,7 +7594,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.38.1





  parent reply	other threads:[~2023-01-02 12:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-02 12:50 [bug#60493] [PATCHES] update python-tweepy to 4.12.1 goodoldpaul--- via Guix-patches via
2023-01-02 12:52 ` [bug#60493] [PATCH 1/3] gnu: Add python-async-lru Giacomo Leidi via Guix-patches via
2023-01-02 12:52   ` [bug#60493] [PATCH 2/3] gnu: Update python-oauthlib to 3.2.2 Giacomo Leidi via Guix-patches via
2023-01-02 12:52   ` Giacomo Leidi via Guix-patches via [this message]
2023-04-12 20:52 ` [bug#60493] [PATCHES] update python-tweepy to 4.12.1 goodoldpaul--- via Guix-patches via
2023-04-12 20:52 ` [bug#60493] [v2 1/3] gnu: Add python-async-lru Giacomo Leidi via Guix-patches via
2023-04-12 20:52   ` [bug#60493] [v2 2/3] gnu: Update python-oauthlib to 3.2.2 Giacomo Leidi via Guix-patches via
2023-04-12 20:52   ` [bug#60493] [v2 3/3] gnu: Update python-tweepy to 4.12.1 Giacomo Leidi via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230102125207.16014-3-goodoldpaul@autistici.org \
    --to=guix-patches@gnu.org \
    --cc=60493@debbugs.gnu.org \
    --cc=goodoldpaul@autistici.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).