head	1.6;
access;
symbols
	pkgsrc-2026Q1:1.6.0.8
	pkgsrc-2026Q1-base:1.6
	pkgsrc-2025Q4:1.6.0.6
	pkgsrc-2025Q4-base:1.6
	pkgsrc-2025Q3:1.6.0.4
	pkgsrc-2025Q3-base:1.6
	pkgsrc-2025Q2:1.6.0.2
	pkgsrc-2025Q2-base:1.6
	pkgsrc-2025Q1:1.5.0.6
	pkgsrc-2025Q1-base:1.5
	pkgsrc-2024Q4:1.5.0.4
	pkgsrc-2024Q4-base:1.5
	pkgsrc-2024Q3:1.5.0.2
	pkgsrc-2024Q3-base:1.5
	pkgsrc-2024Q2:1.4.0.2
	pkgsrc-2024Q2-base:1.4
	pkgsrc-2024Q1:1.3.0.12
	pkgsrc-2024Q1-base:1.3
	pkgsrc-2023Q4:1.3.0.10
	pkgsrc-2023Q4-base:1.3
	pkgsrc-2023Q3:1.3.0.8
	pkgsrc-2023Q3-base:1.3
	pkgsrc-2023Q2:1.3.0.6
	pkgsrc-2023Q2-base:1.3
	pkgsrc-2023Q1:1.3.0.4
	pkgsrc-2023Q1-base:1.3
	pkgsrc-2022Q4:1.3.0.2
	pkgsrc-2022Q4-base:1.3
	pkgsrc-2022Q3:1.2.0.8
	pkgsrc-2022Q3-base:1.2
	pkgsrc-2022Q2:1.2.0.6
	pkgsrc-2022Q2-base:1.2
	pkgsrc-2022Q1:1.2.0.4
	pkgsrc-2022Q1-base:1.2
	pkgsrc-2021Q4:1.2.0.2
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.1.0.4
	pkgsrc-2021Q3-base:1.1
	pkgsrc-2021Q2:1.1.0.2
	pkgsrc-2021Q2-base:1.1;
locks; strict;
comment	@# @;


1.6
date	2025.04.12.20.56.19;	author adam;	state Exp;
branches;
next	1.5;
commitid	np8OVDd1FSvhYNQF;

1.5
date	2024.07.16.03.16.54;	author adam;	state Exp;
branches;
next	1.4;
commitid	9c7zRm1GPoqLM0iF;

1.4
date	2024.05.07.19.25.35;	author adam;	state Exp;
branches;
next	1.3;
commitid	PXcFCZmDTBxJo69F;

1.3
date	2022.10.10.10.18.55;	author adam;	state Exp;
branches;
next	1.2;
commitid	T8d2ByloUWM2R9XD;

1.2
date	2021.10.04.09.26.19;	author adam;	state Exp;
branches;
next	1.1;
commitid	HK6vmR2giqRrutbD;

1.1
date	2021.05.25.10.15.41;	author adam;	state Exp;
branches;
next	;
commitid	mAE0RttiVIdq0wUC;


desc
@@


1.6
log
@py-tenacity: updated to 9.1.2

9.1.2
Unknown changes
@
text
@@@comment $NetBSD: PLIST,v 1.5 2024/07/16 03:16:54 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/tenacity/__init__.py
${PYSITELIB}/tenacity/__init__.pyc
${PYSITELIB}/tenacity/__init__.pyo
${PYSITELIB}/tenacity/_utils.py
${PYSITELIB}/tenacity/_utils.pyc
${PYSITELIB}/tenacity/_utils.pyo
${PYSITELIB}/tenacity/after.py
${PYSITELIB}/tenacity/after.pyc
${PYSITELIB}/tenacity/after.pyo
${PYSITELIB}/tenacity/asyncio/__init__.py
${PYSITELIB}/tenacity/asyncio/__init__.pyc
${PYSITELIB}/tenacity/asyncio/__init__.pyo
${PYSITELIB}/tenacity/asyncio/retry.py
${PYSITELIB}/tenacity/asyncio/retry.pyc
${PYSITELIB}/tenacity/asyncio/retry.pyo
${PYSITELIB}/tenacity/before.py
${PYSITELIB}/tenacity/before.pyc
${PYSITELIB}/tenacity/before.pyo
${PYSITELIB}/tenacity/before_sleep.py
${PYSITELIB}/tenacity/before_sleep.pyc
${PYSITELIB}/tenacity/before_sleep.pyo
${PYSITELIB}/tenacity/nap.py
${PYSITELIB}/tenacity/nap.pyc
${PYSITELIB}/tenacity/nap.pyo
${PYSITELIB}/tenacity/py.typed
${PYSITELIB}/tenacity/retry.py
${PYSITELIB}/tenacity/retry.pyc
${PYSITELIB}/tenacity/retry.pyo
${PYSITELIB}/tenacity/stop.py
${PYSITELIB}/tenacity/stop.pyc
${PYSITELIB}/tenacity/stop.pyo
${PYSITELIB}/tenacity/tornadoweb.py
${PYSITELIB}/tenacity/tornadoweb.pyc
${PYSITELIB}/tenacity/tornadoweb.pyo
${PYSITELIB}/tenacity/wait.py
${PYSITELIB}/tenacity/wait.pyc
${PYSITELIB}/tenacity/wait.pyo
@


1.5
log
@py-tenacity: updated to 8.5.0

8.5.0
fix: Restore contents of retry attribute for wrapped functions

8.4.2
fix: Avoid overwriting local contexts with retry decorator

8.4.1
Include tenacity.asyncio subpackage in release dist

8.4.0
Add async strategies
Support Trio out-of-the-box
@
text
@d1 1
a1 2
@@comment $NetBSD: PLIST,v 1.4 2024/05/07 19:25:35 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
d5 1
@


1.4
log
@py-tenacity: updated to 8.3.0

8.3.0

New Features

Added a new stop function: stop_before_delay, which will stop execution if the next sleep time would cause overall delay to exceed the specified delay. Useful for use cases where you have some upper bound on retry times that you must not exceed, so returning before that timeout is preferable than returning after that timeout.

Bug Fixes

Preserve defaults and kwdefaults through retry decorator

Other Notes

Add a "test" extra
@
text
@d1 1
a1 1
@@comment $NetBSD: PLIST,v 1.3 2022/10/10 10:18:55 adam Exp $
a9 3
${PYSITELIB}/tenacity/_asyncio.py
${PYSITELIB}/tenacity/_asyncio.pyc
${PYSITELIB}/tenacity/_asyncio.pyo
d16 6
@


1.3
log
@py-tenacity: updated to 8.1.0

8.1.0:
Unknown changes
@
text
@d1 6
a6 6
@@comment $NetBSD: PLIST,v 1.2 2021/10/04 09:26:19 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
@


1.2
log
@py-tenacity: updated to 8.0.1

8.0.1:
Unknown changes
@
text
@d1 1
a1 1
@@comment $NetBSD: PLIST,v 1.1 2021/05/25 10:15:41 adam Exp $
a4 1
${PYSITELIB}/${EGG_INFODIR}/pbr.json
@


1.1
log
@py-tenacity: added version 7.0.0

Tenacity is a retrying library to simplify the task of adding retry behavior to
just about anything.
@
text
@d1 1
a1 1
@@comment $NetBSD$
d5 1
a25 3
${PYSITELIB}/tenacity/compat.py
${PYSITELIB}/tenacity/compat.pyc
${PYSITELIB}/tenacity/compat.pyo
@

