[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
347/361: gnu: python-blinker: Update to 1.9.0.
From: |
guix-commits |
Subject: |
347/361: gnu: python-blinker: Update to 1.9.0. |
Date: |
Thu, 21 Nov 2024 06:29:48 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 44e3edeafa74e6de26b39cb2f201e7cd7d46a559
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 17 20:10:51 2024 +0000
gnu: python-blinker: Update to 1.9.0.
* gnu/packages/python-xyz.scm (python-blinker): Update to 1.9.0.
[build-system]: Swapt to pyproject-build-system.
[native-inputs]: Add python-flit-core, python-pytest, and
python-pytest-asyncio.
Change-Id: I0fe81403b9cd08ad9eabe11926f2817304a36ec5
---
gnu/packages/python-xyz.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6da680bdf4..7c331ac528 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8635,15 +8635,19 @@ enable formatting of partial files.")
(define-public python-blinker
(package
(name "python-blinker")
- (version "1.4")
+ (version "1.9.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "blinker" version))
(sha256
(base32
- "1dpq0vb01p36jjwbhhd08ylvrnyvcc82yxx3mwjx6awrycjyw6j7"))))
- (build-system python-build-system)
+ "1gs5aigi8v8k4cymm06gdgaylv5yps6yk5n8gigf9v5blxjj5kml"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-flit-core
+ python-pytest
+ python-pytest-asyncio))
(home-page "https://pythonhosted.org/blinker/")
(synopsis "Fast, simple object-to-object and broadcast signaling")
(description
- 302/361: gnu: Remove python-pluggy-next., (continued)
- 302/361: gnu: Remove python-pluggy-next., guix-commits, 2024/11/21
- 304/361: gnu: python-pexpect: Improve package style., guix-commits, 2024/11/21
- 312/361: gnu: python-pytest-cov: Update to 6.0.0., guix-commits, 2024/11/21
- 299/361: gnu: python-pytest: Update to 8.3.3., guix-commits, 2024/11/21
- 308/361: gnu: python-pytest-mock: Update to 3.14.0., guix-commits, 2024/11/21
- 313/361: gnu: python-pytest-xprocess: Update to 1.0.2., guix-commits, 2024/11/21
- 311/361: gnu: python-coverage: Update to 7.6.7., guix-commits, 2024/11/21
- 315/361: gnu: python-cffi: Update to 1.17.1., guix-commits, 2024/11/21
- 314/361: gnu: python-openpyxl: Update to 3.1.5., guix-commits, 2024/11/21
- 331/361: gnu: python-attrs: Update to 24.2.0., guix-commits, 2024/11/21
- 347/361: gnu: python-blinker: Update to 1.9.0.,
guix-commits <=
- 342/361: gnu: python-matplotlib: Disable more failing tests., guix-commits, 2024/11/21
- 346/361: gnu: python-cloudpickle: Update to 3.1.0., guix-commits, 2024/11/21
- 350/361: gnu: python-graphviz: Update to 0.20.3., guix-commits, 2024/11/21
- 352/361: gnu: python-apispec: Update to 6.7.1., guix-commits, 2024/11/21
- 353/361: gnu: python-flask-restful: Update to 0.3.10., guix-commits, 2024/11/21
- 355/361: gnu: Remove python-flask-jwt., guix-commits, 2024/11/21
- 357/361: gnu: python-httpbin: Update to 0.10.2., guix-commits, 2024/11/21
- 360/361: gnu: python-dirty-equals: Update to 0.8.0., guix-commits, 2024/11/21
- 89/361: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/11/21
- 54/361: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/21