GNU bug report logs -
#60493
[PATCHES] update python-tweepy to 4.12.1
Previous Next
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 #11 received at 60493 <at> debbugs.gnu.org (full text, mbox):
* 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
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.