pybloomfiltermmap 0.3.15-0.1build2 source package in Ubuntu

Changelog

pybloomfiltermmap (0.3.15-0.1build2) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:39:48 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Luciano Bello
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
pybloomfiltermmap_0.3.15.orig.tar.gz 437.8 KiB efcec29a2cc511dd4e631e4415f68fc450f1e10864db215db21bd8bea7d7bc62
pybloomfiltermmap_0.3.15-0.1build2.debian.tar.xz 2.6 KiB 827b67437837c7eccbdf5ce0808f3a4fef145185ed79230824b22ba04dff997d
pybloomfiltermmap_0.3.15-0.1build2.dsc 1.9 KiB b8a2f9107bd679653cc9ff73d7f6ba213e618db2f8706085e902b7d2e1352cac

View changes file

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.

python-pybloomfiltermmap-dbgsym: debug symbols for python-pybloomfiltermmap