Commit Graph

20 Commits

Author SHA256 Message Date
Ana Guerrero
1ad9a4d54e 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
3cf51f6811 - 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
Dominique Leuenberger
a1e8f76049 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
780c16d6cc 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
Dominique Leuenberger
7ceaa98c88 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
ac139f1b27 - 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
Dominique Leuenberger
58ae39c44a 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
9744344dc0 - 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
Dominique Leuenberger
deaf99e1d2 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
a4817ab9bd 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
Dominique Leuenberger
7c809b3ae9 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
3f1a382bea 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
Dominique Leuenberger
99987c0223 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
48eb83f6dd - 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
Dominique Leuenberger
f09c403379 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
0ba9133067 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
Dominique Leuenberger
c2e9f7efbb 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
Thomas Bechtold
1b28eeef4a 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
Thomas Bechtold
18db1d6844 - 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
Thomas Bechtold
4ef11a39ed - 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