forked from pool/python-duet
- update to 0.2.8:
* Test duet against python 3.11 * Loosen version requirement on typing_extensions * Make Limiter work with cancellation * Add support for overloaded sync callbacks * Fix timeout clipping in Scheduler.tick OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-duet?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:152d9b34db363b6b2322e48c756a8bb1832f0a704319941ff974d9ffee63c053
|
||||
size 23605
|
||||
3
duet-0.2.8.tar.gz
Normal file
3
duet-0.2.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b60ac9e11e885e2a7c4366857cc6036dbe001fc9b6bddb027e2dbd7dedf40906
|
||||
size 27809
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 23 20:44:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.2.8:
|
||||
* Test duet against python 3.11
|
||||
* Loosen version requirement on typing_extensions
|
||||
* Make Limiter work with cancellation
|
||||
* Add support for overloaded sync callbacks
|
||||
* Fix timeout clipping in Scheduler.tick
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 13 07:17:46 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-duet
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-duet
|
||||
Version: 0.2.7
|
||||
Version: 0.2.8
|
||||
Release: 0
|
||||
Summary: A simple future-based async library for python
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user