python-pymemcache 3.5.0-2 source package in Ubuntu

Changelog

python-pymemcache (3.5.0-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Wed, 29 Sep 2021 13:20:05 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release main misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pymemcache_3.5.0-2.dsc 2.2 KiB 5ae21a8a1f4fc461799eefed3ec5c5cd3dbab29abe98c2e90aa8219687e728fa
python-pymemcache_3.5.0.orig.tar.xz 54.2 KiB aca39c7810924efe22b7b1bec2c61ce62053a1f18c2df0b7b8363f43f85695e6
python-pymemcache_3.5.0-2.debian.tar.xz 2.6 KiB 51aa72329a5d135ff39da8a46d9ca9afa8ddf17981a49db6dc1a675f1a879c9e

Available diffs

No changes file available.

Binary packages built by this source

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.