python-heatclient (1.4.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/s/options: extend-diff-ignore of .gitreview
  * d/control: Use correct branch in Vcs-* fields

  [ Thomas Goirand ]
  * Uploading to unstable.
  * Using pkgos-dh_auto_{test,install} from openstack-pkg-tools >= 52~.
  * Blacklist non-deterministic test (Closes: #835355):
    - ShellEnvironmentTest.test_process_multiple_environments_and_files_tracker
  * Fixed oslotest EPOCH.

 -- Ondřej Nový <onovy@debian.org>  Mon, 26 Sep 2016 19:10:18 +0200

python-heatclient (1.4.0-1) experimental; urgency=medium

  [ Corey Bryant ]
  * New upstream release.
  * d/control: Align (Build-)Depends with upstream.

  [ Corey Bryant ]
  * New upstream release.
  * d/control: Align (Build-)Depends with upstream.

  [ Thomas Goirand ]
  * Using OpenStack's Gerrit as VCS URLs.

 -- Thomas Goirand <zigo@debian.org>  Tue, 13 Sep 2016 10:03:19 +0200

python-heatclient (1.2.0-1) experimental; urgency=medium

  [ Ondřej Nový ]
  * Standards-Version is 3.9.8 now (no change)

  [ Corey Bryant ]
  * New upstream release.
  * d/gbp.conf: Update branch for Newton.

 -- Thomas Goirand <zigo@debian.org>  Sun, 05 Jun 2016 16:08:56 +0000

python-heatclient (1.1.0-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Mon, 04 Apr 2016 13:01:16 +0000

python-heatclient (1.1.0-1) experimental; urgency=medium

  * New upstream release.

 -- Thomas Goirand <zigo@debian.org>  Sat, 02 Apr 2016 15:14:45 +0200

python-heatclient (1.0.0-1) experimental; urgency=medium

  [ David Della Vecchia ]
  * New upstream release.
  * d/control: Align depends with upstream.
  * d/rules: Use available python versions for tests.

  [ Ondřej Nový ]
  * Fixed VCS URLs (https).

  [ Thomas Goirand ]
  * New upstream release.
  * Fixed (build-)depends for this release.
  * Standards-Version: 3.9.7 (no change).
  * Fixed debian/copyright ordering.

 -- Thomas Goirand <zigo@debian.org>  Mon, 21 Mar 2016 11:58:30 +0100

python-heatclient (0.8.0-3) unstable; urgency=medium

  * override_dh_python3 to fix Py3 shebang.

 -- Thomas Goirand <zigo@debian.org>  Fri, 23 Oct 2015 22:32:10 +0000

python-heatclient (0.8.0-2) unstable; urgency=medium

  * Uploading to unstable.
  * Do not run Python 3.5 unit tests.

 -- Thomas Goirand <zigo@debian.org>  Thu, 15 Oct 2015 21:52:21 +0000

python-heatclient (0.8.0-1) experimental; urgency=medium

  * New upstream release.
  * d/control: Align (build-)depends with upstream.
  * d/control: Update uploaders.

 -- Corey Bryant <corey.bryant@canonical.com>  Wed, 23 Sep 2015 16:38:15 -0400

python-heatclient (0.6.0-1) experimental; urgency=medium

  * New upstream release.
  * Fixed (build-)depends for this release.

 -- Thomas Goirand <zigo@debian.org>  Thu, 18 Jun 2015 17:31:23 +0200

python-heatclient (0.4.0-1) unstable; urgency=medium

  * New upstream release.
  * Added Python3 support.
  * Fixed (build-)depends for this release.

 -- Thomas Goirand <zigo@debian.org>  Thu, 19 Mar 2015 01:03:37 +0100

python-heatclient (0.2.9-1) unstable; urgency=medium

  * New upstream release.
  * Uploading to unstable.
  * Review (build-)depends for this release.
  * Calling testr directly (without python setup.py).

 -- Thomas Goirand <zigo@debian.org>  Tue, 15 Apr 2014 16:13:27 +0800

python-heatclient (0.2.8-1) experimental; urgency=low

  * New upstream release.
  * Added --testr-args='--subunit  ' when calling testr.
  * New (build-)depends for this release.

 -- Thomas Goirand <zigo@debian.org>  Tue, 01 Oct 2013 14:46:19 +0800

python-heatclient (0.2.4-1) unstable; urgency=low

  * New upstream release.
  * Add build-depends on python-mock (>= 0.8.0), python-pbr (>= 0.5.20) and
    python-d2to1 (>= 0.2.11) (Closes: #724174).

 -- Thomas Goirand <zigo@debian.org>  Mon, 23 Sep 2013 02:21:28 +0000

python-heatclient (0.2.3-1) unstable; urgency=low

  [ Thomas Goirand ]
  * New upstream release.
  * Added export OSLO_PACKAGE_VERSION=$(VERSION) in debian/rules.
  * VCS fields now using canonical URLs.
  * Added build-depends: python-mimeparse (>= 0.1.4), python-testscenarios,
    python-yaml and testrepository.

  [ Prach Pongpanich ]
  * Dropped build-depends: python-nose.

 -- Thomas Goirand <zigo@debian.org>  Wed, 24 Jul 2013 16:03:22 +0800

python-heatclient (0.2.2-3) unstable; urgency=low

  [ Prach Pongpanich ]
  * Drop dependency on python-argparse (Closes: #710718)

  [ Thomas Goirand ]
  * Make the drop of the python-argparse conditional (eg: it don't drop the
    dependency if building in Wheezy).
  * Allow the unit tests to fail if running in Wheezy (because of the lack of
    the python-argparse build-depends).

 -- Prach Pongpanich <prachpub@gmail.com>  Sun, 02 Jun 2013 07:01:12 +0700

python-heatclient (0.2.2-2) unstable; urgency=low

  * Added missing dependency python-setuptools-git (Closes: #710576), thanks to
    Jeremy Bicha for reporting.
  * Ran wrap-and-sort.

 -- Thomas Goirand <zigo@debian.org>  Sat, 01 Jun 2013 09:23:44 +0800

python-heatclient (0.2.2-1) unstable; urgency=low

  * Initial release. (Closes: #705231)

 -- Prach Pongpanich <prachpub@gmail.com>  Thu, 11 Apr 2013 12:03:51 +0700
