[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/222: gnu: python-typing-extensions: Update to 4.10.0.
From: |
guix-commits |
Subject: |
18/222: gnu: python-typing-extensions: Update to 4.10.0. |
Date: |
Fri, 1 Nov 2024 10:56:15 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 77db1507bd7b58175812c7682fae6a31d81e9e84
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Feb 26 21:23:52 2024 +0100
gnu: python-typing-extensions: Update to 4.10.0.
* gnu/packages/python-build.scm (python-typing-extensions): Update to
4.10.0.
Change-Id: I51c82f40f8093e17e8c6a8f20f1e3eae0917f8ee
---
gnu/packages/python-build.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index f4186c0e44..a62c88e161 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2015, 2024 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015, 2020, 2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
;;; Copyright © 2020, 2023 Marius Bakke <marius@gnu.org>
@@ -222,13 +222,13 @@ PyPI (pypi.org).")
(define-public python-typing-extensions
(package
(name "python-typing-extensions")
- (version "4.9.0")
+ (version "4.10.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "typing_extensions" version))
(sha256
(base32
- "10spkx7xjbxwcsgkqv483c5kn53s042wkrmfr1mdf9vzqf48yir3"))))
+ "1jxkj4pni8pdyrn79sq441lsp40xzw363n0qvfc6zfcgkv4dgaxh"))))
(build-system pyproject-build-system)
;; Disable the test suite to keep the dependencies to a minimum. Also,
;; the test suite requires Python's test module, not available in Guix.
- 11/222: gnu: python-pytest-xdist: Disable failing test., (continued)
- 11/222: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/11/01
- 21/222: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/01
- 38/222: gnu: python-argcomplete: Add missing input., guix-commits, 2024/11/01
- 42/222: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/11/01
- 30/222: gnu: python-traitlets: Update to 5.14.1., guix-commits, 2024/11/01
- 40/222: gnu: java-testng: Disable one test., guix-commits, 2024/11/01
- 48/222: gnu: python-joblib: Add missing inputs., guix-commits, 2024/11/01
- 09/222: guix: toml: Add TOML parser., guix-commits, 2024/11/01
- 05/222: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/11/01
- 15/222: gnu: Add missing import., guix-commits, 2024/11/01
- 18/222: gnu: python-typing-extensions: Update to 4.10.0.,
guix-commits <=
- 14/222: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/11/01
- 28/222: gnu: Add python-pytest-mypy-testing., guix-commits, 2024/11/01
- 45/222: gnu: python-mistletoe: Add missing inputs., guix-commits, 2024/11/01
- 07/222: gnu: criu: Remove temporary workaround., guix-commits, 2024/11/01
- 13/222: doc: Document new options for pyproject-build-system., guix-commits, 2024/11/01
- 19/222: gnu: Add setuptools/wheel to more Python packages., guix-commits, 2024/11/01
- 43/222: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/11/01
- 46/222: gnu: python-mysqlclient: Add missing inputs., guix-commits, 2024/11/01
- 52/222: gnu: python-pyproject-metadata: Disable two tests., guix-commits, 2024/11/01
- 12/222: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/11/01