python-pymemcache 1.3.2-2ubuntu1 source package in Ubuntu
Changelog
python-pymemcache (1.3.2-2ubuntu1) xenial; urgency=low * Merge from Debian unstable. Remaining changes: - d/control: Drop BD's on python{3}-pytest-cov. - d/p/disable-pytest-cov.patch: Disable use of pytest-cov. * Dropped changes, included in Debian: - d/control: Add missing BD's on python{3}-mock, resolving unit test failures. python-pymemcache (1.3.2-2) unstable; urgency=medium * Added missing python{3,}-mock depends (Closes: #795565). -- James Page <email address hidden> Sun, 22 Nov 2015 11:09:11 +0000
Upload details
- Uploaded by:
- James Page
- Uploaded to:
- Xenial
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-pymemcache_1.3.2.orig.tar.xz | 25.4 KiB | 7aa008282e423ca3df4c86957efcbc7b4e046cd1454664a428cc7277e700e91a |
python-pymemcache_1.3.2-2ubuntu1.debian.tar.xz | 3.1 KiB | 49e7123a88dc895dcc620593c7130e4f2a7190191f14d6629bc604b60b106230 |
python-pymemcache_1.3.2-2ubuntu1.dsc | 2.3 KiB | dbd6efcd8a3375f7032ef5e90b9f1e0c21dd161ad4e602c69212bfe1048c8209 |
Available diffs
- diff from 1.3.2-1ubuntu1 to 1.3.2-2ubuntu1 (784 bytes)
Binary packages built by this source
- python-pymemcache: No summary available for python-pymemcache in ubuntu zesty.
No description available for python-pymemcache in ubuntu zesty.
- python3-pymemcache: comprehensive, fast, pure Python memcached client - Python 3.x
Pymemcache is a comprehensive, fast, pure-Python memcached client. It supports
the following features:
* Complete implementation of the memcached text protocol.
* Configurable timeouts for socket connect and send/recv calls.
* Access to the "noreply" flag, which can significantly increase the speed of
writes.
* Flexible, simple approach to serialization and deserialization.
* The (optional) ability to treat network and memcached errors as cache
misses.
.
This package contains the Python 3.x module.