14
0

- Update to version 1.48:

+ Dropped HTML docu

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-memcached?expand=0&rev=7
This commit is contained in:
Sascha Peilicke
2013-04-26 09:12:08 +00:00
committed by Git OBS Bridge
parent 7ec15d0efe
commit d807aa49b9
4 changed files with 17 additions and 15 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59c5139d0a8d03e9bd796c984d0cd75b94ef955578372158152dacdfdfe32fc3
size 37465

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0bd09a717dd6d9ececb86cd28b041954f33d2022b388ddd113441feea3c19a6
size 13025

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 26 09:14:11 UTC 2013 - speilicke@suse.com
- Update to version 1.48:
+ Dropped HTML docu
-------------------------------------------------------------------
Fri Apr 1 11:23:28 UTC 2011 - oliver.bengs@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-memcached
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,8 @@
#
Name: python-python-memcached
Version: 1.47
Version: 1.48
Release: 0
Url: http://www.tummy.com/Community/software/python-memcached/
Summary: Pure python memcached client
@@ -28,16 +27,13 @@ Source: http://pypi.python.org/packages/source/p/python-memcached/python
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
Provides: python-memcached = %{version}
Obsoletes: python-memcached < %{version}
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch: noarch
%endif
%endif
Provides: python-memcached = %{version}
#TODO: Change back to '<' after next version update:
Obsoletes: python-memcached <= %{version}
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description
This package was originally written by Evan Martin of Danga.
@@ -59,7 +55,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc ChangeLog memcache.html README
%doc README
%{python_sitelib}/*
%changelog