- Update to 0.13.0:
* prefer ipv6 for listen addrs * add support for keepalive to client - Execute tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gear?expand=0&rev=10
This commit is contained in:
parent
116f13a4b4
commit
53e30b1c7d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fe4d885d596a3ccb89b458ec5750739bf2bfd082e746dcfb2a36f3134ca94a6
|
||||
size 46698
|
3
gear-0.13.0.tar.gz
Normal file
3
gear-0.13.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:227764befc050d1bcca32ad89388c8cef2f2a82e36f70a727ef1e7235b3f8d26
|
||||
size 47281
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 16:02:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.13.0:
|
||||
* prefer ipv6 for listen addrs
|
||||
* add support for keepalive to client
|
||||
- Execute tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:48:23 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-gear
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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
|
||||
@ -18,24 +18,34 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-gear
|
||||
Version: 0.12.0
|
||||
Version: 0.13.0
|
||||
Release: 0
|
||||
Summary: Pure Python Async Gear Protocol Library
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: http://pypi.python.org/pypi/gear
|
||||
URL: https://github.com/openstack-infra/gear
|
||||
Source: https://files.pythonhosted.org/packages/source/g/gear/gear-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pbr}
|
||||
BuildRequires: %{python_module extras}
|
||||
BuildRequires: %{python_module fixtures >= 0.3.12}
|
||||
BuildRequires: %{python_module pbr >= 1.8.0}
|
||||
BuildRequires: %{python_module pyOpenSSL}
|
||||
BuildRequires: %{python_module python-daemon >= 2.0.4}
|
||||
BuildRequires: %{python_module python-subunit}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six >= 1.5.2}
|
||||
BuildRequires: %{python_module testrepository >= 0.0.13}
|
||||
BuildRequires: %{python_module testresources}
|
||||
BuildRequires: %{python_module testscenarios}
|
||||
BuildRequires: %{python_module testtools >= 0.9.27}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-extras
|
||||
Requires: python-pbr
|
||||
Requires: python-pbr >= 1.8.0
|
||||
Requires: python-python-daemon >= 2.0.4
|
||||
Requires: python-six
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: python-six >= 1.5.2
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@ -49,8 +59,12 @@ A pure-Python asynchronous library to interface with Gearman.
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
%python_clone -a %{buildroot}%{_bindir}/geard
|
||||
|
||||
%check
|
||||
%python_expand $python -m unittest discover
|
||||
|
||||
%post
|
||||
%python_install_alternative geard
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user