Skip to content

Changelog datalad (0.12.4-2)

2020

datalad (0.12.4-2) unstable; urgency=medium

   * Add python3-distro to Depends of python3-datalad (needed for python>=3.8).

datalad (0.12.4-1) unstable; urgency=medium

   * Fresh upstream maintenance release
     - should fix lots of compatibility issues with bleeding edge git-annex (>=8)
       which broke some API and behavior(s) (Closes: #954728)
   * debian/patches
     + 0001-BF-match-hint-prefix-for-ignored-files-message-by-gi.patch
       to address changes in git 2.26.0.rc2 output messages

datalad (0.12.2-2) unstable; urgency=medium

   * Just for source only upload

datalad (0.12.2-1) unstable; urgency=medium

   [ Debian Janitor ]
   * debian/copyright: use spaces rather than tabs to start continuation
     lines.
   * Use secure URI in Homepage field.
   * Bump debhelper from old 9 to 12.
   * Set debhelper-compat version in Build-Depends.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
   * Use canonical URL in Vcs-Git.
 
   [ Yaroslav Halchenko ]
   * New upstream release
   * Unbump debhelper to 11 for backporting
   * debian/control
     - Recommend datalad-container not datalad-containers
     - Boost python3-git dependency to 2.1.12
     - *Depend on p7zip-full which is used for archives handling

datalad (0.12.1-1) unstable; urgency=medium

   * Fresh upstream bugfix release
   * debian/patches/deb_no_utf8 updated to not test unicode when python < 3.7
     (see https://github.com/datalad/datalad/issues/4016)

datalad (0.12.0-1) unstable; urgency=medium

   [ Michael Hanke ]
   * New upstream major release.
   * debian/control
     - add python3-distro to build-depends (Closes: #948533)
     - add python3-gitlab to Recommends.
     - boost minimal git-annex version to 7.20190503

2019

datalad (0.11.8-1) unstable; urgency=medium

   * Fresh upstream release (from tomorrow)

datalad (0.11.7-1) unstable; urgency=medium

   * Fresh upstream release
   * Use team@datalad.org not @neuro.debian.net address for Maintainers
   * debian/patches/python3.patch
     - removed changes to procedures - handled upstream more flexibly
   * debian/patches/deb_no_utf8
     - do not use unicode in OBSCURE_FILENAME due to a bug in git-annex

datalad (0.11.6-1.1) unstable; urgency=medium

   * Non-maintainer upload.
   * Drop python2 support and switch to python 3; patches by Steve Langasek;
     Closes: #935015

datalad (0.11.6-1) unstable; urgency=medium

   * Fresh upstream release
   * Upload to unstable (buster is out)
   * Dropped 2 debian/patches/0001* CPed from upstream

datalad (0.11.5-3) neurodebian; urgency=medium

   * For NeuroDebian jessie (nd80) needed one more patch
     debian/patches/0001-ENH-TST-adding-one-more-condition-for-nd80-to-skip-t.patch

datalad (0.11.5-2) neurodebian; urgency=medium

   * debian/patches/0001-BF-TST-skip-vcr-based-github-tests-if-no-network.patch
     - to avoid FTBFS on 18.10

datalad (0.11.5-1) experimental; urgency=medium

   * Fresh upstream bugfix/minor release
   * debian/rules
     - set http*_proxy to empty value so VCR based tests (github) would
       work (otherwise mismatch from proxy IP)
   * debian/control
     - added python{,3}-vcr to build-depends for github vcr tests

datalad (0.11.4-1) experimental; urgency=medium

   * Fresh upstream bugfix/minor release

datalad (0.11.3-1) experimental; urgency=medium

   * Fresh upstream bugfix release. Since bundles some new features, upload to
     experimental
   * debian/control
     - do demand python{,3}-libxmp on older systems with nose < 1.3.7-2.
       Otherwise nose fails to run tests on e.g. jessie.
       Ref: https://github.com/datalad/datalad/issues/3170

datalad (0.11.2-2) unstable; urgency=medium

   * Drop B-Depends on python-libxmp - optional dependency and currently
     causes possible removal of datalad from buster

datalad (0.11.2-1) unstable; urgency=medium

   * Fresh upstream bugfix/minor release

2018

datalad (0.11.1-1) unstable; urgency=medium

   * Fresh upstream bugfix/minor release
     - compatibility with the recent annex
     - variety of fixes (long command lines, metadata aggregation, etc)

datalad (0.11.0-1) unstable; urgency=medium

   [ Jelmer Vernooij ]
   * Move source package lintian overrides to debian/source.
 
   [ Yaroslav Halchenko ]
   * New upstream release
     - requires git-annex >= 6.20180913

datalad (0.10.3.1-2) neurodebian; urgency=medium

   * BF: add libpython3-stdlib alternative also within Depends of
     python3-datalad binary package to make it installable e.g. on nd90

datalad (0.10.3.1-1) unstable; urgency=medium

   [ Jelmer Vernooij ]
   * Use secure URI in Vcs control header.
 
   [ Yaroslav Halchenko ]
   * Emergency upstream bugfix release with correct version assigned

datalad (0.10.3-1) unstable; urgency=medium

   * New upstream release
   * debian/control
     - make python3-distutils alternative to libpython3-stdlib (<=3.6.4~rc1-2)
       where it was split out (to ease backporting)

datalad (0.10.2-2) unstable; urgency=medium

   * debian/control
     + python3-distutils to B-Depends and Depends of python3-datalad
       (Closes: #905293). Thanks Andreas Beckmann for the report

datalad (0.10.2-1) unstable; urgency=medium

   * A small bugfix release rushed out for compatibility with recent
     git-annex (Closes: #903213)

datalad (0.10.1-1) unstable; urgency=medium

   * Fresh upstream bugfix release

datalad (0.10.0-3) neurodebian; urgency=medium

   * debian/patches/deb_loosenup_setup_requires
     - to not demand PyGitHub since it causes pybuild on nd16.04 to
       inject incorrect dependency on python3-pygithub.  All dependencies
       are enforced by debian/control anyways

datalad (0.10.0-2) neurodebian; urgency=medium

   * Migrate python*-github into recommends from Depends.  Used only by
     one command and should address some snafu with xenial package making it into
     python3-pygithub, which is N/A, so python3-datalad is not installable.

datalad (0.10.0-1) unstable; urgency=medium

   * Fresh upstream release
     - major change is modularization and break away of datalad-crawler
   * debian/control
     - updated B-Depends/Recommends/Suggests to include new modules for
       extracting meta-data and removed all needed for crawling (split away).

datalad (0.9.3-1) unstable; urgency=medium

   * Bugfix upstream release
   * debian/control
     - added python-fasteners into depends

datalad (0.9.2-1) unstable; urgency=medium

   * Large primarily bugfix release
     - Debian proper has now fresh enough git-annex
     - upload would mean tests been dealt with (Closes: #891946)
   * debian/control
     - carries needed depends on python-msgpack (Closes: #891946)
       and provides fake http_proxy to prevent downloads
     - added python-duecredit

2017

datalad (0.9.1-1) neurodebian; urgency=medium

   * Fresh very minor bugfix release

datalad (0.9.0-1) neurodebian; urgency=medium

   * Fresh to be release

datalad (0.8.1+git226-gb20e2a3c-1) neurodebian-devel; urgency=medium

   * New upstream snapshot from 0.8.1-226-gb20e2a3c
   * debian/rules
     - define WRAPT_DISABLE_EXTENSIONS=1 while running tests to overcome
       wrapt segfaults (needs either wrapt >= 1.10.11 or patched, as in
       neurodebian)

datalad (0.8.1-1) neurodebian; urgency=medium

   * Fresh upstream bugfix to be release

datalad (0.8.0-1) neurodebian; urgency=medium

   * Fresh release

datalad (0.7.0-2) neurodebian; urgency=medium

   * Fixup to version.py and Changelog in rushed up "release"
   * debian/changelog -- adjusted with neurodebian release where was not
     uploaded to Debian proper due to outdated git-annex (ref #865889)

datalad (0.7.0-1) neurodebian; urgency=medium

   * Fresh uptream release

datalad (0.6.0-1) unstable; urgency=medium

   * Fresh upstream release
   * debian/control
     - added python-wrapt to bdepends/depends

datalad (0.5.1-1) experimental; urgency=medium

   * Fresh upstream bugfix release

datalad (0.5.0-1) experimental; urgency=medium

   * Fresh upstream "it's huge" release
   * debian/control
     - boosted required git-annex to 6.20170101~

2016

datalad (0.4.1-1) unstable; urgency=medium

   * New upstream release
   * debian/control
     - require python-git >| 2.1~, and python-github

datalad (0.4-1) unstable; urgency=medium

   * New upstream release
   * debian/control
     - add python-secretstorage into build-depends for keyring >= 9.2

datalad (0.3.1-1) unstable; urgency=medium

   * Fresh upstream bugfix/minor release

datalad (0.3-1) unstable; urgency=medium

   * New upstream release
     - should resolve FTBFS due to incompatibilities with new git version
       (Closes: #835525)
   * Install bash completions under /usr/share/bash-completion/completions
     (TODO: deploy them for zsh)
   * debian/copyright - updated to reflect added components

datalad (0.2.3+git843-g18c597d-1) UNRELEASED; urgency=medium

   * New upstream snapshot from 0.2.3-843-g18c597d
   * debian/control
     - new build-depends and depends/recommends:
       python-{pyld,requests,simplejson,iso8601,jsmin,requests-ftp,yaml}
     - testtools removed from *depends - not used ATM

datalad (0.2.3-1) unstable; urgency=medium

   * Fresh upstream release

datalad (0.2.2-1) unstable; urgency=medium

   * Fresh upstream release

datalad (0.2.1-2) neurodebian; urgency=medium

   * Skip testing components which require recent scrapy

datalad (0.2.1-1) unstable; urgency=medium

   * New bugfix + enhancements upstream release
   * patch refreshed
   * python-tqdm into *Depends as a preference over progressbar

datalad (0.2-1) unstable; urgency=medium

   * New upstream release, with complete refactoring of the "distribution"
     component.

datalad (0.1+git589-g4f196dc-1) neurodebian-devel; urgency=medium

   * New upstream snapshot from 0.1-573-gec0b018
   * debian/control
     - adjusted build/depends (bunch of new ones, no need for joblib atm)
   * debian/control
     - dance around git config email/name

2015

datalad (0.1-1) neurodebian-devel; urgency=medium

   * Fresh upstream release with a sketch of publishing functionality

datalad (0.0.4-1) neurodebian-devel; urgency=low

   [ Yaroslav Halchenko ]
   * Initial Debian packaging
 
   [ Michael Hanke ]
   * Add lintian override for insufficient dependencies of the 'datalad'
     package. All relevant dependencies are satisfied by the tightly coupled
     'python-datalad' package.