pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-behave



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Aug 13 04:38:42 UTC 2025

Modified Files:
        pkgsrc/devel/py-behave: Makefile distinfo

Log Message:
py-behave: updated to 1.3.1

Version: 1.3.1 (2025-08-11, branch=release/v1.3.x)

FIXED:

* issue 1255: ImportError: cannot import name 'asynccontextmanager' not found in python 3.6 (submitted by: rzuckerm)
* issue 1239: AmbiguousStep error on step import with "re" step-matcher (submitted by: VolodymyrDan00)

DOCUMENTATION:

* Appendix: Add section with description of "Runners" extension point.
* Appendix: Add section with "Cucumber-Expressions".
* pull  1256: docs: userdata (provided by: Therdel, fixes: 1234)
* issue 1234: userdata_defines configuration file parameter is not up to date (submitted by: vvavrychuk)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-behave/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-behave/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-behave/Makefile
diff -u pkgsrc/devel/py-behave/Makefile:1.11 pkgsrc/devel/py-behave/Makefile:1.12
--- pkgsrc/devel/py-behave/Makefile:1.11        Mon Aug  4 08:03:38 2025
+++ pkgsrc/devel/py-behave/Makefile     Wed Aug 13 04:38:41 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2025/08/04 08:03:38 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2025/08/13 04:38:41 adam Exp $
 
-DISTNAME=      behave-1.3.0
+DISTNAME=      behave-1.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/behave/}
@@ -11,12 +11,12 @@ COMMENT=    Behaviour-driven development
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
-DEPENDS+=      ${PYPKGPREFIX}-parse>=1.18.0:../../textproc/py-parse
-DEPENDS+=      ${PYPKGPREFIX}-parse_type>=0.6.0:../../textproc/py-parse_type
+DEPENDS+=      ${PYPKGPREFIX}-colorama>=0.3.7:../../comms/py-colorama
 DEPENDS+=      ${PYPKGPREFIX}-cucumber-expressions>=17.1.0:../../devel/py-cucumber-expressions
 DEPENDS+=      ${PYPKGPREFIX}-cucumber-tag-expressions>=4.1.0:../../devel/py-cucumber-tag-expressions
+DEPENDS+=      ${PYPKGPREFIX}-parse>=1.18.0:../../textproc/py-parse
+DEPENDS+=      ${PYPKGPREFIX}-parse_type>=0.6.0:../../textproc/py-parse_type
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
-DEPENDS+=      ${PYPKGPREFIX}-colorama>=0.3.7:../../comms/py-colorama
 TEST_DEPENDS+= ${PYPKGPREFIX}-assertpy>=0:../../devel/py-assertpy
 TEST_DEPENDS+= ${PYPKGPREFIX}-chardet>=0:../../converters/py-chardet
 TEST_DEPENDS+= ${PYPKGPREFIX}-hamcrest>=1.8:../../devel/py-hamcrest
@@ -25,6 +25,11 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-test-html>
 
 USE_LANGUAGES= # none
 
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 311
+DEPENDS+=      ${PYPKGPREFIX}-tomli>=1.1.0:../../textproc/py-tomli
+.endif
+
 # as of 1.3.0
 # 1846 passed, 10 skipped, 2 xfailed
 

Index: pkgsrc/devel/py-behave/distinfo
diff -u pkgsrc/devel/py-behave/distinfo:1.5 pkgsrc/devel/py-behave/distinfo:1.6
--- pkgsrc/devel/py-behave/distinfo:1.5 Mon Aug  4 08:03:38 2025
+++ pkgsrc/devel/py-behave/distinfo     Wed Aug 13 04:38:41 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/08/04 08:03:38 wiz Exp $
+$NetBSD: distinfo,v 1.6 2025/08/13 04:38:41 adam Exp $
 
-BLAKE2s (behave-1.3.0.tar.gz) = 4f21c6c6f592ebb7d9c43317d5375b5af335c8cb35d25a292cc0757a96e6263c
-SHA512 (behave-1.3.0.tar.gz) = b786fac469f1f2f9e91dcdb6b2b44f1ab6f94092c255fa283ea4cd49e013673a7bcdd3c8eb1cb4ac437a23a16698875802fa82b475c083de6c5c93492e4ad383
-Size (behave-1.3.0.tar.gz) = 880792 bytes
+BLAKE2s (behave-1.3.1.tar.gz) = 3cf9b6f25d845c2104c8b4b11ddf87ea8903f62a443d16eada80c482d1776500
+SHA512 (behave-1.3.1.tar.gz) = a04d4c606bd90a8565403e62d4735a8cfbbf7d89fca8d5f0c5ea922a5aefeeca8618604906eb589d482ff333a2ff41830651ec872ca8a08434804aae8908dbc0
+Size (behave-1.3.1.tar.gz) = 887256 bytes



Home | Main Index | Thread Index | Old Index