# HG changeset patch # User Cameron Simpson # Date 1737365539 -39600 # Mon Jan 20 20:32:19 2025 +1100 # Node ID 8d2f3ed2cef226ffcfe1ed17242686d5ccc5bf8b # Parent 17f7182277a731fda0c17ea767c0aa3aa057dd72 Release information for cs.taskqueue-20250120. Summary: BaseTask.__init__: accept the state as positional or keyword. diff --git a/lib/python/cs/taskqueue.py b/lib/python/cs/taskqueue.py --- a/lib/python/cs/taskqueue.py +++ b/lib/python/cs/taskqueue.py @@ -26,7 +26,7 @@ from cs.threads import bg as bg_thread, locked, ThreadState, HasThreadState from cs.typingutils import subtype -__version__ = '20240423-post' +__version__ = '20250120' DISTINFO = { 'keywords': ["python3"], diff --git a/release/cs.taskqueue-20250120/CHANGES.txt b/release/cs.taskqueue-20250120/CHANGES.txt new file mode 100644 --- /dev/null +++ b/release/cs.taskqueue-20250120/CHANGES.txt @@ -0,0 +1,1 @@ +lib/python/cs/taskqueue.py: cs.taskqueue: BaseTask.__init__: accept the state as positional or keyword diff --git a/release/cs.taskqueue-20250120/SUMMARY.txt b/release/cs.taskqueue-20250120/SUMMARY.txt new file mode 100644 --- /dev/null +++ b/release/cs.taskqueue-20250120/SUMMARY.txt @@ -0,0 +1,1 @@ +BaseTask.__init__: accept the state as positional or keyword.