forked from pool/python-duet
Accepting request 1006506 from home:yarunachalam:branches:devel:languages:python
- Update to 0.2.7 * Fix timeout clipping in Scheduler.tick (#67) * Add support for overloaded sync callbacks (#66) * Add support for wrapping abstract methods with duet.sync (#63) * Drop support for python 3.6 (#62) * Update ci.yml (#61) * Ensure that duet.sleep raises an exception if outer timeout elapses first (#58) * Update to latest version of black (#57) OBS-URL: https://build.opensuse.org/request/show/1006506 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-duet?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:256d79280c2ac771855cac1a979df0def555dc1b0bef678c5ce718b0cc16f220
|
||||
size 23365
|
||||
3
duet-0.2.7.tar.gz
Normal file
3
duet-0.2.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:152d9b34db363b6b2322e48c756a8bb1832f0a704319941ff974d9ffee63c053
|
||||
size 23605
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 27 19:11:09 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to 0.2.7
|
||||
* Fix timeout clipping in Scheduler.tick (#67)
|
||||
* Add support for overloaded sync callbacks (#66)
|
||||
* Add support for wrapping abstract methods with duet.sync (#63)
|
||||
* Drop support for python 3.6 (#62)
|
||||
* Update ci.yml (#61)
|
||||
* Ensure that duet.sleep raises an exception if outer timeout elapses first (#58)
|
||||
* Update to latest version of black (#57)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 20 06:53:27 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-duet
|
||||
Version: 0.2.3
|
||||
Version: 0.2.7
|
||||
Release: 0
|
||||
Summary: A simple future-based async library for python
|
||||
License: Apache-2.0
|
||||
@@ -32,8 +32,8 @@ BuildRequires: %{python_module typing_extensions}
|
||||
BuildRequires: %{python_module asyncio-contextmanager}
|
||||
BuildRequires: %{python_module contextvars}
|
||||
%endif
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-typing_extensions
|
||||
%if %python_version_nodots <= 36
|
||||
Requires: python-asyncio-contextmanager
|
||||
|
||||
Reference in New Issue
Block a user