From a1ebd4730283986701f0524b720305b72934f8b72d7bb80f6b74d094bec66816 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 23 Apr 2023 20:45:52 +0000 Subject: [PATCH] - 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 --- duet-0.2.7.tar.gz | 3 --- duet-0.2.8.tar.gz | 3 +++ python-duet.changes | 10 ++++++++++ python-duet.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 duet-0.2.7.tar.gz create mode 100644 duet-0.2.8.tar.gz diff --git a/duet-0.2.7.tar.gz b/duet-0.2.7.tar.gz deleted file mode 100644 index 99e3588..0000000 --- a/duet-0.2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:152d9b34db363b6b2322e48c756a8bb1832f0a704319941ff974d9ffee63c053 -size 23605 diff --git a/duet-0.2.8.tar.gz b/duet-0.2.8.tar.gz new file mode 100644 index 0000000..58b7ccd --- /dev/null +++ b/duet-0.2.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60ac9e11e885e2a7c4366857cc6036dbe001fc9b6bddb027e2dbd7dedf40906 +size 27809 diff --git a/python-duet.changes b/python-duet.changes index c3e94ce..fb98f9f 100644 --- a/python-duet.changes +++ b/python-duet.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Apr 23 20:44:55 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-duet.spec b/python-duet.spec index edc8202..511233e 100644 --- a/python-duet.spec +++ b/python-duet.spec @@ -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