From 90e98c8bd197f88ca711dde99a4ea0b28a9190491daa52a9893358adcbfd48eb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 5 Sep 2017 07:17:12 +0000 Subject: [PATCH] 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 --- python-pylibmc.changes | 5 +++++ python-pylibmc.spec | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/python-pylibmc.changes b/python-pylibmc.changes index 6a2c578..6754f9c 100644 --- a/python-pylibmc.changes +++ b/python-pylibmc.changes @@ -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 diff --git a/python-pylibmc.spec b/python-pylibmc.spec index 65f1dff..e21d496 100644 --- a/python-pylibmc.spec +++ b/python-pylibmc.spec @@ -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}