[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/96: gnu: python-pycares: Update to 4.3.0.
From: |
guix-commits |
Subject: |
31/96: gnu: python-pycares: Update to 4.3.0. |
Date: |
Wed, 19 Apr 2023 21:41:08 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit d0228051b659c02d695b5c351fdae73963a29704
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Apr 17 09:09:44 2023 -0400
gnu: python-pycares: Update to 4.3.0.
* gnu/packages/python-web.scm (python-pycares): Update to 4.3.0.
[propagated-inputs]: New field.
---
gnu/packages/python-web.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 91a045c563..31700a860b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4812,17 +4812,17 @@ supports features like HTTP keep-alive, reget,
throttling and more.")
(define-public python-pycares
(package
(name "python-pycares")
- (version "2.3.0")
+ (version "4.3.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pycares" version))
(sha256
(base32
- "0h4fxw5drrhfyslzmfpljk0qnnpbhhb20hnnndzahhbwylyw1x1n"))))
+ "0i8d0433wmm7wi8i2l2hjiyhmy35b9s888qrk6fqx5xcdmpnjhn5"))))
(build-system python-build-system)
- (arguments
- `(#:tests? #f)) ;tests require internet access
+ (arguments `(#:tests? #f)) ;tests require internet access
+ (propagated-inputs (list python-cffi))
(home-page "https://github.com/saghul/pycares")
(synopsis "Python interface for @code{c-ares}")
(description "@code{pycares} is a Python module which provides an
- 05/96: gnu: python-tomli-w: Use pyproject-build-system., (continued)
- 05/96: gnu: python-tomli-w: Use pyproject-build-system., guix-commits, 2023/04/19
- 02/96: gnu: Add python-trove-classifiers., guix-commits, 2023/04/19
- 14/96: gnu: python-typing-extensions: Move to (gnu packages python-build)., guix-commits, 2023/04/19
- 17/96: gnu: python-hatchling: Move to (gnu packages python-build)., guix-commits, 2023/04/19
- 19/96: gnu: Add python-hatch-vcs., guix-commits, 2023/04/19
- 22/96: gnu: opendht: Fix build., guix-commits, 2023/04/19
- 24/96: gnu: python-packaging: Remove labels., guix-commits, 2023/04/19
- 26/96: gnu: python-isort: Use gexps., guix-commits, 2023/04/19
- 28/96: gnu: python-numpydoc: Update to 1.5.0., guix-commits, 2023/04/19
- 29/96: gnu: python-typing-extensions: Update to 4.5.0., guix-commits, 2023/04/19
- 31/96: gnu: python-pycares: Update to 4.3.0.,
guix-commits <=
- 32/96: gnu: python-aiodns: Update to 3.0.0., guix-commits, 2023/04/19
- 34/96: gnu: python-aiosignal: Update to 1.3.1., guix-commits, 2023/04/19
- 35/96: gnu: python-pyzmq: Disable two tests to fix build., guix-commits, 2023/04/19
- 38/96: gnu: gfeeds: Update to 2.2.0., guix-commits, 2023/04/19
- 39/96: gnu: Add python-hatch-fancy-pypi-readme., guix-commits, 2023/04/19
- 42/96: gnu: python-fonttools-full: Rename to python-fonttools., guix-commits, 2023/04/19
- 45/96: gnu: Add converseen., guix-commits, 2023/04/19
- 50/96: gnu: Add kitsas., guix-commits, 2023/04/19
- 51/96: gnu: usbutils: Make package description different from synopsis., guix-commits, 2023/04/19
- 53/96: gnu: remmina: Update to 1.4.29., guix-commits, 2023/04/19