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

To reply to this bug, email your comments to 60493 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#60493; Package guix-patches. (Mon, 02 Jan 2023 12:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to goodoldpaul <at> autistici.org:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 02 Jan 2023 12:51:02 GMT) Full text and rfc822 format available.

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

From: goodoldpaul <at> autistici.org
To: guix-patches <at> gnu.org
Subject: [PATCHES] update python-tweepy to 4.12.1
Date: Mon, 02 Jan 2023 12:50:44 +0000
Dear Guixers,
I'm sending a patchset updating python-tweepy to 4.12.1.

Thank you for your time and efforts,

giacomo




Information forwarded to guix-patches <at> gnu.org:
bug#60493; Package guix-patches. (Mon, 02 Jan 2023 12:53:02 GMT) Full text and rfc822 format available.

Message #8 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: [PATCH 2/3] gnu: Update python-oauthlib to 3.2.2.
Date: Mon,  2 Jan 2023 13:52:06 +0100
* gnu/packages/python-web.scm (python-oauthlib): Update to 3.2.2.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 25136c8448..2b8dbfca73 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3217,13 +3217,13 @@ (define-public oauth2ms
 (define-public python-oauthlib
   (package
     (name "python-oauthlib")
-    (version "3.1.0")
+    (version "3.2.2")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "oauthlib" version))
               (sha256
                (base32
-                "12gqnabwck30gdlpwm6af3s28qm9p2yc7b1w8s4fk9ncbz1irr5y"))))
+                "066r7mimlpb5q1fr2f1z59l4jc89kv4h2kgkcifyqav6544w8ncq"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#60493; Package guix-patches. (Mon, 02 Jan 2023 12:53:02 GMT) Full text and rfc822 format available.

Message #11 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: [PATCH 1/3] gnu: Add python-async-lru.
Date: Mon,  2 Jan 2023 13:52:05 +0100
* gnu/packages/python-xyz.scm (python-async-lru): New variable.
---
 gnu/packages/python-xyz.scm | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3bdd1e00d6..10898be92d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -63,7 +63,7 @@
 ;;; Copyright © 2019, 2020 Alex Griffin <a <at> ajgrf.com>
 ;;; Copyright © 2019, 2020, 2021, 2022 Pierre Langlois <pierre.langlois <at> gmx.com>
 ;;; Copyright © 2019 Jacob MacDonald <jaccarmac <at> gmail.com>
-;;; Copyright © 2019, 2020, 2021 Giacomo Leidi <goodoldpaul <at> autistici.org>
+;;; Copyright © 2019-2021, 2023 Giacomo Leidi <goodoldpaul <at> autistici.org>
 ;;; Copyright © 2019 Wiktor Żelazny <wzelazny <at> vurv.cz>
 ;;; Copyright © 2019, 2020, 2021, 2022 Tanguy Le Carrour <tanguy <at> bioneland.org>
 ;;; Copyright © 2019, 2021, 2022 Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
@@ -22728,6 +22728,23 @@ (define-public python-async-timeout
 manager compatible with @code{asyncio}.")
     (license license:asl2.0)))
 
