Path to this page:
./
devel/py-txaio,
Compatibility API between asyncio/Twisted/Trollius
Branch: CURRENT,
Version: 23.1.1,
Package name: py310-txaio-23.1.1,
Maintainer: pkgsrc-userstxaio is a helper library for writing code that runs unmodified on
both Twisted and asyncio / Trollius.
This is like six, but for wrapping over differences between Twisted
and asyncio so one can write code that runs unmodified on both (aka
source code compatibility). In other words: your users can choose
if they want asyncio or Twisted as a dependency.
Note that, with this approach, user code runs under the native event
loop of either Twisted or asyncio. This is different from attaching
either one's event loop to the other using some event loop adapter.
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 52.445 KB
Version history: (Expand)
- (2023-05-01) Updated to version: py310-txaio-23.1.1
- (2023-02-09) Updated to version: py310-txaio-21.2.1nb1
- (2022-01-05) Updated to version: py39-txaio-21.2.1nb1
- (2021-10-07) Updated to version: py39-txaio-21.2.1
- (2021-03-02) Updated to version: py38-txaio-21.2.1
- (2021-02-17) Updated to version: py38-txaio-20.12.1
CVS history: (Expand)
2023-05-01 11:43:06 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-txaio: update to 23.1.1.
23.1.1
------
- fix: support for Python up to v3.11
- fix: update GitHub CI
- fix: copyright transferred to typedef int GmbH - no license change!
22.2.1
------
- fix: cancel handling in python 3.8/3.9. (#175)
- fix: gracefully fail if coroutine called with wrong args (#176)
- fix: eliminate redundant dep. on mock (#170)
- fix: doc note that twisted supports native coroutines (#172)
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-03-02 13:00:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-txaio: updated to 21.2.1
21.2.1
fix: update minimum dependencies (here, and in other crossbar packages) in an \
attempt to tame the new pip dep resolver madness.
|
2021-02-16 21:48:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-txaio: updated to 20.12.1
20.12.1
- new: CI/CD migrated to GitHub Actions
- new: support Python 3.9 (CI / testing added)
- new: minimum Python version is now 3.6
|
2020-04-07 10:47:45 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-txaio: updated to 20.4.1
20.4.1:
new: upload wheel to S3 (bucket "crossbarbuilder") in CI deploy stage
fix: fix event loop threading issue
|
2020-03-23 11:06:24 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-txaio: updated to 20.3.1
20.3.1
- MISC: Remove python2 support
- NEW: support import-time framework selection
|