14
0

Accepting request 287538 from home:tbechtold:branches:devel:languages:python

New upstream release

OBS-URL: https://build.opensuse.org/request/show/287538
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymemcache?expand=0&rev=2
This commit is contained in:
2015-02-24 15:07:28 +00:00
committed by Git OBS Bridge
parent 6a497e34c6
commit 47b140841a
4 changed files with 22 additions and 7 deletions

View File

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

3
pymemcache-1.2.8.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Feb 24 14:42:54 UTC 2015 - tbechtold@suse.com
- update to 1.2.8:
* Increasing version number for pypi
* Merge pull request #30 from methane/patch-1
* Move nose to tests_requires
* Bumping version to fix upload issues with pypi
* Adding James Socol to contributors and bumping version for pypi
* Merge pull request #27 from jsocol/connect-error
* Include _connect in ignore_exc try/except block
* Adding the LICENSE.txt file to the distribution
-------------------------------------------------------------------
Fri Jun 6 08:31:19 UTC 2014 - thomasbechtold@jpberlin.de

View File

@@ -1,6 +1,7 @@
#
# spec file for package python-pymemcache
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2014 Thomas Bechtold <thomasbechtold@jpberlin.de>
#
# All modifications and additions to the file contributed by third parties
@@ -13,20 +14,21 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-pymemcache
Version: 1.2.3
Version: 1.2.8
Release: 0
License: Apache-2.0
Summary: A comprehensive, fast, pure Python memcached client
Url: https://github.com/Pinterest/pymemcache
License: Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/Pinterest/pymemcache
Source: https://pypi.python.org/packages/source/p/pymemcache/pymemcache-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-nose >= 1.0
BuildRequires: python-setuptools
BuildRequires: python-six
BuildRequires: python-nose >= 1.0
Requires: python-six
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110