numba (0.50.1-2) unstable; urgency=medium

  * Team upload.
  * upload new upstream release to unstable

 -- Drew Parsons <dparsons@debian.org>  Sun, 28 Jun 2020 21:38:04 +0800

numba (0.50.1-1exp2) experimental; urgency=medium

  * Team upload.
  * python3-numba Recommends: python3-pip, also Depends in debian/tests
    (pip used to detect installed modules in numba/misc/numba_sysinfo.py)

 -- Drew Parsons <dparsons@debian.org>  Sun, 28 Jun 2020 11:12:23 +0800

numba (0.50.1-1exp1) experimental; urgency=medium

  * Team upload.
  * New upstream release.
    - works with numpy 1.18. Closes: #962176.
    - examples and tutorials no longer provided in numba-doc
    - Build-Depends: python3-llvmlite (>=0.33~)
  * use MPLBACKEND=Agg to stop display of images during tests
    (e.g. Mandelbrot image in doc_examples)
  * add debian patch skip_failing_tests.patch to skip failing test
    test_ediff1d_edge_cases in test_np_functions.py
    (see https://github.com/numba/numba/issues/5929)

 -- Drew Parsons <dparsons@debian.org>  Sat, 27 Jun 2020 16:29:37 +0800

numba (0.49.1-1exp1) experimental; urgency=medium

  * Team upload.
  * New upstream release.
    - drop debian patch sphinx-rtd-theme.patch
      (sphinx-rtd-theme now used upstream)
    - no longer uses six. Closes: #869537.
  * Standards-Version: 4.5.0
  * debhelper compatibility level 13
    Build-Depends: debhelper-compat (= 13)
  * update versioned dependencies: python3-colorama (>= 0.3.9~),
    python3-llvmlite (>=0.31~), python3-llvmlite (<< 0.33),
    python3-numpy (>= 1.10~). Closes: #926864.

 -- Drew Parsons <dparsons@debian.org>  Fri, 29 May 2020 02:23:57 +0800

numba (0.48.0-5) unstable; urgency=medium

  * Team upload.
  * debian patch llvm_long_name_PR4373.patch applies upstream PR4373
    to fix LLVM handling of long names.
  * Build-Depends: dh-sequence-sphinxdoc
    (provided by sphinx = python3-sphinx)

 -- Drew Parsons <dparsons@debian.org>  Sat, 30 May 2020 00:59:14 +0800

numba (0.48.0-4) unstable; urgency=medium

  * Team upload.
  * Build-Depends: sphinx rather than python3-sphinx, name
    sphinx-build directly as sphinx binary. Closes: #961741.

 -- Drew Parsons <dparsons@debian.org>  Fri, 29 May 2020 01:12:29 +0800

numba (0.48.0-3) unstable; urgency=medium

  * Team upload.
  * run build-time tests for arch builds only
  * parallelize build-time tests with python3-pytest-xdist

 -- Drew Parsons <dparsons@debian.org>  Thu, 28 May 2020 18:54:58 +0800

numba (0.48.0-2) unstable; urgency=medium

  * Team upload.
  * drop Recommends: python-numba from numba-doc, remove python-numba
    tests from debian/tests. Closes: #943135.
  * run debian/tests over all supported python versions

 -- Drew Parsons <dparsons@debian.org>  Thu, 28 May 2020 12:01:21 +0800

numba (0.48.0-1) unstable; urgency=medium

  * New upstream version 0.48.0
  * gbp: don't require gpg signature
  * Patch the doc build to prevent it from calling git.
  * Build-Depends on python3-numpydoc.
  * Update my mail address in control and copyright.

 -- Mo Zhou <lumin@debian.org>  Thu, 13 Feb 2020 19:09:45 +0800

numba (0.42.0-1) unstable; urgency=medium

  * New upstream version 0.42.0
  * Build-Depends and Depends on llvmlite >= 0.27.0~
  * Delete unused postinst/postrm scripts for Python2 packages.
  * Bump Standards-Version to 4.3.0 (no change).

 -- Mo Zhou <cdluminate@gmail.com>  Mon, 07 Jan 2019 05:42:14 +0000

numba (0.40.1-1) unstable; urgency=medium

  [Daniel Stender]
  * Team upload.
  * deb/control:
    + drop myself from Uploaders.
    + bump standards to 4.2.1 (no changes needed).

  [ Mo Zhou ]
  * New upstream version 0.40.1
  * build-deps on libtbb-dev.
  * Completely drop Python2 support.

 -- Daniel Stender <stender@debian.org>  Thu, 20 Dec 2018 17:07:49 +0100

numba (0.39.0-1) unstable; urgency=medium

  * New upstream version 0.39.0
  * Bump the minimum python-llvmlite B-D requirement to 0.24.0~ .
  * Deprecate X-Python*-Version field.
  * Bump Standards-Version to 4.2.0 (no change).
  * Make documentation build target independent to python3 version.

 -- Mo Zhou <cdluminate@gmail.com>  Thu, 09 Aug 2018 08:18:08 +0000

numba (0.37.0-1) unstable; urgency=medium

  * New upstream release.
  * Update patches
    + debian/patches/sphinx-rtd-theme.patch
    + no-git-in-generate_lower_listing.patch
  * rules: Build doc with python3 version of sphinx.
    + Use python3 version of sphinx-rtd-theme
  * Update llvmlite version requirement.
  * Add B-D python3-setuptools

 -- Mo Zhou <cdluminate@gmail.com>  Fri, 23 Mar 2018 01:44:42 +0000

numba (0.34.0-3) unstable; urgency=medium

  * deb/control:
    + bump standards version to 4.1.3 (no further changes needed).
    + update Vcs fields (moved to salsa).
    + add funcsigs and singledispatch to runtime deps of py2 binary.
    + add archs to Suggests of nvidia-cuda-toolkit.
  * deb/copyright:
    + expand copyright span.
    + replace full license text of CC0-1.0 with short text and pointer
      to /usr/share/common-licenses.
  * deb/gbp.conf:
    + drop import-orig section header.
    + change debian branch to debian/master.
    + add sign-tags set to True.

 -- Daniel Stender <stender@debian.org>  Tue, 20 Feb 2018 14:22:25 +0100

numba (0.34.0-2) unstable; urgency=medium

  * Upload to unstable.
  * deb/rules:
    + add switch to recognize nodoc from DEB_BUILD_OPTIONS.
    + run dh_numpy within dh_python overrides.
  * deb/control:
    + bump standards version to 4.0.0 (no further changes needed).
  * use debhelper level 10 (changes in deb/compat and deb/control).
  * drop manpage of deprecated pycc (manpages not yet distributed).
  * set up alternatives for CLI script:
    + add postinst and prerm maintscripts for both binaries.
    + deb/rules: drop extra info on install-scripts about location.
  * set up full DEP-8 testing:
    + add testscripts deb/tests/python{2,3}-numba.
    + add testscripts and needed deps to deb/tests/control.
    + drop deb/tests/simpletest.py{2,3}.sh.
  * drop unused deb/python3-numba.lintian-overrides.

 -- Daniel Stender <stender@debian.org>  Sun, 23 Jul 2017 17:14:38 +0200

numba (0.34.0-1) experimental; urgency=medium

  * New upstream release:
    + bump llvmlite build-deps to 0.19.0 in deb/control.
  * deb/control: add version to llvmlite runtime deps (Closes: #864365).
  * deb/rules: add info on install-scripts export.

 -- Daniel Stender <stender@debian.org>  Sun, 16 Jul 2017 18:47:42 +0200

numba (0.33.0-1) experimental; urgency=medium

  * New upstream release.
  * deb/control: bump llvmlite deps.
  * deb/copyright: expand copyright spans.
  * deb/rules: failsafe still failing testsuite (Closes: #855577).

 -- Daniel Stender <stender@debian.org>  Sat, 27 May 2017 20:24:54 +0200

numba (0.30.0-3) experimental; urgency=medium

  [ lumin ]
  * Remove unwanted file "annotation_usecases.py" for the python2
    package (Closes: #851578).
  * Add basic autopkgtest support.

 -- Daniel Stender <stender@debian.org>  Fri, 17 Feb 2017 19:11:48 +0100

numba (0.30.0-2) experimental; urgency=medium

  * deb/control:
    + add version to llvmlite build-dep.
  * deb/rules:
    + run pytest in builddir and not from builddir.
    + remove failsafe for tests.
  * deb/clean:
    + add .cache/.

 -- Daniel Stender <stender@debian.org>  Thu, 29 Dec 2016 19:50:40 +0100

numba (0.30.0-1) experimental; urgency=medium

  * New upstream release.
  * deb/watch: corrected and improved.

 -- Daniel Stender <stender@debian.org>  Sat, 24 Dec 2016 23:29:39 +0100

numba (0.29.0-1) experimental; urgency=medium

  * New upstream release:
    + unfuzz sphinx-rtd-theme.patch.
  * Build Python 2 package (changes in deb/control and rules):
    + add python-funcsigs and singledispatch to build-deps.
  * deb/control:
    + bump standards to 3.9.8 (no changes needed).
    + add missing llvmlite to binary package deps.
  * deb/clean:
    + add more cruft.
  * deb/rules:
    + add export for PYBUILD_INSTALL_ARGS (put scripts into /usr/share,
      drop deb/python3-numba.manpages temporarily).
    + add discarded http_proxy to sphinx-build.
    + add override for gencontrol, carrying dh{,3}-numpy calls.
  * add deb/gbp.conf.
  * let deb/clean handle egg-info/ (added), not deb/source/options
    (dropped).
  * build docs with Sphinx 2 in build folder (spare in-place extensions,
    deal with versioneer from __init__.py, work around problems with
    Sphinx 3):
    + build-depend on Sphinx 2 in deb/clean.
    + remove in-place creation of extensions in deb/rules.
    + run sphinx-build from build dir in rules (before that, copy docs into).
    + drop in-place extensions from deb/clean (not needed).
  * add no-git-in-generate_lower_listing.patch.

 -- Daniel Stender <stender@debian.org>  Fri, 23 Dec 2016 16:05:43 +0100

numba (0.23.1-1) experimental; urgency=medium

  * Initial release (Closes: #743877).

 -- Daniel Stender <stender@debian.org>  Fri, 04 Mar 2016 07:32:35 +0100
