python-pymemcache 4.0.0-6 source package in Ubuntu

Changelog

python-pymemcache (4.0.0-6) unstable; urgency=medium

  * Add remove-test-failing-on-32-bits.patch (Closes: #1055394).
  * Remove (build-)depends on python3-six (Closes: #1055464).

 -- Thomas Goirand <email address hidden>  Tue, 07 Nov 2023 16:48:36 +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
Noble release main misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pymemcache_4.0.0-6.dsc 2.2 KiB 42e7e8da5d365cf65d1cf53b424f5ef9a3ce76a34b617f853f9046f6901a2258
python-pymemcache_4.0.0.orig.tar.xz 58.2 KiB 1406bc47515900fd23b27e17105ee12b881a6fa0226da083a282d74a737c5203
python-pymemcache_4.0.0-6.debian.tar.xz 5.2 KiB faf8adc27215f7630c2731d01838757916dd3bc466c795e9f421a2c166edb3a5

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.