forked from pool/python-python-memcached
Accepting request 319608 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/319608 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-memcached?expand=0&rev=12
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:df21d1431424c512901ecc3cd244039833aebc4bc7d345af403d4abdace20081
|
|
||||||
size 36662
|
|
3
python-memcached-1.56.tar.gz
Normal file
3
python-memcached-1.56.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1646b7255149e5037162461997d31a4bfbb30343b5769cb5e95d23cd93d10d98
|
||||||
|
size 22523
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 30 14:54:21 UTC 2015 - tbechtold@suse.com
|
||||||
|
|
||||||
|
- update to 1.56:
|
||||||
|
* More patches for python3 from Victor Stinner #67. Thanks!
|
||||||
|
* Tests moved out into their own unittest testcases.
|
||||||
|
Patch by Jeremy Thurgood.
|
||||||
|
* Adding support for pluggable compressors. Patch by cactus on github.
|
||||||
|
* Adding support for "noreply". Patch by cactus on github.
|
||||||
|
* Allowing empty key in _multi() calls. Suggested by sergio97 on github.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 23 07:08:57 UTC 2015 - mcihar@suse.cz
|
Thu Apr 23 07:08:57 UTC 2015 - mcihar@suse.cz
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-python-memcached
|
Name: python-python-memcached
|
||||||
Version: 1.54
|
Version: 1.56
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.tummy.com/Community/software/python-memcached/
|
Url: http://www.tummy.com/Community/software/python-memcached/
|
||||||
Summary: Pure python memcached client
|
Summary: Pure python memcached client
|
||||||
@@ -57,7 +57,7 @@ python setup.py build
|
|||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
nosetests
|
nosetests
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Reference in New Issue
Block a user