python-pyasyncore 1.0.2-2 source package in Ubuntu

Changelog

python-pyasyncore (1.0.2-2) unstable; urgency=medium

  * Rebuilt source-only.

 -- Thomas Goirand <email address hidden>  Tue, 12 Dec 2023 21:36:14 +0100

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python
Noble release main python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pyasyncore_1.0.2-2.dsc 2.0 KiB 13949e4b07eabf92211ee5b6c817186f37477c1b79931f5086a31b83377e6406
python-pyasyncore_1.0.2.orig.tar.xz 8.9 KiB e17c341839199ede3cc13dfb2823d514b21f79ee498f7e8c88bdf38f2dfcf00f
python-pyasyncore_1.0.2-2.debian.tar.xz 2.8 KiB 7b4f36a45874bffd6b07106015b2650b977fc2085abc015025d8498b86764160

No changes file available.

Binary packages built by this source

python3-pyasyncore: asyncore for Python 3.12 onwards

 This package contains the asyncore module as found in Python versions prior to
 3.12. It is provided so that existing code relying on "import asyncore" is
 able to continue being used without significant refactoring.
 .
 The module's source code is taken directly from the Python standard library.
 The specific version of asyncore.py used is the last update before the
 addition of removal warnings at import time, and is essentially equivalent to
 the version provided with Python 3.9.
 .
 Please note that new projects should prefer asyncio.