From 9521c5bde740f460d5535823a0543bb93ce52e77859035423d220b07e908c215 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Sat, 16 May 2015 12:52:44 +0000 Subject: [PATCH] Accepting request 306392 from home:benoit_monin:branches:devel:languages:python - update to version 1.4.2 - remove LICENSE from package: not provided anymore OBS-URL: https://build.opensuse.org/request/show/306392 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylibmc?expand=0&rev=5 --- pylibmc-1.2.3.tar.gz | 3 --- pylibmc-1.4.2.tar.gz | 3 +++ python-pylibmc.changes | 22 ++++++++++++++++++++++ python-pylibmc.spec | 13 +++++++------ 4 files changed, 32 insertions(+), 9 deletions(-) delete mode 100644 pylibmc-1.2.3.tar.gz create mode 100644 pylibmc-1.4.2.tar.gz diff --git a/pylibmc-1.2.3.tar.gz b/pylibmc-1.2.3.tar.gz deleted file mode 100644 index ef4f941..0000000 --- a/pylibmc-1.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0157c72ce8b6aeefe52c77be5e1d059481b58127e0f9d2d6c216f6b1c68da6dc -size 47355 diff --git a/pylibmc-1.4.2.tar.gz b/pylibmc-1.4.2.tar.gz new file mode 100644 index 0000000..6d3c14d --- /dev/null +++ b/pylibmc-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e19a06e650fde31f40a62db0a3da37a1cad9616e1cfd04b8e248fb4bd5f4a1 +size 53496 diff --git a/python-pylibmc.changes b/python-pylibmc.changes index 2f82b0b..b4095ef 100644 --- a/python-pylibmc.changes +++ b/python-pylibmc.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon May 11 16:25:23 UTC 2015 - benoit.monin@gmx.fr + +- update to version 1.4.2: + * no changelog available +- additional changes from version 1.4.0: + * Python 3.x support + * miscellaneous bug fixes + * testing improvements + * documentation updates +- additional changes from version 1.3.0: + * Added touch support + * Added compress_level + * Added weighted distribution + * Added automated benchmarking utility + * Added Travis CI and build status + * Added behavior dead_timeout + * Added behaviors tcp_keepalive + * Added behavior callback_prefix_key + * Lots of bug tuning, fixes, tests, and documentation +- remove LICENSE from package: not provided anymore + ------------------------------------------------------------------- Wed Sep 18 11:50:18 UTC 2013 - speilicke@suse.com diff --git a/python-pylibmc.spec b/python-pylibmc.spec index 045c50f..6e384cb 100644 --- a/python-pylibmc.spec +++ b/python-pylibmc.spec @@ -1,7 +1,7 @@ # # spec file for package python-pylibmc # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,18 +13,19 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-pylibmc -Version: 1.2.3 +Version: 1.4.2 Release: 0 -License: BSD-3-Clause Summary: Quick and small memcached client for Python -Url: http://sendapatch.se/projects/pylibmc/ +License: BSD-3-Clause Group: Development/Languages/Python +Url: http://sendapatch.se/projects/pylibmc/ Source: https://pypi.python.org/packages/source/p/pylibmc/pylibmc-%{version}.tar.gz -BuildRequires: python-devel BuildRequires: libmemcached-devel +BuildRequires: python-devel BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 @@ -45,7 +46,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) -%doc LICENSE README.rst +%doc README.rst %{python_sitearch}/* %changelog