17
0

20 Commits

Author SHA256 Message Date
8d49cda9bf Accepting request 1109504 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1109504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-async_timeout?expand=0&rev=9
2023-09-07 19:12:22 +00:00
3bd37caadc - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async_timeout?expand=0&rev=17
2023-09-07 10:48:36 +00:00
7994c1aee0 Accepting request 1082000 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1082000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-async_timeout?expand=0&rev=8
2023-04-22 20:02:05 +00:00
54fcfe8e60 Accepting request 1081337 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081337
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async_timeout?expand=0&rev=15
2023-04-21 14:57:19 +00:00
142973eae6 Accepting request 1074152 from devel:languages:python
- Remove not needed dependency typing_extensions, just needed for
  python < 3.8

OBS-URL: https://build.opensuse.org/request/show/1074152
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-async_timeout?expand=0&rev=7
2023-03-25 17:55:09 +00:00
548ffb5b8e - Remove not needed dependency typing_extensions, just needed for
python < 3.8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async_timeout?expand=0&rev=13
2023-03-24 11:26:10 +00:00
5370be6de7 Accepting request 948132 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/948132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-async_timeout?expand=0&rev=6
2022-01-23 15:25:42 +00:00
c83ed67cf4 - update to 4.0.2:
* Fix annotations on __exit__ and __aexit__
  * Use stdlib typing.final in Python 3.8+

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async_timeout?expand=0&rev=12
2022-01-15 16:39:58 +00:00
8ece5ab6de Accepting request 940012 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/940012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-async_timeout?expand=0&rev=5
2021-12-25 19:16:24 +00:00
6e2590cb34 Accepting request 939970 from home:bnavigator:python-rpm-macros
- 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

OBS-URL: https://build.opensuse.org/request/show/939970
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async_timeout?expand=0&rev=11
2021-12-11 23:51:32 +00:00
5d765200d5 Accepting request 867073 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/867073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-async_timeout?expand=0&rev=4
2021-01-29 13:56:20 +00:00
c067413165 Accepting request 867072 from home:alarrosa:branches:devel:languages:python
- Fix Obsolete/Provides to work with multiple python3 flavors

OBS-URL: https://build.opensuse.org/request/show/867072
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async_timeout?expand=0&rev=9
2021-01-27 07:53:58 +00:00
00f8ee8691 Accepting request 682138 from devel:languages:python
- Update to 3.0.1:
  * More aggressive typing (#48)
- Run tests

OBS-URL: https://build.opensuse.org/request/show/682138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-async_timeout?expand=0&rev=3
2019-03-06 14:52:44 +00:00
Tomáš Chvátal
0b8b75c519 - Update to 3.0.1:
* More aggressive typing (#48)
- Run tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async_timeout?expand=0&rev=7
2019-03-06 12:36:10 +00:00
2ded3ca2c0 Accepting request 619407 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/619407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-async_timeout?expand=0&rev=2
2018-06-28 13:14:08 +00:00
95ecd15ce9 Accepting request 618895 from home:adrianSuSE:home-assistant
- update to 3.0.0:
  * Drop Python 3.4, the minimal supported version is Python 3.5.3
  * Provide type annotations

OBS-URL: https://build.opensuse.org/request/show/618895
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async_timeout?expand=0&rev=5
2018-06-27 13:51:51 +00:00
f49e9761ec Accepting request 591024 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/591024
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-async_timeout?expand=0&rev=1
2018-03-28 08:30:49 +00:00
513004dba3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async_timeout?expand=0&rev=3 2018-03-26 11:19:28 +00:00
567195e2ef - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async_timeout?expand=0&rev=2
2018-03-26 09:56:27 +00:00
100223bd61 - Initial packaging (version 2.0.1)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async_timeout?expand=0&rev=1
2018-03-23 15:23:56 +00:00