# HG changeset patch # User Cameron Simpson # Date 1736557258 -39600 # Sat Jan 11 12:00:58 2025 +1100 # Node ID d3e0fb0e4938d1cc3e4a48270cc56ca37203b779 # Parent d30964debd8b941bf620634c38637ff594ed3c64 Release information for cs.buffer-20250111. Summary: DISTINFO: move python_version>=3.3 out to the "makers" section (presemly unused) because it was being used as a dependency, finding the python_version PyPI dsitribution. diff --git a/lib/python/cs/buffer.py b/lib/python/cs/buffer.py --- a/lib/python/cs/buffer.py +++ b/lib/python/cs/buffer.py @@ -22,7 +22,7 @@ from cs.deco import Promotable from cs.gimmicks import r -__version__ = '20240630-post' +__version__ = '20250111' DISTINFO = { 'keywords': ["python3"], diff --git a/release/cs.buffer-20250111/CHANGES.txt b/release/cs.buffer-20250111/CHANGES.txt new file mode 100644 --- /dev/null +++ b/release/cs.buffer-20250111/CHANGES.txt @@ -0,0 +1,2 @@ +lib/python/cs/buffer.py: cs.buffer: CornuCopyBuffer: docstring improvements +lib/python/cs/buffer.py: cs.buffer: DISTINFO: move python_version>=3.3 out to the "makers" section (presemly unused) because it was being used as a dependency, finding the python_version PyPI package diff --git a/release/cs.buffer-20250111/SUMMARY.txt b/release/cs.buffer-20250111/SUMMARY.txt new file mode 100644 --- /dev/null +++ b/release/cs.buffer-20250111/SUMMARY.txt @@ -0,0 +1,1 @@ +DISTINFO: move python_version>=3.3 out to the "makers" section (presemly unused) because it was being used as a dependency, finding the python_version PyPI dsitribution.