[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
390/474: gnu: python-tenacity: Update to 9.0.0.
From: |
guix-commits |
Subject: |
390/474: gnu: python-tenacity: Update to 9.0.0. |
Date: |
Sat, 30 Nov 2024 18:21:01 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit dc0fe6643af1aee54f22e639de5c82ca70ed8250
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Nov 23 13:34:00 2024 +0000
gnu: python-tenacity: Update to 9.0.0.
* gnu/packages/python-xyz.scm (python-tenacity): Update to 9.0.0.
Adjust indentation and fill column.
Change-Id: I64e0aeb95b5b35d9c68649f8228cc36cd5d89179
---
gnu/packages/python-xyz.scm | 27 ++++++++++++++++-----------
1 file changed, 16 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2e6dc26fa0..27c3f3cf7d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2187,21 +2187,26 @@ threads.")
(define-public python-tenacity
(package
(name "python-tenacity")
- (version "8.0.1")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "tenacity" version))
- (sha256
- (base32
- "0bwkvjpjfyi9dgszzad9aww2vc00w3bczjnbifi92cp7wch2l923"))))
+ (version "9.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "tenacity" version))
+ (sha256
+ (base32 "0fyp421r038naskvyhj90hkq0az96477njad4rhs6annjz53fzw0"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-setuptools-scm python-tornado-6 python-typeguard
- python-pytest python-setuptools python-wheel))
+ (list python-pytest
+ python-setuptools
+ python-setuptools-scm
+ python-tornado-6
+ python-typeguard
+ python-wheel))
(home-page "https://github.com/jd/tenacity")
(synopsis "Retrying library for python")
- (description "Tenacity is a general-purpose python library to simplify the
-task of adding retry behavior to just about anything.")
+ (description
+ "Tenacity is a general-purpose python library to simplify the task of
+adding retry behavior to just about anything.")
(license license:asl2.0)))
(define-public python-pytelegrambotapi
- 347/474: gnu: python-itsdangerous: Update to 2.2.0., (continued)
- 347/474: gnu: python-itsdangerous: Update to 2.2.0., guix-commits, 2024/11/30
- 355/474: gnu: python-apispec-webframeworks: Update to 1.2.0., guix-commits, 2024/11/30
- 362/474: gnu: python-tinycss2: Update to 1.4.0., guix-commits, 2024/11/30
- 366/474: gnu: python-pytest-doctestplus: Update to 1.2.1., guix-commits, 2024/11/30
- 377/474: gnu: python-jupyter-core: Fix tests., guix-commits, 2024/11/30
- 385/474: gnu: python-trio: Update to 0.27.0., guix-commits, 2024/11/30
- 386/474: gnu: python-pytest-trio: Update to 0.8.0., guix-commits, 2024/11/30
- 391/474: gnu: python-pytest-mypy-plugins: Update to 3.1.2., guix-commits, 2024/11/30
- 392/474: gnu: python-loguru: Update to 0.7.2., guix-commits, 2024/11/30
- 389/474: gnu: python-tornado-6: Update to 6.4.2., guix-commits, 2024/11/30
- 390/474: gnu: python-tenacity: Update to 9.0.0.,
guix-commits <=
- 395/474: gnu: python-ecdsa: Update to 0.19.0., guix-commits, 2024/11/30
- 402/474: gnu: python-aiofiles: Fix indentation., guix-commits, 2024/11/30
- 400/474: gnu: python-redis: Fix build., guix-commits, 2024/11/30
- 404/474: gnu: python-anyio: Update to 4.6.2., guix-commits, 2024/11/30
- 406/474: gnu: python-a2wsgi: Update to 1.10.7., guix-commits, 2024/11/30
- 408/474: gnu: python-starlette: Update to 0.41.3., guix-commits, 2024/11/30
- 410/474: gnu: python-betamax: Update to 0.9.0., guix-commits, 2024/11/30
- 409/474: gnu: Add python-installer., guix-commits, 2024/11/30
- 418/474: gnu: python-slotscheck: Update to 0.19.0., guix-commits, 2024/11/30
- 419/474: gnu: python-quart: Update to 0.19.9., guix-commits, 2024/11/30