[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
51/242: gnu: python-pytest-checkdocs: Update to 2.7.1.
From: |
guix-commits |
Subject: |
51/242: gnu: python-pytest-checkdocs: Update to 2.7.1. |
Date: |
Thu, 12 May 2022 14:14:05 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 529318bd22373557c95e74e1ea9c5365c403af19
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 0a6bf423f0..f44ab0ca9a 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -921,18 +921,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
- 216/242: gnu: python-sphinx-copybutton: Update to 0.5.0., (continued)
- 216/242: gnu: python-sphinx-copybutton: Update to 0.5.0., guix-commits, 2022/05/12
- 229/242: gnu: python-pudb: Update to 2022.1.1 and rename from pudb., guix-commits, 2022/05/12
- 209/242: gnu: python-flask-login: Update to 0.6.0., guix-commits, 2022/05/12
- 232/242: gnu: python-matplotlib-documentation: Fix build., guix-commits, 2022/05/12
- 239/242: gnu: Add python-sanic-routing., guix-commits, 2022/05/12
- 08/242: gnu: python-jinja2: Update to 3.1.1., guix-commits, 2022/05/12
- 15/242: gnu: Add texlive-makecmds., guix-commits, 2022/05/12
- 33/242: gnu: Add python-cu2qu., guix-commits, 2022/05/12
- 49/242: gnu: python-mypy: Update to 0.942 and fix search path., guix-commits, 2022/05/12
- 52/242: gnu: Add python-jaraco-classes., guix-commits, 2022/05/12
- 51/242: gnu: python-pytest-checkdocs: Update to 2.7.1.,
guix-commits <=
- 43/242: gnu: Add python-pytest-freezegun., guix-commits, 2022/05/12
- 56/242: gnu: Add python-path., guix-commits, 2022/05/12
- 53/242: gnu: Add python-jaraco-context., guix-commits, 2022/05/12
- 55/242: gnu: Add python-pytest-enabler., guix-commits, 2022/05/12
- 72/242: gnu: Add python-scikit-build., guix-commits, 2022/05/12
- 98/242: gnu: python-greenlet: Update to 1.1.2., guix-commits, 2022/05/12
- 87/242: gnu: Add font-sil-ezra., guix-commits, 2022/05/12
- 105/242: gnu: python-ipykernel: Update to 6.13.0., guix-commits, 2022/05/12
- 89/242: gnu: Add font-gfs-ambrosia., guix-commits, 2022/05/12
- 93/242: gnu: python-black: Update to 22.3.0., guix-commits, 2022/05/12