forked from pool/python-gear
- update to 0.12.0:
* Add --listen-address flag to geard * Build universal wheels * Automatically send GRAB\_JOB after CAN\_DO OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gear?expand=0&rev=5
This commit is contained in:
@@ -12,13 +12,13 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-gear
|
||||
Version: 0.11.1
|
||||
Version: 0.12.0
|
||||
Release: 0
|
||||
Summary: Pure Python Async Gear Protocol Library
|
||||
License: Apache-2.0
|
||||
@@ -58,8 +58,8 @@ A pure-Python asynchronous library to interface with Gearman.
|
||||
%python_uninstall_alternative geard
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.rst ChangeLog LICENSE AUTHORS
|
||||
%license LICENSE
|
||||
%doc README.rst ChangeLog AUTHORS
|
||||
%{python_sitelib}/*
|
||||
%python_alternative %{_bindir}/geard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user