From 1fe981a9f0bfbd363c2d9ce5ac7618b7f28ff12a81687fd93a1b55c6f6685d8e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 28 Jul 2023 23:31:17 +0000 Subject: [PATCH] - update to 0.2.9: * AwaitableFuture: propagate cancellation to wrapped future * AwaitableFuture: check cancelled future in callback * Drop support for python < 3.9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-duet?expand=0&rev=9 --- duet-0.2.8.tar.gz | 3 --- duet-0.2.9.tar.gz | 3 +++ python-duet.changes | 8 ++++++++ python-duet.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 duet-0.2.8.tar.gz create mode 100644 duet-0.2.9.tar.gz diff --git a/duet-0.2.8.tar.gz b/duet-0.2.8.tar.gz deleted file mode 100644 index 58b7ccd..0000000 --- a/duet-0.2.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b60ac9e11e885e2a7c4366857cc6036dbe001fc9b6bddb027e2dbd7dedf40906 -size 27809 diff --git a/duet-0.2.9.tar.gz b/duet-0.2.9.tar.gz new file mode 100644 index 0000000..c30237a --- /dev/null +++ b/duet-0.2.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6fa39582e6a3dce1096c47e5fbcbda648a633eed94a38943e68662afa2587f3 +size 24438 diff --git a/python-duet.changes b/python-duet.changes index fb98f9f..7683644 100644 --- a/python-duet.changes +++ b/python-duet.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jul 28 23:29:23 UTC 2023 - Dirk Müller + +- update to 0.2.9: + * AwaitableFuture: propagate cancellation to wrapped future + * AwaitableFuture: check cancelled future in callback + * Drop support for python < 3.9 + ------------------------------------------------------------------- Sun Apr 23 20:44:55 UTC 2023 - Dirk Müller diff --git a/python-duet.spec b/python-duet.spec index 511233e..cd30084 100644 --- a/python-duet.spec +++ b/python-duet.spec @@ -16,15 +16,15 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-duet -Version: 0.2.8 +Version: 0.2.9 Release: 0 Summary: A simple future-based async library for python License: Apache-2.0 URL: https://github.com/google/duet Source: https://files.pythonhosted.org/packages/source/d/duet/duet-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module typing_extensions}