15
0
2016-04-13 19:59:09 +00:00
committed by Git OBS Bridge
parent 8785df784f
commit dba917fc58
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 13 19:59:02 UTC 2016 - dmueller@suse.com
- fix license
-------------------------------------------------------------------
Sun Feb 28 20:22:51 UTC 2016 - dmueller@suse.com

View File

@@ -20,7 +20,7 @@ Name: python-pika-pool
Version: 0.1.3
Release: 0
Summary: Pools for pikas
License: BSD-2-Clause
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/bninja/pika-pool
Source: https://pypi.python.org/packages/source/p/pika-pool/pika-pool-%{version}.tar.gz
@@ -31,7 +31,6 @@ Requires: python-pika >= 0.9
BuildArch: noarch
%description
=========
Pika connection pooling inspired by:
- `flask-pika <https://github.com/WeatherDecisionTechnologies/flask-pika>`_