[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
51/233: gnu: python-pytest-checkdocs: Update to 2.7.1.
From: |
guix-commits |
Subject: |
51/233: gnu: python-pytest-checkdocs: Update to 2.7.1. |
Date: |
Sun, 24 Apr 2022 23:39:41 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 63969e5a707160ab428137fc0ca24d34f1759475
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 5 23:28:44 2022 -0400
gnu: python-pytest-checkdocs: Update to 2.7.1.
* gnu/packages/python-check.scm (python-pytest-checkdocs): Update to 2.7.1.
---
gnu/packages/python-check.scm | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 03895a44c7..564d41c323 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -920,18 +920,21 @@ doctest to render the object representations.")
(define-public python-pytest-checkdocs
(package
(name "python-pytest-checkdocs")
- (version "1.2.5")
+ (version "2.7.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-checkdocs" version))
(sha256
- (base32 "0m4kn7141i6k8qr8ak3lbmk9vim11xsrlnrggcfwczfrglc6jmia"))))
+ (base32 "1bn1wr3yz8avkwacffyh26za7mg20f9pajpakfk4cn7yvmgbhcrb"))))
(build-system python-build-system)
+ (arguments (list #:tests? #f)) ;no tests in pypi archive
(propagated-inputs
- (list python-docutils python-importlib-metadata python-more-itertools))
- (native-inputs
- (list python-setuptools-scm python-pytest))
+ (list python-docutils
+ python-importlib-metadata
+ python-pep517
+ python-pytest))
+ (native-inputs (list python-setuptools-scm))
(home-page "https://github.com/jaraco/pytest-checkdocs")
(synopsis "Check the README when running tests")
(description
- 129/233: gnu: texlive-latex-geometry: Propagate texlive-latex-graphics., (continued)
- 129/233: gnu: texlive-latex-geometry: Propagate texlive-latex-graphics., guix-commits, 2022/04/24
- 132/233: gnu: python-ipython-documentation: Also build info and pdf targets., guix-commits, 2022/04/24
- 137/233: gnu: Add python-openapi-spec-validator., guix-commits, 2022/04/24
- 140/233: gnu: Add python-httpcore-bootstrap., guix-commits, 2022/04/24
- 143/233: gnu: python-uvicorn: Update to 0.17.6., guix-commits, 2022/04/24
- 150/233: gnu: python-falcon: Update to 3.1.0., guix-commits, 2022/04/24
- 156/233: gnu: python-llvmlite: Update to 0.38.0., guix-commits, 2022/04/24
- 26/233: gnu: Add python-mutatormath., guix-commits, 2022/04/24
- 43/233: gnu: Add python-pytest-freezegun., guix-commits, 2022/04/24
- 50/233: gnu: Add python-types-docutils., guix-commits, 2022/04/24
- 51/233: gnu: python-pytest-checkdocs: Update to 2.7.1.,
guix-commits <=
- 42/233: gnu: Add python-types-pytz., guix-commits, 2022/04/24
- 39/233: gnu: Add python-jaraco-functools-bootstrap., guix-commits, 2022/04/24
- 53/233: gnu: Add python-jaraco-context., guix-commits, 2022/04/24
- 55/233: gnu: Add python-pytest-enabler., guix-commits, 2022/04/24
- 65/233: gnu: Add python-ordered-set., guix-commits, 2022/04/24
- 66/233: gnu: Add python-xdoctest., guix-commits, 2022/04/24
- 67/233: gnu: Add python-ubelt., guix-commits, 2022/04/24
- 68/233: gnu: python-setuptools: Update to 62.0.0., guix-commits, 2022/04/24
- 70/233: gnu: python-pytest-shutil: Adjust to use python-path., guix-commits, 2022/04/24
- 73/233: gnu: python-jupyter-packaging: Update to 0.12.0, run test suite., guix-commits, 2022/04/24