forked from pool/python-txaio
Accepting request 582419 from devel:languages:python
- Initial package OBS-URL: https://build.opensuse.org/request/show/582419 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-txaio?expand=0&rev=1
This commit is contained in:
@@ -1,44 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Wed Feb 5 13:11:01 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
||||||
|
|
||||||
- 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 <tchvatal@suse.com>
|
|
||||||
|
|
||||||
- Add patch to build with newer pytest releases:
|
|
||||||
* pytest4.patch
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Sep 5 13:40:10 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
||||||
|
|
||||||
- Set pytest maximum version.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Mar 19 12:35:11 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
||||||
|
|
||||||
- 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 <mcepl@suse.com>
|
|
||||||
|
|
||||||
- Remove superfluous devel dependency for noarch package
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 2 22:01:11 UTC 2018 - avvissu@yandex.by
|
Fri Mar 2 22:01:11 UTC 2018 - avvissu@yandex.by
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-txaio
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,34 +12,29 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-txaio
|
Name: python-txaio
|
||||||
Version: 20.1.1
|
Version: 2.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: WebSocket and WAMP in Python for Twisted and asyncio
|
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Summary: WebSocket and WAMP in Python for Twisted and asyncio
|
||||||
|
Url: http://crossbar.io/autobahn
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/crossbario/txaio
|
|
||||||
Source: https://files.pythonhosted.org/packages/source/t/txaio/txaio-%{version}.tar.gz
|
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: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
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
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module Twisted >= 12.1.0}
|
BuildRequires: %{python_module Twisted}
|
||||||
BuildRequires: %{python_module mock}
|
|
||||||
BuildRequires: %{python_module pytest}
|
|
||||||
BuildRequires: %{python_module six}
|
BuildRequires: %{python_module six}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
|
Requires: python-six
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -57,10 +52,10 @@ asynchronous Remote Procedure Calls and Publish & Subscribe on top of WebSocket.
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest -k 'not test_sdist'
|
%python_exec setup.py test
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%doc LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
3
txaio-2.9.0.tar.gz
Normal file
3
txaio-2.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dfc3a7d04b4b484ae5ff241affab5bb01306b1e950dd6f54fd036cfca94345d0
|
||||||
|
size 44195
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f24e10396f026c75364ae23ffac8d72c156dc5f3733d332febb356c9d8d6b58d
|
|
||||||
size 53391
|
|
Reference in New Issue
Block a user