Path to this page:
./
devel/py-async-timeout,
Timeout context manager for asyncio programs
Branch: CURRENT,
Version: 4.0.3,
Package name: py311-async-timeout-4.0.3,
Maintainer: pkgsrc-usersasyncio-compatible timeout context manager.
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 8.149 KB
Version history: (Expand)
- (2023-08-24) Updated to version: py311-async-timeout-4.0.3
- (2023-02-09) Updated to version: py310-async-timeout-4.0.2
- (2022-01-08) Updated to version: py39-async-timeout-4.0.2
- (2022-01-05) Updated to version: py39-async-timeout-4.0.1nb1
- (2021-11-24) Updated to version: py39-async-timeout-4.0.1
- (2021-10-07) Updated to version: py39-async-timeout-3.0.1
CVS history: (Expand)
2023-08-24 21:44:16 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-async-timeout: update to 4.0.3.
4.0.3 (2023-08-10)
==================
* Fixed compatibility with asyncio.timeout() on Python 3.11+.
* Added support for Python 3.11.
* Dropped support for Python 3.6.
|
2022-01-08 11:37:28 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-async-timeout: update to 4.0.2.
Fix tests.
4.0.2 (2021-12-20)
==================
Misc
----
- `#259 <https://github.com/aio-libs/async-timeout/issues/259>`_, `#274 \
<https://github.com/aio-libs/async-timeout/issues/274>`_
|
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-11-23 21:45:01 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-async-timeout: updated to 4.0.1
4.0.1 (2121-11-10)
Fix regression:
Don't raise TimeoutError from timeout object that doesn't enter into async \
context manager
Use call_soon() for raising TimeoutError if deadline is reached on entering into \
async context manager
Make Timeout class available in __all__.
4.0.0 (2021-11-01)
Implemented timeout_at(deadline)
Supported timeout.deadline and timeout.expired properties.
Dropped timeout.remaining property: it can be calculated as timeout.deadline - \
loop.time()
Dropped timeout.timeout property that returns a relative timeout based on the \
timeout object creation time; the absolute timeout.deadline should be used \
instead.
Added the deadline modification methods: timeout.reject(), timeout.shift(delay), \
timeout.update(deadline).
Deprecated synchronous context manager usage
|
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
|
2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473) |
Log message:
Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
|
2018-12-27 17:04:24 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Set PYTHON_VERSIONS_INCOMPATIBLE before pyversion.mk is included.
|