python-pymemcache 3.5.2-1 source package in Ubuntu

Changelog

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

  * Fixed watch file.
  * New upstream release.
  * Switch to debhelper-compat 11.
  * Standards-Version: 4.6.1.

 -- Thomas Goirand <email address hidden>  Fri, 04 Nov 2022 12:25:43 +0100

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
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pymemcache_3.5.2-1.dsc 2.2 KiB 9635a72b9b18aa33450bd49911ad2e23684a15edea744efafd64ccd038e9f1fc
python-pymemcache_3.5.2.orig.tar.xz 54.5 KiB 8455170d59029d050d4153ee5a1640639f11ad3b4a698217a60258d564f1c0ea
python-pymemcache_3.5.2-1.debian.tar.xz 2.9 KiB 8abfec05631ebdebd384f3e06ed73660ff4fe5c9ece575b41e67f9cefb5917e5

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.