diff --git a/python-txaio.changes b/python-txaio.changes index f5eaccb..d0ff6a4 100644 --- a/python-txaio.changes +++ b/python-txaio.changes @@ -1,44 +1,3 @@ -------------------------------------------------------------------- -Wed Feb 5 13:11:01 UTC 2020 - Ondřej Súkup - -- update to 20.1.1 -- drop pytest4.patch - * new: moved time_ns and perf_counter_ns helper functions here - * drop support for python 3.4 and older - -------------------------------------------------------------------- -Fri Sep 13 11:40:25 UTC 2019 - Tomáš Chvátal - -- Add patch to build with newer pytest releases: - * pytest4.patch - -------------------------------------------------------------------- -Thu Sep 5 13:40:10 UTC 2019 - Todd R - -- Set pytest maximum version. - -------------------------------------------------------------------- -Tue Mar 19 12:35:11 UTC 2019 - John Vandenberg - -- Fix invocation of test suite, previously silently not running -- Add missing runtime dependencies -- Update to v18.8.1 - * add API to support cancellation; this means passing a 1-argument - callable to ``create_future`` and ``txaio.cancel`` to actually - cancel a future - * support Python 3.7 (CI / testing added) -- from v18.7.1 - * move to calver - * deprecate Python 3.3 support and CI testing -- from v2.10.0 - * the asyncio version of ``make_logger`` now deduces a proper - namespace instead of using the root - -------------------------------------------------------------------- -Tue Dec 4 12:55:27 UTC 2018 - Matej Cepl - -- Remove superfluous devel dependency for noarch package - ------------------------------------------------------------------- Fri Mar 2 22:01:11 UTC 2018 - avvissu@yandex.by diff --git a/python-txaio.spec b/python-txaio.spec index 9c3e646..444c514 100644 --- a/python-txaio.spec +++ b/python-txaio.spec @@ -1,7 +1,7 @@ # # spec file for package python-txaio # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,39 +12,34 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ -# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ -%define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-txaio -Version: 20.1.1 +Version: 2.9.0 Release: 0 -Summary: WebSocket and WAMP in Python for Twisted and asyncio License: MIT +Summary: WebSocket and WAMP in Python for Twisted and asyncio +Url: http://crossbar.io/autobahn Group: Development/Languages/Python -URL: https://github.com/crossbario/txaio Source: https://files.pythonhosted.org/packages/source/t/txaio/txaio-%{version}.tar.gz +BuildRequires: python-rpm-macros +BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes -BuildRequires: python-rpm-macros -BuildRequires: python3-testsuite -Requires: python-six -Recommends: python-Twisted >= 12.1.0 -Recommends: python-zope.interface >= 3.6 -BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module Twisted >= 12.1.0} -BuildRequires: %{python_module mock} -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module Twisted} BuildRequires: %{python_module six} # /SECTION +Requires: python-six +BuildArch: noarch + %python_subpackages %description -WebSocket allows bidirectional real-time messaging on the Web and WAMP adds -asynchronous Remote Procedure Calls and Publish & Subscribe on top of WebSocket. +WebSocket allows bidirectional real-time messaging on the Web and WAMP adds +asynchronous Remote Procedure Calls and Publish & Subscribe on top of WebSocket. %prep %setup -q -n txaio-%{version} @@ -57,10 +52,10 @@ asynchronous Remote Procedure Calls and Publish & Subscribe on top of WebSocket. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest -k 'not test_sdist' +%python_exec setup.py test %files %{python_files} -%license LICENSE +%doc LICENSE %{python_sitelib}/* %changelog diff --git a/txaio-2.9.0.tar.gz b/txaio-2.9.0.tar.gz new file mode 100644 index 0000000..02f2445 --- /dev/null +++ b/txaio-2.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc3a7d04b4b484ae5ff241affab5bb01306b1e950dd6f54fd036cfca94345d0 +size 44195 diff --git a/txaio-20.1.1.tar.gz b/txaio-20.1.1.tar.gz deleted file mode 100644 index 0d50384..0000000 --- a/txaio-20.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f24e10396f026c75364ae23ffac8d72c156dc5f3733d332febb356c9d8d6b58d -size 53391