Revisions of python-async_timeout
buildservice-autocommit
accepted
request 1109504
from
Dirk Mueller (dirkmueller)
(revision 18)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 17)
- update to 4.0.3: * Fixed compatibility with asyncio.timeout() on Python 3.11+. * Added support for Python 3.11. * Dropped support for Python 3.6.
buildservice-autocommit
accepted
request 1082000
from
Dirk Mueller (dirkmueller)
(revision 16)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1081337
from
Dirk Mueller (dirkmueller)
(revision 15)
SR for python stack proposal
buildservice-autocommit
accepted
request 1074152
from
Daniel Garcia (dgarcia)
(revision 14)
baserev update by copy to link target
Daniel Garcia (dgarcia)
committed
(revision 13)
- Remove not needed dependency typing_extensions, just needed for python < 3.8
Dirk Mueller (dirkmueller)
committed
(revision 12)
- update to 4.0.2: * Fix annotations on __exit__ and __aexit__ * Use stdlib typing.final in Python 3.8+
Dirk Mueller (dirkmueller)
accepted
request 939970
from
Benjamin Greiner (bnavigator)
(revision 11)
- Update to 4.0.1 * 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 (#258) * Make Timeout class available in __all__. - Release 4.0.0 * Implemented timeout_at(deadline) (#117) * 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
buildservice-autocommit
accepted
request 867073
from
Matej Cepl (mcepl)
(revision 10)
baserev update by copy to link target
Matej Cepl (mcepl)
accepted
request 867072
from
Antonio Larrosa (alarrosa)
(revision 9)
- Fix Obsolete/Provides to work with multiple python3 flavors
buildservice-autocommit
accepted
request 682138
from
Tomáš Chvátal (scarabeus_iv)
(revision 8)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 7)
- Update to 3.0.1: * More aggressive typing (#48) - Run tests
buildservice-autocommit
accepted
request 619407
from
Alberto Planas Dominguez (aplanas)
(revision 6)
baserev update by copy to link target
Alberto Planas Dominguez (aplanas)
accepted
request 618895
from
Adrian Schröter (adrianSuSE)
(revision 5)
- update to 3.0.0: * Drop Python 3.4, the minimal supported version is Python 3.5.3 * Provide type annotations
Dominique Leuenberger (dimstar_suse)
accepted
request 591024
from
Thomas Bechtold (tbechtold)
(revision 4)
initialized devel package after accepting 591024
Thomas Bechtold (tbechtold)
committed
(revision 3)
Thomas Bechtold (tbechtold)
committed
(revision 2)
- rename package to python-async_timeout to match pypi name - update to 2.0.1: * Fix ``PendingDeprecationWarning`` on Python 3.7 (#33) - Update to version 2.0.0 * Changed timeout <= 0 behaviour + Backward incompatibility change, prior this version 0 was shortcut for None + when timeout <= 0 TimeoutError raised faster - Update to version 1.4.0 * Implement `remaining` property (#20) + If timeout is not started yet or started unconstrained: `remaining` is `None` + If timeout is expired: `remaining` is `0.0` + All others: roughly amount of time before `TimeoutError` is triggered - Fix building - Remove skip_python3 for python < 3.4, the package already requires python >= 3.4. - initial package
Thomas Bechtold (tbechtold)
committed
(revision 1)
- Initial packaging (version 2.0.1)
Displaying all 18 revisions