+(define-public python-async-lru
+  (package
+    (name "python-async-lru")
+    (version "1.0.3")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "async-lru" version))
+              (sha256
+               (base32
+                "0ankphghvzdgfwv64wvdb47gjnvi1ys58wbi7v7yc57b2llrpjy2"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/aio-libs/async_lru")
+    (synopsis "Simple lru_cache for asyncio")
+    (description "This package provides a simple @code{lru_cache} for Python's
+asyncio.")
+    (license license:expat)))
+
 (define-public python-glob2
   (package
     (name "python-glob2")

base-commit: d7a9d72bb02a2a3b1a99183655bf878547116032
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#60493; Package guix-patches. (Mon, 02 Jan 2023 12:53:03 GMT) Full text and rfc822 format available.

Message #14 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: [PATCH 3/3] gnu: Update python-tweepy to 4.12.1.
Date: Mon,  2 Jan 2023 13:52:07 +0100
* 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 <at> beaver-labs.com>
 ;;; Copyright © 2020, 2021, 2022 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>
@@ -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





Information forwarded to guix-patches <at> gnu.org:
bug#60493; Package guix-patches. (Wed, 12 Apr 2023 20:53:01 GMT) Full text and rfc822 format available.

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

From: goodoldpaul <at> autistici.org
To: 60493 <at> debbugs.gnu.org, jgart <at> dismail.de, lars <at> 6xq.net
Subject: Re: [PATCHES] update python-tweepy to 4.12.1
Date: Wed, 12 Apr 2023 20:52:22 +0000
Dear Guixers,

this is a friendly ping :) I'm sending an updated patchset

Thank you for your time and efforts,

Giacomo




Information forwarded to lars <at> 6xq.net, guix-patches <at> gnu.org:
bug#60493; Package guix-patches. (Wed, 12 Apr 2023 20:54:02 GMT) Full text and rfc822 format available.

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





Information forwarded to lars <at> 6xq.net, guix-patches <at> gnu.org:
bug#60493; Package guix-patches. (Wed, 12 Apr 2023 20:54:02 GMT) Full text and rfc822 format available.

Message #23 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 2/3] gnu: Update python-oauthlib to 3.2.2.
Date: Wed, 12 Apr 2023 22:52:52 +0200
* gnu/packages/python-web.scm (python-oauthlib): Update to 3.2.2.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 495e13acfe..93bc7a0c0f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3320,13 +3320,13 @@ (define-public oauth2ms
 (define-public python-oauthlib
   (package
     (name "python-oauthlib")
-    (version "3.1.0")
+    (version "3.2.2")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "oauthlib" version))
               (sha256
                (base32
-                "12gqnabwck30gdlpwm6af3s28qm9p2yc7b1w8s4fk9ncbz1irr5y"))))
+                "066r7mimlpb5q1fr2f1z59l4jc89kv4h2kgkcifyqav6544w8ncq"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases
-- 
2.39.2





Information forwarded to lars <at> 6xq.net, guix-patches <at> gnu.org:
bug#60493; Package guix-patches. (Wed, 12 Apr 2023 20:54:02 GMT) Full text and rfc822 format available.

Message #26 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 1/3] gnu: Add python-async-lru.
Date: Wed, 12 Apr 2023 22:52:51 +0200
* gnu/packages/python-xyz.scm (python-async-lru): New variable.
---
 gnu/packages/python-xyz.scm | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 06eae3d62d..1f9fdb79c6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -63,7 +63,7 @@
 ;;; Copyright © 2019, 2020 Alex Griffin <a <at> ajgrf.com>
 ;;; Copyright © 2019, 2020, 2021, 2022 Pierre Langlois <pierre.langlois <at> gmx.com>
 ;;; Copyright © 2019 Jacob MacDonald <jaccarmac <at> gmail.com>
-;;; Copyright © 2019, 2020, 2021 Giacomo Leidi <goodoldpaul <at> autistici.org>
+;;; Copyright © 2019-2021, 2023 Giacomo Leidi <goodoldpaul <at> autistici.org>
 ;;; Copyright © 2019 Wiktor Żelazny <wzelazny <at> vurv.cz>
 ;;; Copyright © 2019, 2020, 2021, 2022 Tanguy Le Carrour <tanguy <at> bioneland.org>
 ;;; Copyright © 2019, 2021, 2022 Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
@@ -23082,6 +23082,23 @@ (define-public python-async-timeout
 manager compatible with @code{asyncio}.")
     (license license:asl2.0)))
 
+(define-public python-async-lru
+  (package
+    (name "python-async-lru")
+    (version "1.0.3")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "async-lru" version))
+              (sha256
+               (base32
+                "0ankphghvzdgfwv64wvdb47gjnvi1ys58wbi7v7yc57b2llrpjy2"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/aio-libs/async_lru")
+    (synopsis "Simple lru_cache for asyncio")
+    (description "This package provides a simple @code{lru_cache} for Python's
+asyncio.")
+    (license license:expat)))
+
 (define-public python-glob2
   (package
     (name "python-glob2")

base-commit: dd3e5e71104a2bcbad80e52e062a144ea96b8c6a
-- 
2.39.2





This bug report was last modified 1 year and 15 days ago.

Previous Next


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