[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/361: gnu: python-typing-extensions: Update to 4.10.0.
From: |
guix-commits |
Subject: |
18/361: gnu: python-typing-extensions: Update to 4.10.0. |
Date: |
Thu, 21 Nov 2024 06:28:39 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 824afbd527bac35e4a554b7d3fe6b7d88926f86c
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.
- branch python-team created (now 03305c465d), guix-commits, 2024/11/21
- 04/361: gnu: python-sphinx: Update to 5.3.0., guix-commits, 2024/11/21
- 01/361: gnu: python-pygments: Update to 2.15.1., guix-commits, 2024/11/21
- 03/361: gnu: python-sphinx-alabaster-theme: Update to 0.7.13., guix-commits, 2024/11/21
- 05/361: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/11/21
- 15/361: gnu: Add missing import., guix-commits, 2024/11/21
- 12/361: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/11/21
- 19/361: gnu: Add setuptools/wheel to more Python packages., guix-commits, 2024/11/21
- 18/361: gnu: python-typing-extensions: Update to 4.10.0.,
guix-commits <=
- 02/361: gnu: python-imagesize: Update to 1.4.1., guix-commits, 2024/11/21
- 06/361: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/11/21
- 09/361: guix: toml: Add TOML parser., guix-commits, 2024/11/21
- 16/361: gnu: Add missing import (again)., guix-commits, 2024/11/21
- 21/361: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/21
- 22/361: gnu: python-mdit-py-plugins: Update to 0.4.0., guix-commits, 2024/11/21
- 24/361: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/11/21
- 25/361: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/11/21
- 35/361: gnu: python-packaging-bootstrap: Update to 23.2., guix-commits, 2024/11/21
- 40/361: gnu: java-testng: Disable one test., guix-commits, 2024/11/21