forked from pool/python-txaio
- update to 22.2.1:
* fix: cancel handling in python 3.8/3.9. (#175) * fix: gracefully fail if coroutine called with wrong args (#176) * fix: eliminate redundant dep. on mock (#170) * fix: doc note that twisted supports native coroutines (#172) - remove-mock.patch: upstream OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txaio?expand=0&rev=25
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-txaio
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,15 +19,13 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-txaio
|
||||
Version: 21.2.1
|
||||
Version: 22.2.1
|
||||
Release: 0
|
||||
Summary: WebSocket and WAMP in Python for Twisted and asyncio
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/crossbario/txaio
|
||||
Source: https://files.pythonhosted.org/packages/source/t/txaio/txaio-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM remove-mock.patch gh#crossbario/txaio#169
|
||||
Patch0: remove-mock.patch
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module testsuite}
|
||||
BuildRequires: fdupes
|
||||
|
Reference in New Issue
Block a user