15
0
forked from pool/python-duet

Accepting request 1101270 from devel:languages:python

- 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/request/show/1101270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-duet?expand=0&rev=5
This commit is contained in:
2023-07-29 18:10:26 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b60ac9e11e885e2a7c4366857cc6036dbe001fc9b6bddb027e2dbd7dedf40906
size 27809

3
duet-0.2.9.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d6fa39582e6a3dce1096c47e5fbcbda648a633eed94a38943e68662afa2587f3
size 24438

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jul 28 23:29:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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}