[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
251/361: gnu: behave: Update to 1.2.7.dev5.
From: |
guix-commits |
Subject: |
251/361: gnu: behave: Update to 1.2.7.dev5. |
Date: |
Fri, 22 Nov 2024 06:00:52 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit e159aa618a115053de2ff6027f6a0ddd6cdcde34
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Nov 6 17:05:27 2024 +0000
gnu: behave: Update to 1.2.7.dev5.
* gnu/packages/check.scm (behave): Update to 1.2.7.dev5.
[native-inputs]: Add python-assertpy, python-pytest-html,
python-setuptools, and python-wheel.
Change-Id: I238fe5aea580ae8e884d085d4dccfe6f4030b030
---
gnu/packages/check.scm | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 21629ec353..6bc1309035 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -3369,7 +3369,7 @@ backported from Python 2.7 for Python 2.4+.")
(name "behave")
;; The 1.2.6 release from 2018 has several problems with newer Python
;; versions, so we package a recent snapshot.
- (version "1.2.7.dev2")
+ (version "1.2.7.dev5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3378,11 +3378,18 @@ backported from Python 2.7 for Python 2.4+.")
(file-name (git-file-name name version))
(sha256
(base32
- "0sv94wagi214h0l91zn8m04f78x5wn83vqxib81hnl1qahvx9hq7"))))
+ "14162pclfvy4wy2az4v9gkgb3v0b338zxrb2ikqcqifckrmk8nhv"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-mock python-nose python-pathpy python-pyhamcrest
- python-pytest))
+ (list python-mock
+ python-nose
+ python-assertpy
+ python-pathpy
+ python-pyhamcrest
+ python-pytest
+ python-pytest-html
+ python-setuptools
+ python-wheel))
(propagated-inputs
(list python-colorama
python-cucumber-tag-expressions
- 226/361: gnu: python-assay: Add missing inputs., (continued)
- 226/361: gnu: python-assay: Add missing inputs., guix-commits, 2024/11/22
- 262/361: gnu: python-pandera: Adjust inputs., guix-commits, 2024/11/22
- 264/361: gnu: hangups: Fix build., guix-commits, 2024/11/22
- 263/361: gnu: python-urwid: Update to 2.6.16., guix-commits, 2024/11/22
- 283/361: gnu: python-mediafile: Update to 0.13.0., guix-commits, 2024/11/22
- 359/361: gnu: python-pytest-mpl: Update to 0.17.0., guix-commits, 2024/11/22
- 122/361: gnu: python-lsp-jsonrpc: Update to 1.1.2., guix-commits, 2024/11/22
- 305/361: gnu: python-pexpect: Update to 4.9.0., guix-commits, 2024/11/22
- 196/361: gnu: python-flake8-isort: Move to pyproject-build-system., guix-commits, 2024/11/22
- 245/361: gnu: nikola: Fix build., guix-commits, 2024/11/22
- 251/361: gnu: behave: Update to 1.2.7.dev5.,
guix-commits <=
- 317/361: gnu: python-curio: Update to 1.6., guix-commits, 2024/11/22
- 320/361: gnu: python-pickleshare: Improve package style., guix-commits, 2024/11/22
- 324/361: gnu: python-tomli: Update to 2.1.0., guix-commits, 2024/11/22
- 330/361: gnu: meson-python: Update to 0.17.1., guix-commits, 2024/11/22
- 337/361: gnu: python-versioneer: Simplify tests., guix-commits, 2024/11/22
- 348/361: gnu: python-itsdangerous: Update to 2.2.0., guix-commits, 2024/11/22
- 353/361: gnu: python-flask-restful: Update to 0.3.10., guix-commits, 2024/11/22