pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-pyasynchat: added COMMIT_MSG for completeness...



Module Name:	pkgsrc-wip
Committed By:	Jan-Hinrich Fessel <oskar%fessel.org@localhost>
Pushed By:	oskar
Date:		Tue Oct 22 17:42:40 2024 +0200
Changeset:	7603d11026c80569092bc9152b4d1d862e6891eb

Added Files:
	py-pyasynchat/COMMIT_MSG

Log Message:
py-pyasynchat: added COMMIT_MSG for completeness...

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7603d11026c80569092bc9152b4d1d862e6891eb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-pyasynchat/COMMIT_MSG | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diffs:
diff --git a/py-pyasynchat/COMMIT_MSG b/py-pyasynchat/COMMIT_MSG
new file mode 100644
index 0000000000..9f33b078d7
--- /dev/null
+++ b/py-pyasynchat/COMMIT_MSG
@@ -0,0 +1,12 @@
+devel/py-pyasynchat: added py-pyasynchat 1.0.4
+
+This package contains the asynchat module as found in Python
+versions prior to 3.12.
+It is provided so that existing code relying on `import asynchat`
+is able to continue being used without significant refactoring.
+
+Please note that new projects should prefer asyncio.
+
+The module can be installed for earlier Python versions, but it will
+have no effect, and the standard library version of `asynchat` will be
+used in its place.


Home | Main Index | Thread Index | Old Index