1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
textdistance (4.6.3-7) unstable; urgency=medium
* Nicer way to implement the change in 4.6.3-7
-- Julian Gilbey <jdg@debian.org> Thu, 17 Apr 2025 08:14:33 +0100
textdistance (4.6.3-6) unstable; urgency=medium
* Disable hypothesis deadline; causing too many spurious CI failures
-- Julian Gilbey <jdg@debian.org> Wed, 16 Apr 2025 23:24:53 +0100
textdistance (4.6.3-5) unstable; urgency=medium
* Improve Depends/Recommends/Suggests lists
-- Julian Gilbey <jdg@debian.org> Wed, 16 Apr 2025 08:13:28 +0100
textdistance (4.6.3-4) unstable; urgency=medium
* Further increase the hypothesis timeout for one of the tests because
riscv64 is so slow
-- Julian Gilbey <jdg@debian.org> Mon, 09 Sep 2024 20:22:22 +0100
textdistance (4.6.3-3) unstable; urgency=medium
* Drop test-dependency and Suggests for python3-distance
* Drop Suggests: python3-lzma; it's now in the standard library
-- Julian Gilbey <jdg@debian.org> Sun, 08 Sep 2024 21:31:52 +0100
textdistance (4.6.3-2) unstable; urgency=medium
* Allow a longer timeout for one particularly slow test so that it does
not fail on riscv64
-- Julian Gilbey <jdg@debian.org> Fri, 09 Aug 2024 18:26:01 +0100
textdistance (4.6.3-1) unstable; urgency=medium
* New upstream version
* Support now-packaged rapidfuzz
* Depend on accelerated rapidfuzz and Levenshtein libraries
* Switch to using autopkgtest-pkg-pybuild
-- Julian Gilbey <jdg@debian.org> Thu, 08 Aug 2024 08:57:28 +0100
textdistance (4.6.0-1) unstable; urgency=medium
* New upstream version (closes: #1058429)
* Drop dependencies on libraries that are no longer used (abydos,
py_stringmatching and python-Levenshtein), as well as on libraries
that are not available in Debian (rapidfuzz, Levenshtein)
-- Julian Gilbey <jdg@debian.org> Tue, 19 Dec 2023 11:25:15 +0000
textdistance (4.5.0-1) unstable; urgency=medium
* New upstream version
* Incorporates modified DamerauLevenstein patch, so remove the
Debian-specific patch
-- Julian Gilbey <jdg@debian.org> Wed, 21 Sep 2022 08:19:12 +0100
textdistance (4.4.0-1) unstable; urgency=medium
* New upstream version
* Cannot introduce dependency on the new upstream recommended package
rapidfuzz, as it is not yet able to be packaged for Debian (due to
requiring Cython >= 3.0.0a7)
* Add new classes DamerauLevenshteinRestricted and
DamerauLevenshteinUnrestricted to handle the different definitions of
this distance
-- Julian Gilbey <jdg@debian.org> Sun, 04 Sep 2022 16:38:09 +0100
textdistance (4.2.2-4) unstable; urgency=medium
* Update d/watch to handle various different tag formats being used
-- Julian Gilbey <jdg@debian.org> Mon, 20 Dec 2021 12:34:30 +0000
textdistance (4.2.2-3) unstable; urgency=medium
* Fix autopkgtest script
-- Julian Gilbey <jdg@debian.org> Tue, 14 Dec 2021 16:27:50 +0000
textdistance (4.2.2-2) unstable; urgency=medium
* Run autopkgtest with every python version, and include pytest.ini
file.
* Fix autopkgtest failure on arm64 by ensuring normalised distances
cannot be greater than one (which could affect any architecture) and
ignoring differing timings on certain tests in the test suite (which
caused significant problems on arm64). (Closes: #1000414)
-- Julian Gilbey <jdg@debian.org> Sat, 27 Nov 2021 22:28:37 +0000
textdistance (4.2.2-1) unstable; urgency=medium
* New upstream version
* Depend on newer python3-jellyfish (Closes: #997481)
* Add autopkgtest suite
-- Julian Gilbey <jdg@debian.org> Wed, 10 Nov 2021 09:10:33 +0000
textdistance (4.2.1-1) unstable; urgency=medium
* New upstream version
* Fix debian/watch file
-- Julian Gilbey <jdg@debian.org> Mon, 25 Oct 2021 07:14:19 +0100
textdistance (4.2.0-2) unstable; urgency=medium
* Switch to dh-sequence-python3
-- Julian Gilbey <jdg@debian.org> Thu, 04 Feb 2021 06:52:19 +0000
textdistance (4.2.0-1) unstable; urgency=medium
* Initial release (Closes: #979204)
-- Julian Gilbey <jdg@debian.org> Wed, 27 Jan 2021 19:03:25 +0000
|