diff --git a/gear-0.12.0.tar.gz b/gear-0.12.0.tar.gz deleted file mode 100644 index 6505e38..0000000 --- a/gear-0.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fe4d885d596a3ccb89b458ec5750739bf2bfd082e746dcfb2a36f3134ca94a6 -size 46698 diff --git a/gear-0.13.0.tar.gz b/gear-0.13.0.tar.gz new file mode 100644 index 0000000..5cb447d --- /dev/null +++ b/gear-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227764befc050d1bcca32ad89388c8cef2f2a82e36f70a727ef1e7235b3f8d26 +size 47281 diff --git a/python-gear.changes b/python-gear.changes index b6eb5ca..789a89b 100644 --- a/python-gear.changes +++ b/python-gear.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 14 16:02:50 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-gear.spec b/python-gear.spec index 8637a5e..fbdb70a 100644 --- a/python-gear.spec +++ b/python-gear.spec @@ -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