[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
256/420: gnu: python-sphinx-autodoc-typehints: Update to 1.23.0.
From: |
guix-commits |
Subject: |
256/420: gnu: python-sphinx-autodoc-typehints: Update to 1.23.0. |
Date: |
Tue, 26 Nov 2024 16:29:12 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 3813b29276e65c8acb66b210ca52bf82e57ac889
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Nov 6 21:43:28 2024 +0000
gnu: python-sphinx-autodoc-typehints: Update to 1.23.0.
* gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints): Update to
1.23.0.
[native-inputs]: Remove python-setuptools and python-wheel; add
nss-certs-for-test,
python-hatch-vcs, and python-hatchling.
Change-Id: I86c2fceb321614d34ca75efb7d88a6922cda0991
---
gnu/packages/sphinx.scm | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index b2d363fe7a..bdd91dd0fc 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -1144,7 +1144,7 @@ enabled web server.")
(define-public python-sphinx-autodoc-typehints
(package
(name "python-sphinx-autodoc-typehints")
- (version "1.18.3")
+ (version "1.23.0")
(source
(origin
(method git-fetch) ;no tests in pypi archive
@@ -1154,7 +1154,7 @@ enabled web server.")
(file-name (git-file-name name version))
(sha256
(base32
- "049dlay21f4bccig31fkbzq2m8v0h6g63p1cn3dxay9q3h0mzgs0"))))
+ "0z5na9cxqq4xc9ikig1s2fwbwl5pjwm04z9zwidbp2lm6k53xs8b"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -1169,15 +1169,17 @@ enabled web server.")
;; '0.0.0'.
(lambda _
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version))))))
- (propagated-inputs (list python-sphinx))
(native-inputs
- (list python-nptyping
+ (list nss-certs-for-test
+ python-hatch-vcs
+ python-hatchling
+ python-nptyping
python-pytest
- python-setuptools
python-setuptools-scm
python-sphobjinv
- python-typing-extensions
- python-wheel))
+ python-typing-extensions))
+ (propagated-inputs
+ (list python-sphinx))
(home-page "https://pypi.org/project/sphinx-autodoc-typehints/")
(synopsis "Type hints for the Sphinx autodoc extension")
(description "This extension allows you to use Python 3 annotations for
- 208/420: gnu: tuir: Move to pyproject-build-system., (continued)
- 208/420: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/11/26
- 209/420: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/11/26
- 217/420: gnu: python-qemu-qmp: Move to pyproject-build-system., guix-commits, 2024/11/26
- 219/420: gnu: python-notebook: Add python-jupyter-server to native inputs., guix-commits, 2024/11/26
- 220/420: gnu: build-system/pyproject: Add missing native-inputs., guix-commits, 2024/11/26
- 226/420: gnu: python-assay: Add missing inputs., guix-commits, 2024/11/26
- 245/420: gnu: nikola: Fix build., guix-commits, 2024/11/26
- 247/420: gnu: python-jsonschema-3: Fix build., guix-commits, 2024/11/26
- 257/420: gnu: python-defusedxml: Update to 0.7.1., guix-commits, 2024/11/26
- 255/420: gnu: Add python-stdio-mgr., guix-commits, 2024/11/26
- 256/420: gnu: python-sphinx-autodoc-typehints: Update to 1.23.0.,
guix-commits <=
- 258/420: gnu: python-scrapy: Fix build., guix-commits, 2024/11/26
- 265/420: gnu: python-ewah-bool-utils: Update to 1.2.2., guix-commits, 2024/11/26
- 262/420: gnu: python-pandera: Adjust inputs., guix-commits, 2024/11/26
- 277/420: gnu: python-quadpy: Adjust inputs., guix-commits, 2024/11/26
- 280/420: gnu: Remove beets-next., guix-commits, 2024/11/26
- 268/420: gnu: python-yt: Remove relax-requirements phase., guix-commits, 2024/11/26
- 273/420: gnu: python-scikit-fem: Update to 10.0.2., guix-commits, 2024/11/26
- 269/420: gnu: python-pytest-openfiles: Adjust inputs., guix-commits, 2024/11/26
- 275/420: gnu: python-orthopy: Adjust inputs., guix-commits, 2024/11/26
- 278/420: gnu: python-robotframework-requests: Adjust inputs., guix-commits, 2024/11/26