14
0

Accepting request 520375 from home:jengelh:branches:devel:languages:python

- Expand description.

OBS-URL: https://build.opensuse.org/request/show/520375
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylibmc?expand=0&rev=9
This commit is contained in:
2017-09-05 07:17:12 +00:00
committed by Git OBS Bridge
parent 5a11f5347f
commit 90e98c8bd1
2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 2 22:06:36 UTC 2017 - jengelh@inai.de
- Expand description.
-------------------------------------------------------------------
Thu Aug 31 21:35:05 UTC 2017 - toddrme2178@gmail.com

View File

@@ -21,7 +21,7 @@
Name: python-pylibmc
Version: 1.5.2
Release: 0
Summary: Quick and small memcached client for Python
Summary: memcached client for Python
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://sendapatch.se/projects/pylibmc/
@@ -38,7 +38,12 @@ BuildRequires: %{python_module nose}
%python_subpackages
%description
pylibmc is a Python client for memcached written in C.
pylibmc is a Python client for (lib)memcached written in C.
The Python interface is similar to python-memcached.
pylibmc leverages configurable behaviors, data pickling, data
compression, tested GIL retention, consistent distribution, and the
binary memcached protocol.
%prep
%setup -q -n pylibmc-%{version}