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
|
sorted-nearest (0.0.39+dfsg-4) unstable; urgency=medium
* Team Upload.
* Drop myself from uploaders
* Cleanup files for build-after-build
* Bump Standards-Version to 4.7.2 (no changes needed)
* Do not install examples in dist-packages/examples
namespace (Closes: #1102932)
* Drop Redundant "Rules-Requires-Root: no"
-- Nilesh Patra <nilesh@debian.org> Wed, 29 Oct 2025 00:11:29 +0530
sorted-nearest (0.0.39+dfsg-3) unstable; urgency=medium
* Team upload.
* Add missing dep on python3-pkg-resources
-- Alexandre Detiste <tchet@debian.org> Thu, 16 Jan 2025 21:08:04 +0100
sorted-nearest (0.0.39+dfsg-2) unstable; urgency=medium
* d/rules: clear cython artifacts off the package. (Closes: #1058054)
* d/control: add myself to uploaders.
-- Étienne Mollier <emollier@debian.org> Sat, 16 Dec 2023 18:37:38 +0100
sorted-nearest (0.0.39+dfsg-1) unstable; urgency=medium
[ Andreas Tille ]
* ACK NMU (Closes: #1058011)
* Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
[ Nilesh Patra ]
* Add fallback to version.py file for checking up version of the package
* Prune d/upstream_tests, they are included in the package
-- Nilesh Patra <nilesh@debian.org> Wed, 13 Dec 2023 00:50:27 +0530
sorted-nearest (0.0.38+dfsg-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Dropy runtime dependency on cython. Addresses: #1058011.
-- Matthias Klose <doko@debian.org> Mon, 11 Dec 2023 18:24:03 +0100
sorted-nearest (0.0.38+dfsg-1) unstable; urgency=medium
* Team upload.
* New upstream version
-- Andreas Tille <tille@debian.org> Sun, 05 Feb 2023 21:48:46 +0100
sorted-nearest (0.0.37+dfsg-2) unstable; urgency=medium
* Re-instantiate cythonize-post-clean.patch as it can lead to FTBFS
when no-clean-source is not guaranteed
* d/clean: cleanup generated ".c" files
-- Nilesh Patra <nilesh@debian.org> Sun, 01 Jan 2023 14:34:32 +0000
sorted-nearest (0.0.37+dfsg-1) unstable; urgency=medium
* Point d/watch to pypi.debian.net as github releases for this
package are highly unreliable
* New upstream version 0.0.37
* Drop cythonize-post-clean.patch
* Re-diff reorder.patch
* Try using np.int_ instead of np.longlong for compat on 32-bit archs
* Upstream does not vendor tests in pypi release, hence import tests
from github repo and use them
* Exclude all generated (via cython) '.c' files
-- Nilesh Patra <nilesh@debian.org> Sun, 01 Jan 2023 19:32:25 +0530
sorted-nearest (0.0.31+dfsg-4) unstable; urgency=medium
* Update numpy patch, fix it for reals this time
-- Nilesh Patra <nilesh@debian.org> Fri, 30 Dec 2022 09:18:38 +0000
sorted-nearest (0.0.31+dfsg-3) unstable; urgency=medium
* Add patch to fix FTBFS with numpy 1.24 (Closes: #1027243)
* Bump Standards-Version to 4.6.2 (no changes needed)
-- Nilesh Patra <nilesh@debian.org> Thu, 29 Dec 2022 15:48:12 +0530
sorted-nearest (0.0.31+dfsg-2) unstable; urgency=medium
* Bump Standards-Version to 4.6.1 (no changes needed)
* Add patch to reorder setuptools (Closes: #1022447)
* Test all versions in autopkgtest
-- Nilesh Patra <nilesh@debian.org> Sun, 23 Oct 2022 20:17:34 +0530
sorted-nearest (0.0.31+dfsg-1) unstable; urgency=medium
* Team upload.
* Upstream has tagged a release now - switch watch file from git mode
to parsing of tags
* Standards-Version: 4.6.0 (routine-update)
* No tab in license text (routine-update)
-- Andreas Tille <tille@debian.org> Wed, 22 Dec 2021 16:34:03 +0100
sorted-nearest (0.0+git20200319.8204815+ds-2) unstable; urgency=medium
* Team upload.
-- Andreas Tille <tille@debian.org> Wed, 15 Jul 2020 10:44:07 +0200
sorted-nearest (0.0+git20200319.8204815+ds-1) unstable; urgency=medium
* Initial release (Closes: #963189)
-- Nilesh Patra <npatra974@gmail.com> Sat, 20 Jun 2020 13:32:49 +0530
|