head 1.5; access; symbols pkgsrc-2026Q2:1.4.0.16 pkgsrc-2026Q2-base:1.4 pkgsrc-2026Q1:1.4.0.14 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.12 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.4.0.10 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.4.0.8 pkgsrc-2025Q2-base:1.4 pkgsrc-2025Q1:1.4.0.6 pkgsrc-2025Q1-base:1.4 pkgsrc-2024Q4:1.4.0.4 pkgsrc-2024Q4-base:1.4 pkgsrc-2024Q3:1.4.0.2 pkgsrc-2024Q3-base:1.4 pkgsrc-2024Q2:1.2.0.2 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.1.0.8 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.6 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.4 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.2 pkgsrc-2023Q2-base:1.1; locks; strict; comment @# @; 1.5 date 2026.07.10.08.30.02; author adam; state dead; branches; next 1.4; commitid 4TqORznfnpsqf5NG; 1.4 date 2024.08.10.16.14.40; author wiz; state Exp; branches; next 1.3; commitid gYPN28d4kFpXhilF; 1.3 date 2024.08.10.16.13.41; author wiz; state Exp; branches; next 1.2; commitid i29KpcHj6LMAhilF; 1.2 date 2024.04.26.17.02.07; author adam; state Exp; branches; next 1.1; commitid lwLhE4ZK3SyrXF7F; 1.1 date 2023.05.04.21.06.06; author wiz; state Exp; branches; next ; commitid APMmZkm3b5qCOGnE; desc @@ 1.5 log @py-stone: updated to 3.4.0 3.4.0 Breaking changes Requires Python 3.11 or later. Python 2.7 and 3.5–3.10 are no longer supported The six dependency has been removed; Stone is now pure Python 3 Highlights Python 3 modernization — dropped six, removed Python 2 compatibility shims, fixed datetime.utcnow() deprecations, and set python_requires>=3.11 with CI coverage through Python 3.14 Output manifest mode — generate and validate a manifest of generated output paths, with outputs kept under the output root. Recursive spec directories — spec directory arguments can now be expanded recursively. Reproducible Obj-C output — Obj-C backend output is now stabilized/deterministic Fixes Fixed invalid except [list] syntax in HashRedactor that raised TypeError on redaction @ text @$NetBSD: patch-setup.py,v 1.4 2024/08/10 16:14:40 wiz Exp $ Remove unused depdendency. https://github.com/dropbox/stone/issues/344 --- setup.py.orig 2024-07-19 18:05:56.000000000 +0000 +++ setup.py @@@@ -21,7 +21,6 @@@@ with open('requirements.txt') as f: # p install_reqs += f.read().splitlines() setup_requires = [ - 'pytest-runner == 5.3.2', ] # WARNING: This imposes limitations on test/requirements.txt such that the @ 1.4 log @py-stone: add upstream bug report URL @ text @d1 1 a1 1 $NetBSD: patch-setup.py,v 1.3 2024/08/10 16:13:41 wiz Exp $ @ 1.3 log @py-stone: remove unused test dependency @ text @d1 1 a1 1 $NetBSD: patch-setup.py,v 1.2 2024/04/26 17:02:07 adam Exp $ d4 1 @ 1.2 log @py-stone: updated to 3.3.3 v3.3.3 Update python version for pypi @ text @d1 1 a1 1 $NetBSD: patch-setup.py,v 1.1 2023/05/04 21:06:06 wiz Exp $ d3 1 a3 1 Relax requirement. d5 1 a5 1 --- setup.py.orig 2024-03-28 16:48:27.000000000 +0000 d7 1 a7 1 @@@@ -21,7 +21,7 @@@@ with open('requirements.txt') as f: # p a11 1 + 'pytest-runner', @ 1.1 log @py-stone: relax requirements @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- setup.py.orig 2022-01-25 21:31:58.000000000 +0000 d7 1 a7 1 @@@@ -22,9 +22,7 @@@@ with open('requirements.txt') as f: # p d11 1 a11 3 - # Pin pytest-runner to 5.2.0, since 5.3.0 uses `find_namespaces` directive, not supported in - # Python 2.7 - 'pytest-runner == 5.2.0', @