python-pymemcache 3.5.2-2 source package in Ubuntu

Changelog

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

  * Cleans better (Closes: #1047573).

 -- Thomas Goirand <email address hidden>  Mon, 21 Aug 2023 13:40:19 +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
Mantic release main misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pymemcache_3.5.2-2.dsc 2.2 KiB f18c063ef8555b3fe4312b83025149d5cc62c487dd823c633afa76073462bcde
python-pymemcache_3.5.2.orig.tar.xz 54.5 KiB 8455170d59029d050d4153ee5a1640639f11ad3b4a698217a60258d564f1c0ea
python-pymemcache_3.5.2-2.debian.tar.xz 3.0 KiB 08f24bfac33fb93d863d175987dbdb6ca407285c108fc0233c060e370a5a2a9f

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.