python-flor 1.1.3-2 source package in Ubuntu

Changelog

python-flor (1.1.3-2) unstable; urgency=low

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Michael Fladischer ]
  * Update d/watch to work with github again.
  * Bump Standards-Version to 4.6.0.1.
  * Use uscan version 4.
  * Enable upstream testsuite for autopkgtests.
  * Remove unnecessary autopkgtest-pkg-python testsuite.

 -- Michael Fladischer <email address hidden>  Fri, 22 Oct 2021 20:39:33 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-flor_1.1.3-2.dsc 1.7 KiB 89abb4c3771e67f77896146673728cedf530f5b510d027a1af1fb771b7409390
python-flor_1.1.3.orig.tar.gz 4.8 KiB adda89f8b0383bac13218f8e374110998086abe69b3ffcdebd9e0c5aa46bf61b
python-flor_1.1.3-2.debian.tar.xz 2.8 KiB 576a09fdc2102fef790451bfb1097bd477db5259c8ad6d541e84e60cc8d2d2da

Available diffs

No changes file available.

Binary packages built by this source

python3-flor: efficient Bloom filter library (Python3 version)

 Flor implements a Bloom filter class. A Bloom filter has a capacity (n) and a
 false positive probability (p) that gives the probability that a filter filled
 to capacity (i.e. with (n) distinct values inserted) will return True for an
 element that is not in the filter.
 .
 This package contains the Python 3 version of the library.