python-smmap 2.0.5-1 source package in Ubuntu

Changelog

python-smmap (2.0.5-1) unstable; urgency=medium

  [ Chris Lamb ]
  * Remove trailing whitespaces.

  [ TANIGUCHI Takaki ]
  * New upstream version 2.0.5

 -- TANIGUCHI Takaki <email address hidden>  Fri, 26 Oct 2018 11:22:45 +0900

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-smmap_2.0.5-1.dsc 2.1 KiB ae03b679b1348c691aeae1b08ef654f8fb489accd8c2eb2eaa758e75623b4271
python-smmap_2.0.5.orig.tar.gz 22.1 KiB 29a9ffa0497e7f2be94ca0ed1ca1aa3cd4cf25a1f6b4f5f87f74b46ed91d609a
python-smmap_2.0.5-1.debian.tar.xz 3.3 KiB 55e93055d42f9bb474fb6b8e94fbc317037e8e6e76e12671fdf1c35c2cb38ab9

Available diffs

No changes file available.

Binary packages built by this source

python-smmap: No summary available for python-smmap in ubuntu focal.

No description available for python-smmap in ubuntu focal.

python3-smmap: pure Python implementation of a sliding window memory map manager

 Smmap wraps an interface around mmap and tracks the mapped files as well
 as the amount of clients who use it. If the system runs out of resources,
 or if a memory limit is reached, it will automatically unload unused maps
 to allow continued operation.
 .
 This package for Python 3.