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
|
2020-01-23 15:20:35 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-txaio: updated to 20.1.1
20.1.1:
Drop support for Python 2.x.
|
2018-09-07 11:31:50 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-txaio: updated to 18.8.1
18.8.1
- add API to support cancellation; this means passing a 1-argument
callable to create_future and txaio.cancel to actually
cancel a future
- support Python 3.7 (CI / testing added)
|