bandit (1.7.10-2) unstable; urgency=medium

  * Switch to pybuild (Closes: #1090398).

 -- Thomas Goirand <zigo@debian.org>  Fri, 20 Dec 2024 09:13:04 +0100

bandit (1.7.10-1) unstable; urgency=medium

  * New upstream release:
    - remove the use of crypt and telnetlib (Closes: #1084700).

 -- Thomas Goirand <zigo@debian.org>  Wed, 09 Oct 2024 09:57:22 +0200

bandit (1.7.8-2) unstable; urgency=medium

  * Removed python3-mock from build-depends (Closes: #1072873).

 -- Thomas Goirand <zigo@debian.org>  Tue, 24 Sep 2024 10:04:58 +0200

bandit (1.7.8-1) unstable; urgency=medium

  * New upstream release.
    - supports pyproject.toml config (Closes: #1017704).
  * Removed (build-)depends on -six.
  * Drop use-yaml.safe_load.patch.
  * Add python3-rich and python3-sarif-python-om as (build-)depends.
  * Cleans better.

 -- Thomas Goirand <zigo@debian.org>  Wed, 08 May 2024 12:01:01 +0200

bandit (1.6.2-3) unstable; urgency=medium

  * Cleans properly (Closes: #1044011).

 -- Thomas Goirand <zigo@debian.org>  Mon, 14 Aug 2023 13:19:44 +0200

bandit (1.6.2-2) unstable; urgency=medium

  * Add use-yaml.safe_load.patch fixing FTBFS (Closes: #1026691).

 -- Thomas Goirand <zigo@debian.org>  Thu, 29 Dec 2022 16:05:04 +0100

bandit (1.6.2-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.1.

  [ Thomas Goirand ]
  * New upstream release.
  * Blacklist more functional tests. (Closes: #952245)

 -- Thomas Goirand <zigo@debian.org>  Tue, 25 Feb 2020 12:57:04 +0100

bandit (1.5.1-3) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Tue, 16 Jul 2019 17:59:48 +0200

bandit (1.5.1-2) experimental; urgency=medium

  [ Ondřej Nový ]
  * Running wrap-and-sort -bast

  [ Thomas Goirand ]
  * Removed Python 2 support.

 -- Thomas Goirand <zigo@debian.org>  Tue, 26 Mar 2019 23:08:46 +0100

bandit (1.5.1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Add trailing tilde to min version depend to allow
    backports
  * d/control: Use team+openstack@tracker.debian.org as maintainer

  [ David Rabel ]
  * New upstream version 1.5.1
  * d/control, d/watch: New upstream URL.
  * d/patches: Remove patch. Not needed anymore.

  [ Thomas Goirand ]
  * Fixed upstream VCS URL in debian/rules.

 -- Thomas Goirand <zigo@debian.org>  Mon, 17 Sep 2018 07:07:04 +0000

bandit (1.1.0-5) unstable; urgency=medium

  [ David Rabel ]
  * Team upload.
  * Fix order of d/copyright.

 -- Thomas Goirand <zigo@debian.org>  Sat, 10 Feb 2018 13:01:38 +0000

bandit (1.1.0-4) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Use correct branch in Vcs-* fields
  * Bumped debhelper compat version to 10

  [ Thomas Goirand ]
  * Updating vcs fields.
  * Updating copyright format url.
  * d/copyright: Changed source URL to https protocol.
  * Ran wrap-and-sort -bast.
  * Updating maintainer field.
  * Deprecating priority extra as per policy 4.0.1.
  * Standards-Version is now 4.1.1.
  * Fixed python3 shebang to be python3, not python3.x.

 -- Thomas Goirand <zigo@debian.org>  Sun, 05 Nov 2017 22:12:40 +0000

bandit (1.1.0-3) unstable; urgency=medium

  * Add remove failing tests patch (Closes: #841631).

 -- Thomas Goirand <zigo@debian.org>  Mon, 31 Oct 2016 09:41:01 +0100

bandit (1.1.0-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Tue, 04 Oct 2016 09:32:43 +0200

bandit (1.1.0-1) experimental; urgency=medium

  * New upstream release.
  * Fixed (build-)depends for this release.
  * Standards-Version is now 3.9.8 (no change).
  * Using OpenStack's Gerrit as VCS URLs.
  * debian/source/options: ignores egg-info and .gitreview.
  * Using pkgos-dh_auto_{test,install} from openstack-pkg-tools >= 52~.
  * Adding bandit, bandit-baseline and bandit-config-generator binary in
    debian/bin to have unit tests and config generation to work.
  * Generate the bandit.yaml using bandit-config-generator.
  * Do not run functional tests that are failing.
  * Do not attempt to install bandit.yaml (file gone upstream).
  * Fixed EPOCH for oslotest.

 -- Thomas Goirand <zigo@debian.org>  Mon, 26 Sep 2016 09:17:19 +0200

bandit (0.13.2-3) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <zigo@debian.org>  Fri, 16 Oct 2015 13:04:08 +0000

bandit (0.13.2-2) experimental; urgency=medium

  * Adds Breask+Replaces to allow upgrades (Closes: #798457).

 -- Thomas Goirand <zigo@debian.org>  Mon, 14 Sep 2015 11:02:58 +0000

bandit (0.13.2-1) experimental; urgency=low

  [ Dave Walker (Daviey) ]
  * New upstream release:
    - Use (& install) /etc/bandit/bandit.yaml config (Closes: #794072)
    - Improved description of subprocess finding report (Closes: #794084)
    - Fix Bad spacing in --help result (Closes: #794076)

  [ Thomas Goirand ]
  * Adds Ubuntu patch (Closes: #796394):
    - Update dependencies to align with upstream.
    - Run tests with output and fail the build if test failure.
  * Added Python 3 support (Closes: #794074).
  * Using debian/unstable as packaging branch.

 -- Thomas Goirand <zigo@debian.org>  Sun, 30 Aug 2015 15:31:18 +0000

bandit (0.12.0-1) unstable; urgency=low

  * Initial release (Closes: #793007).

 -- Dave Walker (Daviey) <email@daviey.com>  Wed, 22 Jul 2015 09:01:39 +0100
