pylev 1.4.0-1 source package in Ubuntu

Changelog

pylev (1.4.0-1) unstable; urgency=medium

  [ Emmanuel Arias ]
  * New upstream release (Closes: #1000440).
  * d/control: Bump Standards-Version to 4.6.0.1. No changes needed.
  * d/copyright: Update copyright year for debian/* files.
  * d/salsa-ci-yml: Remove template comments from the file.
  * d/tests: Run upstream's testsuite. Rename the old superficial test file
    to simpletest.
  * d/control: Build with pybuild's pyproject plugin. Add
    pybuild-plugin-pyproject as Build Depends.

  [ Jeroen Ploemen ]
  * Control: remove trivial autopkgtest-pkg-python.
  * Rules: remove override of dh_auto_test, replace with a simple
    setting in debian/pybuild.testfiles.

 -- Emmanuel Arias <email address hidden>  Sat, 07 May 2022 14:31:06 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pylev_1.4.0-1.dsc 2.0 KiB 08d22c44499d6169a9ea1e1294fa25a286a4e1750541d4b4de0ae98ff5b74ad6
pylev_1.4.0.orig.tar.gz 4.8 KiB f7bf8fb939af1457b301a0f16b3e8c3979031e36a852b7f58fa353a33b930780
pylev_1.4.0-1.debian.tar.xz 2.8 KiB 76f5069b813a3404b8d5195064823e4d0c7fcdfc9fd66184d03e8241fc19b1b7

Available diffs

No changes file available.

Binary packages built by this source

python3-pylev: pure Python Levenshtein implementation

 A pure Python Levenshtein implementation. Based off the
 Wikipedia code samples at
 http://en.wikipedia.org/wiki/Levenshtein_distance.