python-ssdeep 3.4.1-1 source package in Ubuntu

Changelog

python-ssdeep (3.4.1-1) unstable; urgency=medium

  * Change d/watch to github
  * New upstream version 3.4.1. (Closes: #1022526)
  * Add DPT as maintainer (Closes: #952840).
  * Drop d/patch
  * Update d/copyright
  * Remove python3-cffi for binary package dependences

 -- Bo YU <email address hidden>  Mon, 05 Dec 2022 04:58:11 +0800

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium 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

Downloads

File Size SHA-256 Checksum
python-ssdeep_3.4.1-1.dsc 1.6 KiB 9dcb8e7a1ef72b4e14ec666cd7296cc905dde8a8c118ccd7ebfd5c92d34d45eb
python-ssdeep_3.4.1.orig.tar.xz 91.0 KiB 5530c127d05cc058a6c14dee8e028b6742bb0edb4f96ac055f4f9d5f1d206b6c
python-ssdeep_3.4.1-1.debian.tar.xz 2.9 KiB cd73b226c21bcacd13998baf1e3ed19b90008f13a8fcb1dce65b8c0805cb4433

Available diffs

No changes file available.

Binary packages built by this source

python3-ssdeep: Python 3.x wrapper for the ssdeep piecewise hashing tool

 This is a straightforward Python wrapper for ssdeep by Jesse Kornblum,
 which is a library for computing context triggered piecewise hashes (CTPH).
 Also called fuzzy hashes, CTPH can match inputs that have homologies.
 Such inputs have sequences of identical bytes in the same order, although
 bytes in between these sequences may be different in both content and length.
 .
 This package contains the extension built for Python 3.x.

python3-ssdeep-dbgsym: debug symbols for python3-ssdeep