14
0

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
This commit is contained in:
Denisart Benjamin
2015-05-16 12:52:44 +00:00
committed by Git OBS Bridge
parent 498ec571ea
commit 9521c5bde7
4 changed files with 32 additions and 9 deletions

View File

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

3
pylibmc-1.4.2.tar.gz Normal file
View File

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

View File

@@ -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 Wed Sep 18 11:50:18 UTC 2013 - speilicke@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pylibmc # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -13,18 +13,19 @@
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-pylibmc Name: python-pylibmc
Version: 1.2.3 Version: 1.4.2
Release: 0 Release: 0
License: BSD-3-Clause
Summary: Quick and small memcached client for Python Summary: Quick and small memcached client for Python
Url: http://sendapatch.se/projects/pylibmc/ License: BSD-3-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://sendapatch.se/projects/pylibmc/
Source: https://pypi.python.org/packages/source/p/pylibmc/pylibmc-%{version}.tar.gz Source: https://pypi.python.org/packages/source/p/pylibmc/pylibmc-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: libmemcached-devel BuildRequires: libmemcached-devel
BuildRequires: python-devel
BuildRequires: zlib-devel BuildRequires: zlib-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -45,7 +46,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc LICENSE README.rst %doc README.rst
%{python_sitearch}/* %{python_sitearch}/*
%changelog %changelog