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 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 - drop debian patch 0005-Disable-jupyter-based-documentation-examples.patch * debian/rules: drop deprecated build args --no-boost --no-xsimd -- Drew Parsons 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 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 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 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 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 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 Sat, 01 Jul 2023 11:20:38 +0200 pythran (0.13.0+ds-1exp1) experimental; urgency=medium * Team upload. * New upstream release. -- Drew Parsons 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Sun, 05 Dec 2021 17:34:37 +0100