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
|
pythran (0.17.0+ds-1) unstable; urgency=medium
* Team upload.
* New upstream release
-- Drew Parsons <dparsons@debian.org> Thu, 05 Dec 2024 23:18:34 +0100
pythran (0.16.1+ds-3) unstable; urgency=medium
* Team upload.
* update debian/tests
- remove repetition of DEB_HOST_ARCH setting
- riscv64: run all tests on default python only
-- Drew Parsons <dparsons@debian.org> Fri, 31 May 2024 00:07:35 +0200
pythran (0.16.1+ds-2) unstable; urgency=medium
* Team upload.
* debian/tests: run riscv64 tests on default python only
-- Drew Parsons <dparsons@debian.org> Wed, 29 May 2024 14:43:54 +0200
pythran (0.16.1+ds-1) unstable; urgency=medium
* Team upload.
* New upstream release
- fixes significant memory leak in ndarray from 0.16.0
-- Drew Parsons <dparsons@debian.org> Wed, 29 May 2024 10:03:34 +0200
pythran (0.16.0+ds-3) unstable; urgency=medium
* Team upload.
* on riscv64 run only a third of test cases in pythran-test-cases
-- Drew Parsons <dparsons@debian.org> Tue, 28 May 2024 15:29:58 +0200
pythran (0.16.0+ds-2) unstable; urgency=medium
* Team upload.
* fix arch for riscv64 test restrictions
-- Drew Parsons <dparsons@debian.org> Mon, 27 May 2024 09:39:02 +0200
pythran (0.16.0+ds-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Standards-Version: 4.7.0
-- Drew Parsons <dparsons@debian.org> Sun, 26 May 2024 10:50:24 +0200
pythran (0.15.0+ds-3) unstable; urgency=medium
* Team upload.
* debian/tests: riscv64 runs extremely slowly such that the test
session times out, so use a restricted subset
-- Drew Parsons <dparsons@debian.org> Wed, 15 May 2024 20:19:12 +0200
pythran (0.15.0+ds-2) unstable; urgency=medium
* Team upload.
* move python3-nbsphinx, pandoc to Build-Depends-Indep
(pandoc is not available on all arches)
* refresh manpages (debian/rules help2man)
-- Drew Parsons <dparsons@debian.org> Mon, 15 Jan 2024 12:49:50 +0100
pythran (0.15.0+ds-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- supports Python 3.12. Drop debian patch python_3.12_258ab9a.diff
- now uses pyproject.toml. Build-Depends: pybuild-plugin-pyproject
Deprecated debian patch
0002-Exclude-pythran-pythonic-patch-README.rst.patch
* update debian/copyright. boost and xsimd (third-party source to be
excluded from the source tarball) are now placed in the pythran
dir in the upstream tarball.
* enable doc build with nbsphinx
- Build-Depends: python3-nbsphinx, pandoc <!nodoc>
- drop debian patch
0005-Disable-jupyter-based-documentation-examples.patch
* debian/rules: drop deprecated build args --no-boost --no-xsimd
-- Drew Parsons <dparsons@debian.org> Mon, 15 Jan 2024 02:42:25 +0100
pythran (0.14.0+ds-5) unstable; urgency=medium
* Team upload.
* python3-pythran Depends: python3-setuptools.
No longer automatically included in python 3.12. Closes: #1059634.
-- Drew Parsons <dparsons@debian.org> Fri, 12 Jan 2024 03:44:08 +0100
pythran (0.14.0+ds-4) unstable; urgency=medium
* Team upload.
* update debian config files and tests to replace libatlas-base-dev
references to libblis-dev (since atlas is deprecated and openblas
is not available on armel)
-- Drew Parsons <dparsons@debian.org> Mon, 18 Dec 2023 02:18:32 +0100
pythran (0.14.0+ds-3) unstable; urgency=medium
* Team upload.
* debian patch python_3.12_258ab9a.diff applies upstream
commit 258ab9a to support Python 3.12. Closes: #1056515.
* drop debian patch 0004-Enhance-atlas-auto-detection.patch.
The ATLAS BLAS implementation is deprecated, and its patch
interferes with application of the Python 3.12 patch.
-- Drew Parsons <dparsons@debian.org> Sun, 17 Dec 2023 16:45:24 +0100
pythran (0.14.0+ds-2) unstable; urgency=medium
* Team upload.
* upload pythran 0.14 to unstable (xsimd 10 is now available)
-- Drew Parsons <dparsons@debian.org> Wed, 27 Sep 2023 17:02:28 +0200
pythran (0.14.0+ds-1exp1) experimental; urgency=medium
* Team upload.
* New upstream release.
* remove autogenerated doc files with dh_clean. Closes: #1046079.
* drop debian patch gcc13_PR2029.patch (applied upstream)
-- Drew Parsons <dparsons@debian.org> Sun, 17 Sep 2023 14:08:53 +0200
pythran (0.13.1+ds-1exp1) experimental; urgency=medium
* Team upload.
* New upstream release.
* Standards-Version: 4.6.2
-- Drew Parsons <dparsons@debian.org> Sat, 01 Jul 2023 11:20:38 +0200
pythran (0.13.0+ds-1exp1) experimental; urgency=medium
* Team upload.
* New upstream release.
-- Drew Parsons <dparsons@debian.org> Tue, 02 May 2023 17:46:58 +0200
pythran (0.13.0~beta0~PR2100-1exp1) experimental; urgency=medium
* Team upload.
* New upstream beta release (PR2100)
-- Drew Parsons <dparsons@debian.org> Sun, 30 Apr 2023 13:15:17 +0200
pythran (0.12.1+ds-1exp4) experimental; urgency=medium
* Team upload.
* versioned Depends: libxsimd-dev (>= 10.0.0~)
(argminmax.hpp uses xsimd::batch_bool_cast)
-- Drew Parsons <dparsons@debian.org> Mon, 23 Jan 2023 11:47:37 +0100
pythran (0.12.1+ds-1exp3) experimental; urgency=medium
* Team upload.
* debian patch config-linux.patch removes the unknown C compiler
option -Wno-unknown-warning-option from pythran-linux.cfg
(it might be a clang option but gcc does not recognise it).
* debian/tests: print value of CXXFLAGS used when running tests
(to help keep track of USE_XSIMD)
-- Drew Parsons <dparsons@debian.org> Wed, 18 Jan 2023 13:21:24 +0100
pythran (0.12.1+ds-1exp2) experimental; urgency=medium
* Team upload.
* use XSIMD acceleration only on supported architectures
(amd64 arm64 i386)
-- Drew Parsons <dparsons@debian.org> Tue, 17 Jan 2023 19:19:46 +0100
pythran (0.12.1+ds-1exp1) experimental; urgency=medium
* Team upload.
* New upstream release.
- applies debian patches scikit-image_greyreconstruct_int.patch
and 0001-Remove-Wno-absolute-value-flag-in-tests.patch
* update Build-Depends: python3-ply (>= 3.4~)
* run tests with CXXFLAGS=-DUSE_XSIMD
-- Drew Parsons <dparsons@debian.org> Mon, 16 Jan 2023 04:20:05 +0100
pythran (0.11.0+ds-8) unstable; urgency=medium
* Team upload.
* debian patch gcc13_PR2029.patch applies upstream PR#2029 to fix
build with gcc-13. Closes: #1037823.
-- Drew Parsons <dparsons@debian.org> Fri, 21 Jul 2023 16:17:26 +0200
pythran (0.11.0+ds-7) unstable; urgency=medium
* Team upload.
* debian/tests: also skip test_multitype_run* in test_cases.py
(upstream Issue#2011)
-- Drew Parsons <dparsons@debian.org> Sun, 07 Aug 2022 22:39:32 +0200
pythran (0.11.0+ds-6) unstable; urgency=medium
* Team upload.
* debian/tests: skip test_repeat_string_run0 in test_rosetta, which
fails with gcc-12. Closes: #1016155.
See https://github.com/serge-sans-paille/pythran/issues/2011
-- Drew Parsons <dparsons@debian.org> Sat, 06 Aug 2022 12:52:38 +0200
pythran (0.11.0+ds-5) unstable; urgency=medium
* Team upload.
* debian/tests: restrict openblas tests to only those architectures
for which openblas is available. i.e. not armel
-- Drew Parsons <dparsons@debian.org> Tue, 12 Jul 2022 14:56:03 +0200
pythran (0.11.0+ds-4) unstable; urgency=medium
* Team upload.
* drop Build-Depends: pandoc (sphinx is used to build docs)
* build docs before running dh_sphinxdoc-indep
-- Drew Parsons <dparsons@debian.org> Fri, 01 Jul 2022 15:32:27 +0200
pythran (0.11.0+ds-3) unstable; urgency=medium
* Team upload.
* debian/tests: TestNumpyFunc3.test_interp is flakey at levels
6,7,8 especially with complex numbers (_7c etc) and depending on
BLAS implementation. i386 is flakey also in the real variant, so
skip all test_interp_6, _7, _8.
See https://github.com/serge-sans-paille/pythran/issues/2000
-- Drew Parsons <dparsons@debian.org> Tue, 28 Jun 2022 11:12:36 +0200
pythran (0.11.0+ds-2) experimental; urgency=medium
* Team upload.
* Depends: libxsimd-dev for all arches. pythran still uses xsimd in
scalar-mode on "unsupported" arches. Closes: #1012437.
-- Drew Parsons <dparsons@debian.org> Mon, 27 Jun 2022 17:42:16 +0200
pythran (0.11.0+ds-1) experimental; urgency=medium
* Team upload.
* New upstream release.
* update versioned Build-Depends: python3-beniget (>= 0.4.0~),
python3-gast (>= 0.5.0~), python3-ply (>= 0.34~)
* restrict Depends: libxsimd-dev to xsimd 0.8-supported arches only:
amd64 arm64 kfreebsd-any. armhf and i386 still fail xsimd tests
so don't include them yet. Closes: #1012437, #1013570.
- Depends: libxsimd-dev (>= 8.0.5~) [amd64 arm64 kfreebsd-any]
-- Drew Parsons <dparsons@debian.org> Sat, 25 Jun 2022 14:39:50 +0200
pythran (0.10.0+ds2-8) unstable; urgency=medium
* Team upload.
* debian/control: drop Testsuite: autopkgtest-pkg-python
since can't be restricted to built arches only
(and redundant anyway since real tests are used in debian/tests)
-- Drew Parsons <dparsons@debian.org> Sat, 04 Jun 2022 10:37:20 +0200
pythran (0.10.0+ds2-7) unstable; urgency=medium
* Team upload.
* debian/tests: split pythran-test-cases into a separate test (takes
some time, causing timeout failures when run with other tests).
Reinstate test_numpy_func3.py on i386.
-- Drew Parsons <dparsons@debian.org> Thu, 02 Jun 2022 18:06:40 +0200
pythran (0.10.0+ds2-6) unstable; urgency=medium
* Team upload.
* reinstate greyreconstruct tests on i386 (fixed by patch)
* debian/tests: skip test_numpy_func3.py on i386 (times out)
-- Drew Parsons <dparsons@debian.org> Thu, 02 Jun 2022 00:48:10 +0200
pythran (0.10.0+ds2-5) unstable; urgency=medium
* Team upload.
* debian patch scikit-image_greyreconstruct_int.patch aims to fix
error in int comparison on i386 (upstream issue #1993)
-- Drew Parsons <dparsons@debian.org> Tue, 31 May 2022 11:19:33 +0200
pythran (0.10.0+ds2-4) unstable; urgency=medium
* Team upload.
* skip TestScikitImage.test__greyreconstruct in debian/tests on i386
(see https://github.com/serge-sans-paille/pythran/issues/1993)
* restrict debian/tests to arches on which pythran builds
successfully (currently amd64, arm64, i386, hppa, m68k)
* fix salsa Vcs fields in debian/control
* Standards-Version: 4.6.1
-- Drew Parsons <dparsons@debian.org> Mon, 30 May 2022 18:44:51 +0200
pythran (0.10.0+ds2-3) unstable; urgency=medium
* Team upload.
[ Diego M. Rodriguez ]
* d/control: fix python3 dev dependency
* d/tests: use installed files instead of build dir
-- Drew Parsons <dparsons@debian.org> Sun, 03 Apr 2022 19:25:43 +0200
pythran (0.10.0+ds2-2) unstable; urgency=medium
* Team upload.
[ Diego M. Rodriguez ]
* d/tests: use march=native flag in i386 tests
-- Drew Parsons <dparsons@debian.org> Fri, 04 Mar 2022 20:58:12 +0100
pythran (0.10.0+ds2-1) unstable; urgency=medium
* Team upload.
[ Diego M. Rodriguez ]
* d/tests: run each file separately
* d/copyright: repack without logo.svg
* d/patches: avoid nbsphinx documentation
-- Drew Parsons <dparsons@debian.org> Sun, 23 Jan 2022 19:06:15 +0100
pythran (0.10.0+ds-1) unstable; urgency=medium
* Team upload.
[ Diego M. Rodriguez ]
* Initial release (Closes: #991143)
-- Drew Parsons <dparsons@debian.org> Sun, 05 Dec 2021 17:34:37 +0100
|