forked from pool/python-gear
Accepting request 645603 from devel:languages:python
- 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/request/show/645603 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gear?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aba934718ade0a27785e381b78665174fed9b6854fe3d05da176a0650c988c5e
|
||||
size 46593
|
||||
3
gear-0.12.0.tar.gz
Normal file
3
gear-0.12.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fe4d885d596a3ccb89b458ec5750739bf2bfd082e746dcfb2a36f3134ca94a6
|
||||
size 46698
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 30 21:44:06 UTC 2018 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 0.12.0:
|
||||
* Add --listen-address flag to geard
|
||||
* Build universal wheels
|
||||
* Automatically send GRAB\_JOB after CAN\_DO
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 26 09:37:20 UTC 2018 - tbechtold@suse.com
|
||||
|
||||
|
||||
@@ -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