forked from pool/python-pymemcache
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:
@@ -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
3
pymemcache-1.2.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3b8f7e7daf76090e4fdcbc4424c42e328f1d571b9a91d8ea0ca1c7e4e92043b8
|
||||||
|
size 21655
|
@@ -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
|
Fri Jun 6 08:31:19 UTC 2014 - thomasbechtold@jpberlin.de
|
||||||
|
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pymemcache
|
# spec file for package python-pymemcache
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2014 Thomas Bechtold <thomasbechtold@jpberlin.de>
|
# Copyright (c) 2014 Thomas Bechtold <thomasbechtold@jpberlin.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -13,20 +14,21 @@
|
|||||||
# 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-pymemcache
|
Name: python-pymemcache
|
||||||
Version: 1.2.3
|
Version: 1.2.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Apache-2.0
|
|
||||||
Summary: A comprehensive, fast, pure Python memcached client
|
Summary: A comprehensive, fast, pure Python memcached client
|
||||||
Url: https://github.com/Pinterest/pymemcache
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: https://github.com/Pinterest/pymemcache
|
||||||
Source: https://pypi.python.org/packages/source/p/pymemcache/pymemcache-%{version}.tar.gz
|
Source: https://pypi.python.org/packages/source/p/pymemcache/pymemcache-%{version}.tar.gz
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
|
BuildRequires: python-nose >= 1.0
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
BuildRequires: python-six
|
BuildRequires: python-six
|
||||||
BuildRequires: python-nose >= 1.0
|
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user