neo (0.14.0-1) unstable; urgency=medium

  * New upstream version 0.14.0  (Closes: #1095027)
  * d/copyright: update copyright years.
  * avoid_privacy_breach_image.patch: unfuzz.
  * d/patches/*: normalize Last-Update timestamp.

 -- Étienne Mollier <emollier@debian.org>  Wed, 05 Feb 2025 11:32:15 +0100

neo (0.13.4-1) unstable; urgency=medium

  * New upstream version 0.13.4  (Closes: #1079956)
  * avoid_privacy_breach_image.patch: unfuzz.
  * skip_online_tests.patch: unfuzz.
  * d/control: neo (build-)depends on python-quantities 0.16.1.

 -- Étienne Mollier <emollier@debian.org>  Sun, 27 Oct 2024 10:59:57 +0100

neo (0.13.2-1) unstable; urgency=medium

  * New upstream version 0.13.2
  * avoid_privacy_breach_image.patch: unfuzz.

 -- Étienne Mollier <emollier@debian.org>  Sun, 11 Aug 2024 16:17:17 +0200

neo (0.13.1-1) unstable; urgency=medium

  * New upstream version 0.13.1
  * d/copyright: neo/rawio/axonrawio.py now includes Expat snippets.
  * skip_online_tests.patch: refresh.
  * avoid_privacy_breach_image.patch: unfuzz.
  * d/control: declare compliance to standards version 4.7.0.

 -- Étienne Mollier <emollier@debian.org>  Wed, 29 May 2024 14:55:27 +0200

neo (0.13.0-1) unstable; urgency=medium

  * New upstream version 0.13.0
    Closes: #1067295
  * d/copyright: bump copyright years.
  * changeset_bf-skiptest.patch: refresh.
  * avoid_privacy_breach_image.patch: refresh.
  * skip_online_tests.patch: refresh.
  * d/control: update build dependencies.
    The revamped documentation now makes use of many Sphinx capabilities.
  * d/rules: disable documentation building for now.
    The documentation partly requires online resources, not allowed by
    policy on build machines.  Further, there is something off with the
    documentation construction messing with the python3 code, causing
    syntax errors.
  * d/control: checks depend on python3-nixio.
  * d/python3-neo.docs: do not install html documentation.
    It is unavailable until fixme item in d/rules is resolved.
  * d/control: python3-neo depends on python3-neo.
  * avoid_privacy_breach_image.patch: review.
    Adapted the comment since the link is not broken anymore, and
    forwarding is declared not-needed.
  * skip_online_tests.patch: forwarding not-needed.

 -- Étienne Mollier <emollier@debian.org>  Wed, 08 May 2024 16:00:21 +0200

neo (0.12.0-3) unstable; urgency=medium

  * Team upload.
  * Drop python3-unittest2 from Build-Depends
    Closes: #1058964
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)

 -- Andreas Tille <tille@debian.org>  Tue, 19 Dec 2023 08:04:04 +0100

neo (0.12.0-2) unstable; urgency=medium

  * d/clean: add trailing "/" to directories. (Closes: #1054818)

 -- Étienne Mollier <emollier@debian.org>  Sat, 28 Oct 2023 20:14:20 +0200

neo (0.12.0-1) unstable; urgency=medium

  * New upstream version 0.12.0
  * d/rules: rewrap the test target.
  * d/rules: rewrap the documentation build step.
  * d/control: declare compliance to standards version 4.6.2.
  * d/rules: remove more embedded javascript libraries.
  * d/{rules,clean}: move removals to d/clean.
  * d/tests/: add non-trivial autopkgtests. (Closes: #1035263)
  * changeset_bf-skiptest.diff patch: refresh.
  * avoid_privacy_breach_image.patch: refresh.
  * skip_online_tests.patch: skip test_download_dataset.
  * d/control: build depends on pybuild-plugin-pyproject.

 -- Étienne Mollier <emollier@debian.org>  Sat, 09 Sep 2023 11:21:28 +0200

neo (0.11.1-1) unstable; urgency=medium

  * New upstream version

 -- Étienne Mollier <emollier@debian.org>  Sun, 06 Nov 2022 20:34:33 +0100

neo (0.11.0-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.6.1 (routine-update)
  * d/control: add myself to uploaders.
  * d/{rules,control}: replace nose by pytest. (Closes: #1018419)
  * d/watch: use secure URI.

 -- Étienne Mollier <emollier@debian.org>  Sat, 10 Sep 2022 12:40:06 +0200

neo (0.10.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * d/copyright: update the file to reflect current licensing terms.
    The package notably moved from BSD-2-clause to BSD-3-clause licensing
    terms.  Also updated the list of debian contributors from git log.

 -- Étienne Mollier <emollier@debian.org>  Thu, 05 May 2022 16:25:32 +0200

neo (0.10.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Standards-Version: 4.6.0 (routine-update)
  * Skip tests accessing network

 -- Andreas Tille <tille@debian.org>  Thu, 17 Feb 2022 16:20:51 +0100

neo (0.9.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
    Closes: #973236
  * Take over into Debian Med team maintenance
  * Remove debian/gbp.conf
  * Standards-Version: 4.5.1 (routine-update)
  * debhelper-compat 10 (routine-update)
  * Secure URI in copyright format (routine-update)
  * Remove trailing whitespace in debian/copyright (routine-update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Use versioned copyright format URI.
  * Use canonical URL in Vcs-Git.
  * watch file standard 4 (routine-update)
  * (Build-)Depends: python3-pil
  * Do not include privacy breaching image

 -- Andreas Tille <tille@debian.org>  Wed, 25 Nov 2020 11:25:55 +0100

neo (0.7.2-1) unstable; urgency=medium

  * New upstream release
    - reincarnating maintenance thus closing RM report (Closes: #939083)
  * debian/patches
    - dropped the one picked up from upstream awhile back
    - CPed patch from https://github.com/NeuralEnsemble/python-neo/pull/733
      to raise numpy.testing.SkipTest and not unittest.SkipTest since somehow
      throwing that one causes an ERROR not a SKIP
  * debian/
    - boost policy to 4.3.0
    - boost compat to 10 (not later for seamless backporting)
    - switch to provide python3- (no python-) package (Closes: #937127)
    - switch to use pybuild dh buildsystem
      - dh-python into build-depends
    - adjust invocation of tests to use nose via -m nose
    - priority optional (not extra)

 -- Yaroslav Halchenko <debian@onerussian.com>  Sun, 01 Sep 2019 13:48:55 +0200

neo (0.3.3-2) unstable; urgency=medium

  * Apply upstream patch to fix IO test failure (Closes: #798058).
  * Normalize debian/control via CME.
  * Update watch file to use Debian redirector service.
  * DEP5-compliant copyright file.

 -- Michael Hanke <mih@debian.org>  Wed, 30 Dec 2015 20:04:21 +0100

neo (0.3.3-1) unstable; urgency=low

  * New upstream bugfix release

 -- Yaroslav Halchenko <debian@onerussian.com>  Tue, 04 Feb 2014 09:47:22 -0500

neo (0.3.2-1) unstable; urgency=low

  * New upstream release -- clean ups and minor extensions

 -- Yaroslav Halchenko <debian@onerussian.com>  Mon, 13 Jan 2014 21:09:50 -0500

neo (0.3.1-1) unstable; urgency=low

  * Fresh upstream release

 -- Yaroslav Halchenko <debian@onerussian.com>  Wed, 09 Oct 2013 09:56:38 -0400

neo (0.3.0-1) unstable; urgency=low

  * Fresh upstream release
    - dropping up_* patches
    - dropping deb_skip_failing_test_blackrockio patch

 -- Yaroslav Halchenko <debian@onerussian.com>  Thu, 13 Jun 2013 10:51:17 -0400

neo (0.2.1.1-2) unstable; urgency=low

  * Upload to unstable

 -- Yaroslav Halchenko <debian@onerussian.com>  Fri, 07 Jun 2013 08:45:42 -0400

neo (0.2.1.1-1) experimental; urgency=low

  * New upstream release:
    - dropping cherry-picked patch
  * debian/patches:
    - to allow running only the tests  not requiring
      files downloaded over the internet
  * debian/rules,control:
    - enabled unittesting (python-unittest2 and python-nose added to
      Build-Depends)
    - boosted policy to 3.9.4 (no changes)

 -- Yaroslav Halchenko <debian@onerussian.com>  Mon, 03 Dec 2012 13:39:30 -0500

neo (0.2.0-2) unstable; urgency=low

  * debian/control:
    - added X-Python-Version: >= 2.6 to restrict supported versions of Python
      so it could be seamlessly backported to squeeze
  * debian/patches:
    - 0001-Fixed-Block.list_units-and-Block.list_recordingchann.patch
      to resolve incorrect namespaces etc (patch from upstream contributed by
      Robert Pröpper <robert.proepper@gmail.com>)

 -- Yaroslav Halchenko <debian@onerussian.com>  Sat, 15 Sep 2012 09:35:12 -0400

neo (0.2.0-1) unstable; urgency=low

  * Initial release (Closes: #659691)

 -- Michael Hanke <mih@debian.org>  Fri, 13 Apr 2012 08:35:16 +0200