pybloomfiltermmap 0.3.14-0.1 source package in Ubuntu

Changelog

pybloomfiltermmap (0.3.14-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream release (Closes: #794675)
  * Bump std-version to 3.9.6.
  * Bump compat level to 9
  * Update watch file.
  * Use cython to regenerate source files. 
  * Run wrap-and-sort
  * Add README.markdown to docs

 -- Gianfranco Costamagna <email address hidden>  Wed, 02 Sep 2015 17:32:04 +0200

Upload details

Uploaded by:
Luciano Bello
Uploaded to:
Sid
Original maintainer:
Luciano Bello
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
pybloomfiltermmap_0.3.14-0.1.dsc 1.8 KiB 2f22fb629598e9df135816ad761d57dc1ee1dd931e24fd673b19c80c7a8d015f
pybloomfiltermmap_0.3.14.orig.tar.gz 436.3 KiB eb21b180ff77b7afd2d586ed9d188cbf9563103e26e7ee72ed11dd492cc37875
pybloomfiltermmap_0.3.14-0.1.debian.tar.xz 2.4 KiB ff22ff4d579ee3ef06df16ec06b1d89fbe7812a42c8b607cfa6d2c1455597041

Available diffs

No changes file available.

Binary packages built by this source

python-pybloomfiltermmap: Bloom filter (bloomfilter) for Python built on mmap

 This module implements a Bloom filter in Python that's fast and uses
 mmap files for better scalability.
 .
 It main advantages are:
  * It natively uses mmaped files.
  * It natively does the set things you want a Bloom filter to do.
  * It is fast.