head	1.4;
access;
symbols
	pkgsrc-2026Q1:1.4.0.8
	pkgsrc-2026Q1-base:1.4
	pkgsrc-2025Q4:1.4.0.6
	pkgsrc-2025Q4-base:1.4
	pkgsrc-2025Q3:1.4.0.4
	pkgsrc-2025Q3-base:1.4
	pkgsrc-2025Q2:1.4.0.2
	pkgsrc-2025Q2-base:1.4
	pkgsrc-2025Q1:1.3.0.10
	pkgsrc-2025Q1-base:1.3
	pkgsrc-2024Q4:1.3.0.8
	pkgsrc-2024Q4-base:1.3
	pkgsrc-2024Q3:1.3.0.6
	pkgsrc-2024Q3-base:1.3
	pkgsrc-2024Q2:1.3.0.4
	pkgsrc-2024Q2-base:1.3
	pkgsrc-2024Q1:1.3.0.2
	pkgsrc-2024Q1-base:1.3
	pkgsrc-2023Q4:1.2.0.10
	pkgsrc-2023Q4-base:1.2
	pkgsrc-2023Q3:1.2.0.8
	pkgsrc-2023Q3-base:1.2
	pkgsrc-2023Q2:1.2.0.6
	pkgsrc-2023Q2-base:1.2
	pkgsrc-2023Q1:1.2.0.4
	pkgsrc-2023Q1-base:1.2
	pkgsrc-2022Q4:1.2.0.2
	pkgsrc-2022Q4-base:1.2
	pkgsrc-2022Q3:1.1.0.30
	pkgsrc-2022Q3-base:1.1
	pkgsrc-2022Q2:1.1.0.28
	pkgsrc-2022Q2-base:1.1
	pkgsrc-2022Q1:1.1.0.26
	pkgsrc-2022Q1-base:1.1
	pkgsrc-2021Q4:1.1.0.24
	pkgsrc-2021Q4-base:1.1
	pkgsrc-2021Q3:1.1.0.22
	pkgsrc-2021Q3-base:1.1
	pkgsrc-2021Q2:1.1.0.20
	pkgsrc-2021Q2-base:1.1
	pkgsrc-2021Q1:1.1.0.18
	pkgsrc-2021Q1-base:1.1
	pkgsrc-2020Q4:1.1.0.16
	pkgsrc-2020Q4-base:1.1
	pkgsrc-2020Q3:1.1.0.14
	pkgsrc-2020Q3-base:1.1
	pkgsrc-2020Q2:1.1.0.12
	pkgsrc-2020Q2-base:1.1
	pkgsrc-2020Q1:1.1.0.8
	pkgsrc-2020Q1-base:1.1
	pkgsrc-2019Q4:1.1.0.10
	pkgsrc-2019Q4-base:1.1
	pkgsrc-2019Q3:1.1.0.6
	pkgsrc-2019Q3-base:1.1
	pkgsrc-2019Q2:1.1.0.4
	pkgsrc-2019Q2-base:1.1
	pkgsrc-2019Q1:1.1.0.2
	pkgsrc-2019Q1-base:1.1;
locks; strict;
comment	@# @;


1.4
date	2025.04.12.21.10.59;	author adam;	state Exp;
branches;
next	1.3;
commitid	hogTAPDx6qJl3OQF;

1.3
date	2024.03.24.07.37.16;	author adam;	state Exp;
branches;
next	1.2;
commitid	1W0IDOA9U53rTn3F;

1.2
date	2022.11.30.15.12.55;	author adam;	state Exp;
branches;
next	1.1;
commitid	wrc5u7iqmA3kQJ3E;

1.1
date	2019.02.25.08.47.03;	author adam;	state Exp;
branches;
next	;
commitid	e1ORO2zITtubS7dB;


desc
@@


1.4
log
@Fix PLIST after py-setuptools update; bump depends and revision
@
text
@@@comment $NetBSD: PLIST,v 1.3 2024/03/24 07:37:16 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/xprocess/__init__.py
${PYSITELIB}/xprocess/__init__.pyc
${PYSITELIB}/xprocess/__init__.pyo
${PYSITELIB}/xprocess/pytest_xprocess.py
${PYSITELIB}/xprocess/pytest_xprocess.pyc
${PYSITELIB}/xprocess/pytest_xprocess.pyo
${PYSITELIB}/xprocess/xprocess.py
${PYSITELIB}/xprocess/xprocess.pyc
${PYSITELIB}/xprocess/xprocess.pyo
@


1.3
log
@py-test-xprocess: updated to 1.0.0

1.0.0

ProcessStarter.pattern is now optional. Users may provide either ProcessStarter.pattern or ProcessStarter.callback or both.
@
text
@d1 1
a1 2
@@comment $NetBSD: PLIST,v 1.2 2022/11/30 15:12:55 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
d6 1
@


1.2
log
@py-test-xprocess: updated to 0.21.0

0.21.0 (2022-11-27)
-------------------

- Explicitly add `py` package as a dependency, fixing issue with `pytest` >= 7.2.0
- Process log files will not be overwritten for each new process anymore, making it
  easier to debug issues that occurred in the middle of failed test runs

0.20.0 (2022-08-29)
-------------------

- Cleanup reminders will now only be printed for verbosity
  levels equal or greater than 1

0.19.0 (2022-05-23)
-------------------

- drop support for python 3.5 and 3.6
- reorganize internals. ``pytest-xprocess`` is now a package and all resources
  used by running processes are kept as instances of :class:``XProcessResources``.

0.18.1 (2021-07-27)
-------------------

- Fix bug with previous release where internal module was missing

0.18.0 (2021-07-21)
-------------------

- :method:`ProcessInfo.terminate` will now terminate outer leaves in process
  tree first and work its way towards root process. For example, if a process
  has child and grandchild, xprocess will terminate first child and grandchild
  and only then will the root process receive a termination signal.

- :class:`ProcessStarter` now has attr:`terminate_on_interrupt`. This flag will
  make xprocess attempt to terminate and clean up all started process resources
  upon interruptions during pytest runs (`CTRL+C`, `SIGINT` and internal errors)
  when set to `True`. It will default to `False`, so if the described behaviour
  is desired the flag must be explicitly set `True`.

- Add a new `popen_kwargs` variable to `ProcessStarter`, this variable can
  be used for passing keyword values to the `subprocess.Popen` constructor,
  giving the user more control over how the process is initialized.
@
text
@d1 7
a7 7
@@comment $NetBSD: PLIST,v 1.1 2019/02/25 08:47:03 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
@


1.1
log
@py-test-xprocess: added version 0.12.1

Experimental py.test plugin for managing processes across test runs.
@
text
@d1 1
a1 1
@@comment $NetBSD$
d8 9
a16 6
${PYSITELIB}/pytest_xprocess.py
${PYSITELIB}/pytest_xprocess.pyc
${PYSITELIB}/pytest_xprocess.pyo
${PYSITELIB}/xprocess.py
${PYSITELIB}/xprocess.pyc
${PYSITELIB}/xprocess.pyo
@

