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 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375
|
numcodecs (0.16.5+ds-4) unstable; urgency=medium
* Team upload.
* Add python3-supported-min alternative for backports.zstd (see #1130913).
-- Colin Watson <cjwatson@debian.org> Wed, 18 Mar 2026 12:36:35 +0000
numcodecs (0.16.5+ds-3) unstable; urgency=medium
* debian/control:
- Add dependency on python3-backports.zstd.
* debian/rules:
- Re-enable tests against zstd.
* debian/patches:
- New 0008-Prefer-zstd-from-stdlib.patch.
- New 0009-No-crc32c-warnings.patch (Closes: #1127764).
-- Antonio Valentino <antonio.valentino@tiscali.it> Sun, 15 Feb 2026 09:51:09 +0000
numcodecs (0.16.5+ds-2) unstable; urgency=medium
* Team Upload
* Stop testing against to-be-removed python3-pyzstd,
numcodes is the very last user left.
Packages should use python3-backports.zstd instead.
* Bump Standards-Version to 4.7.3, drop Priority: tag
-- Alexandre Detiste <tchet@debian.org> Sat, 14 Feb 2026 18:11:07 +0100
numcodecs (0.16.5+ds-1) unstable; urgency=medium
* New upstream release.
* debian/patches:
- Refresh all patches.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sat, 22 Nov 2025 10:01:29 +0000
numcodecs (0.16.3+ds-1) unstable; urgency=medium
* New upstream release.
* debian/patches:
- Drop 0001-No-spninx-issues.patch, the python3-sphinx-issues
package is now in Debian.
- Drop 0009-Fix-zstd-decoding.patch, applied upstream.
- Refresh and renumber remaining patches.
* debian/control:
- Drop "Rules-Requires-Root: no", no longer needed.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sat, 20 Sep 2025 07:16:01 +0000
numcodecs (0.16.2+ds-2) unstable; urgency=medium
* debian/patches:
- New 0009-Fix-zstd-decoding.patch.
* debian/rules:
- Re-enable test_pyzstd_streaming and
test_streaming_decompression.
-- Antonio Valentino <antonio.valentino@tiscali.it> Tue, 19 Aug 2025 08:54:45 +0000
numcodecs (0.16.2+ds-1) unstable; urgency=medium
* New upstream release.
* debian/control:
- Add dependency on python3-pyzstd and zstd.
* debian/patches:
- Refresh all patches.
* debian/rules:
- Skip zstd tests that are failing on i386:
test_pyzstd_streaming and test_streaming_decompression.
See https://github.com/zarr-developers/numcodecs/issues/781.
-- Antonio Valentino <antonio.valentino@tiscali.it> Mon, 18 Aug 2025 10:56:55 +0000
numcodecs (0.16.1+ds-1) unstable; urgency=medium
* New upstream release.
* debian/patches:
- Drop 0009-Fix-vlen-enc.patch, applyed upstream.
- Refresh all patches.
* Set upstream metadata fields: Documentation.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sat, 09 Aug 2025 07:57:55 +0000
numcodecs (0.16.0+ds-1) unstable; urgency=medium
* New upstream release.
* debian/patches:
- Refresh all patches.
- New 0009-Fix-vlen-enc.patch.
* Standards version bumped to 4.7.2, no changes.
* debian/rules:
- Enable verbose test output.
-- Antonio Valentino <antonio.valentino@tiscali.it> Wed, 09 Apr 2025 06:08:47 +0000
numcodecs (0.15.1+ds-1) unstable; urgency=medium
* New upstream release.
* Update links to fonts.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sat, 15 Feb 2025 09:59:27 +0000
numcodecs (0.15.0+ds-1) unstable; urgency=medium
* New upstream release.
* debian/control:
- Recommend python3-crc32c.
- Add dependency on python3-deprecated.
* debian/patches:
- Refresh all patches.
* debian/rules:
- Fix tests collection.
* Update dates in d/copyright.
-- Antonio Valentino <antonio.valentino@tiscali.it> Fri, 17 Jan 2025 19:15:20 +0000
numcodecs (0.14.1+ds-1) unstable; urgency=medium
* New upstream release.
* debian/patches:
- Drop 0009-No-mock.patch, applied upstream.
-- Antonio Valentino <antonio.valentino@tiscali.it> Fri, 22 Nov 2024 07:42:50 +0000
numcodecs (0.14.0+ds-1) unstable; urgency=medium
* New upstream release.
* debian/patches:
- Refresh all patches.
- New 0009-No-mock.patch.
* debian/control:
- Add dependency on python3-crc32c.
* debian/rules:
- Ignore numcodecs/zarr3.py during testing.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sat, 16 Nov 2024 09:38:59 +0000
numcodecs (0.13.1+ds-1) unstable; urgency=medium
* New upstream release.
* debian/patches:
- Refresh all patches.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sat, 12 Oct 2024 17:37:35 +0000
numcodecs (0.13.0+ds-2) unstable; urgency=medium
* Standards version bumped to 4.7.0, no changes.
* debian/rules:
- Temporary skip test_native_functions (depends on the zstd version).
Closes: #1081627.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sat, 14 Sep 2024 13:58:08 +0000
numcodecs (0.13.0+ds-1) unstable; urgency=medium
* New upstream release.
* debian/patches:
- Refresh all patches.
- New 0008-No-distutils.patch.
* debian/control:
- Update dependencies.
- Do not use unexisting substitutions.
* Update dates in d/copyright.
-- Antonio Valentino <antonio.valentino@tiscali.it> Wed, 17 Jul 2024 06:04:34 +0000
numcodecs (0.12.1+ds-1) unstable; urgency=medium
* New upstream release.
* debian/patches:
- Refresh all patches.
* devina/control:
- add dependency on python3-importlib-metadata.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sat, 21 Oct 2023 14:56:58 +0000
numcodecs (0.12.0+ds-1) unstable; urgency=medium
* New upstream release.
* Standards version bumped to 4.6.2, no changes.
* debian/rules:
- Improve doc build.
* debian/control:
- Switch to debhelper-compat 13.
- Use <!nodoc> and <!nocheck> markers.
- Drop dependency on python3-entrypoints, and python3-pip.
* Switch to dh-sequence-*.
* Switch to autopkgtest-pkg-pybuild and drop the
no longer necessary d/tests folder.
* New d/clean file.
* Update d/copyright.
* New d/python3-numcodecs.lintian-overrides file.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sat, 07 Oct 2023 10:23:09 +0000
numcodecs (0.11.0+ds-4) unstable; urgency=medium
* Skip tests that are incompatible with numpy v1.24 in autopkgtest.
-- Antonio Valentino <antonio.valentino@tiscali.it> Thu, 29 Dec 2022 17:39:12 +0000
numcodecs (0.11.0+ds-3) unstable; urgency=medium
* debian/rules:
- skip tests that are incompatible with numpy v1.24 (Closes: #1027231)
- enable numpy3 dh helper.
-- Antonio Valentino <antonio.valentino@tiscali.it> Thu, 29 Dec 2022 16:45:51 +0000
numcodecs (0.11.0+ds-2) unstable; urgency=medium
* debian/patches:
- fix 0004-Cpuinfo.patch
-- Antonio Valentino <antonio.valentino@tiscali.it> Sat, 17 Dec 2022 10:37:06 +0000
numcodecs (0.11.0+ds-1) unstable; urgency=medium
* debian/tests/control:
- add python3-zfpy to autopkgtest dependencies.
* debian/copyright:
- update the FilesExcluded field (auto-generated .c code no longer included
in the upstream source archive)
- remove entry for cpuinfo: no longer needed.
* debian/patches:
- refresh all patches.
* debian/control:
- add build-dependency on py-cpuinfo
- add build-dependency on python3-pytest-cov
- add build-dependency on pybuild-plugin-pyproject.
* debian/rules:
- remove unneeded files from the installation folder.
-- Antonio Valentino <antonio.valentino@tiscali.it> Fri, 16 Dec 2022 11:00:31 +0000
numcodecs (0.10.2+ds-2) unstable; urgency=medium
* debian/patches:
- refresh all patches.
* Fix d/copyright formatting.
* debian/control:
- recommend python3-zfpy
-- Antonio Valentino <antonio.valentino@tiscali.it> Sat, 01 Oct 2022 07:10:01 +0000
numcodecs (0.10.2+ds-1) unstable; urgency=medium
* New upstream release.
-- Antonio Valentino <antonio.valentino@tiscali.it> Fri, 05 Aug 2022 07:49:54 +0000
numcodecs (0.10.1+ds-1) unstable; urgency=medium
* New upstream release.
* debian/control:
- add dependency on python3-entrypoints.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sat, 30 Jul 2022 11:26:36 +0000
numcodecs (0.10.0+ds-1) unstable; urgency=medium
* New upstream release.
* Standards version bumped to 4.6.1 (no changes).
* debian/patches:
- drop 0006-Fix-bigendian-shuffle-test.patch.patch, applied upstream
- refresh all remaining patches.
* debian/control:
- add dependency on python3-typing-extensions.
* debian/tests:
- perform autopackagetests on all supported platform.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sun, 26 Jun 2022 06:47:44 +0000
numcodecs (0.9.1+ds-2) unstable; urgency=medium
* Fix installation of extension modules for Python 3.10.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sat, 05 Feb 2022 18:58:25 +0000
numcodecs (0.9.1+ds-1) unstable; urgency=medium
° New upstream release.
* Standards version bumped to 4.6.0 (no chenges).
* Update d/watch.
* Update d/copyright.
* debian/patches:
- refresh all patches.
- new 0008-Enable-snappy.patch.
* debian/rules:
- remove the fixture folder after build.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sat, 05 Feb 2022 09:54:10 +0000
numcodecs (0.8.1+ds-3) unstable; urgency=medium
* debian/patches:
- new 0007-Reproducible-build.patch, to make documentation
build reproducible (thanks to Chris Lamb).
Closes: #992804.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sat, 04 Sep 2021 09:25:57 +0000
numcodecs (0.8.1+ds-2) unstable; urgency=medium
* debian/patches:
- refresh all patches
- fix typo in 0004-Cpuinfo.patch
- new 0006-Fix-bigendian-shuffle-test.patch, to fix a shuffle
test on big-endian architectures.
See also https://github.com/zarr-developers/numcodecs/pull/282,
and https://github.com/zarr-developers/numcodecs/issues/286.
-- Antonio Valentino <antonio.valentino@tiscali.it> Wed, 25 Aug 2021 17:21:23 +0000
numcodecs (0.8.1+ds-1) unstable; urgency=medium
* New upstream release.
* Update debian/watch file.
* Update debian/copyright file.
* debian/control:
- add build dependency on python3-sphinx-issues.
* debian/rules:
- fix PYTHONPATH in doc build rule.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sun, 22 Aug 2021 09:50:52 +0000
numcodecs (0.7.3+ds-1) unstable; urgency=medium
* New upstream release.
* debian/patches:
- refresh all patches
-- Antonio Valentino <antonio.valentino@tiscali.it> Fri, 29 Jan 2021 07:01:29 +0000
numcodecs (0.7.2+ds-2) unstable; urgency=medium
[ Antonio Valentino ]
* Standards-Version bumped to 4.5.1 (no changes).
* debian/patches:
- new 0005-cpuinfo.patch to avoid setup.py errors on architectures
not supported by cpuinfo
- new 0006-Skip-broken-tests-on-BE-archs.patch
[ Anton Gladky ]
* Add .gitlab-ci.yml
-- Antonio Valentino <antonio.valentino@tiscali.it> Tue, 08 Dec 2020 08:07:23 +0000
numcodecs (0.7.2+ds-1) unstable; urgency=medium
* New upstream release.
* Refresh all patches.
* Standards version bumped to 4.5.0.
* 0004-Clean-fixtures.patch forwarded upstream.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sun, 20 Sep 2020 07:38:13 +0000
numcodecs (0.6.4+ds-1) unstable; urgency=medium
* New upstream release.
* Update license file for cpuinfo.
* debian/patches:
- drop 0002-Use-mock-from-stdlib.patch and
0004-Fix-unittest-failure.patch, applied upstream
- refresh and renumber remaining patches
-- Antonio Valentino <antonio.valentino@tiscali.it> Thu, 26 Dec 2019 09:53:29 +0000
numcodecs (0.6.3+ds-1) unstable; urgency=medium
* Initial version (Closes: #888482)
-- Antonio Valentino <antonio.valentino@tiscali.it> Sat, 05 Oct 2019 18:36:52 +0000
|