python-pymemcache 4.0.0-5 source package in Ubuntu

Changelog

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

  * Revert previous upload that breaks bookworm.
  * Remove pyproject.toml and patch setup.py.
  * Add empty file py.typed in the module (not sure what it is for, but
    upstream has it in the original MANIFEST.in).

 -- Thomas Goirand <email address hidden>  Tue, 17 Oct 2023 14:36:00 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pymemcache_4.0.0-5.dsc 2.2 KiB e87c0908d23cfd8cb02d4ec43394ace691a76b3f9a6f002ce93d1e7903642de3
python-pymemcache_4.0.0.orig.tar.xz 58.2 KiB 1406bc47515900fd23b27e17105ee12b881a6fa0226da083a282d74a737c5203
python-pymemcache_4.0.0-5.debian.tar.xz 5.0 KiB f18f75c9f7a34f27e81ca22ac2ec83697e44e991058278e4dc363e112c1410db

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.