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 Sep 3 07:18:19 UTC 2025
Modified Files:
pkgsrc/devel/py-behave: Makefile PLIST distinfo
Log Message:
py-behave: updated to 1.3.2
Version: 1.3.2
CHANGED:
* Recursive discovery and import in `steps` directory is now disabled by default.
An expert user can enable this feature again (if he/she knows what he/she is doing).
- REASON: Too many problems w/ Python packages using relative-imports in the `steps` directory.
- BEST PRACTICE: Put a Python package or step-library on the Python search path, but not in the `steps` directory.
DOCUMENTATION:
* RTFD: Enable PDF output format again (for download).
* Improve command-line option descriptions (show: value).
* Use "confval" directive for config-file parameters.
* api: Add "Configuration" class description.
* Include changes from pull 1258
* Fix more deadlinks in docs
DEVELOP:
* behave4cmd0: Update version info to v1.3.1
* behave4cmd0.command_shell: Cleanup of BEHAVE_CMD value usage.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-behave/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-behave/PLIST
cvs rdiff -u -r1.6 -r1.7 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.12 pkgsrc/devel/py-behave/Makefile:1.13
--- pkgsrc/devel/py-behave/Makefile:1.12 Wed Aug 13 04:38:41 2025
+++ pkgsrc/devel/py-behave/Makefile Wed Sep 3 07:18:18 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2025/08/13 04:38:41 adam Exp $
+# $NetBSD: Makefile,v 1.13 2025/09/03 07:18:18 adam Exp $
-DISTNAME= behave-1.3.1
+DISTNAME= behave-1.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/behave/}
Index: pkgsrc/devel/py-behave/PLIST
diff -u pkgsrc/devel/py-behave/PLIST:1.4 pkgsrc/devel/py-behave/PLIST:1.5
--- pkgsrc/devel/py-behave/PLIST:1.4 Mon Aug 4 08:03:38 2025
+++ pkgsrc/devel/py-behave/PLIST Wed Sep 3 07:18:18 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2025/08/04 08:03:38 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/09/03 07:18:18 adam Exp $
bin/behave-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -199,6 +199,9 @@ ${PYSITELIB}/behave/parameter_type.pyo
${PYSITELIB}/behave/parser.py
${PYSITELIB}/behave/parser.pyc
${PYSITELIB}/behave/parser.pyo
+${PYSITELIB}/behave/pathutil.py
+${PYSITELIB}/behave/pathutil.pyc
+${PYSITELIB}/behave/pathutil.pyo
${PYSITELIB}/behave/python_feature.py
${PYSITELIB}/behave/python_feature.pyc
${PYSITELIB}/behave/python_feature.pyo
Index: pkgsrc/devel/py-behave/distinfo
diff -u pkgsrc/devel/py-behave/distinfo:1.6 pkgsrc/devel/py-behave/distinfo:1.7
--- pkgsrc/devel/py-behave/distinfo:1.6 Wed Aug 13 04:38:41 2025
+++ pkgsrc/devel/py-behave/distinfo Wed Sep 3 07:18:18 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2025/08/13 04:38:41 adam Exp $
+$NetBSD: distinfo,v 1.7 2025/09/03 07:18:18 adam Exp $
-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
+BLAKE2s (behave-1.3.2.tar.gz) = 9efda886c364ae9b710cb9fc18238096b1a3e8825260cc34227ba3e8176bfa8f
+SHA512 (behave-1.3.2.tar.gz) = 53c7d194be6ee554283447e89252b6e6593a13bcbcf686a2be4214c1d00dd531abf9fd2a6e54e736512246e37fa33668490e31a5b21d9cd4c037a3830ffb2cae
+Size (behave-1.3.2.tar.gz) = 889462 bytes
Home |
Main Index |
Thread Index |
Old Index