python-jenkinsapi (0.3.14-1) unstable; urgency=medium

  * QA upload.
  * Fix d/watch
  * New upstream version 0.3.14
  * Remove dependency on python3-pkg-resources (Closes: #1083654)

 -- Alexandre Detiste <tchet@debian.org>  Fri, 21 Mar 2025 07:57:03 +0100

python-jenkinsapi (0.3.13-4) unstable; urgency=medium

  * QA upload.
  * Remove usage of python3-mock

 -- Alexandre Detiste <tchet@debian.org>  Sun, 15 Dec 2024 13:48:01 +0100

python-jenkinsapi (0.3.13-3) unstable; urgency=medium

  * QA upload.
  * Depends on python3-legacy-cgi (Closes: #1084558)

 -- Alexandre Detiste <tchet@debian.org>  Thu, 14 Nov 2024 22:33:22 +0100

python-jenkinsapi (0.3.13-2) unstable; urgency=medium

  * QA upload.
  * Add missing VCS url's
  * Add d/gbp.conf

 -- Alexandre Detiste <tchet@debian.org>  Thu, 29 Aug 2024 21:23:28 +0200

python-jenkinsapi (0.3.13-1) unstable; urgency=low

  * QA upload.
  * New upstream version 0.3.13
  * Update d/watch to v4
  * Import previous QA uploads into Salsa.
  * define "R³: no"

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Use secure URI in Homepage field.
  * Bump debhelper from old 12 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Update standards version to 4.6.2, no more changes needed.
  * Add missing build-dependency on flit.

 -- Alexandre Detiste <tchet@debian.org>  Thu, 30 Nov 2023 01:28:16 +0100

python-jenkinsapi (0.3.11-6) unstable; urgency=medium

  * QA upload.
  * Drop B-D on pylint3. (Closes: #1012326)
  * Build with pybuild.
  * Skip tests.

 -- Bastian Germann <bage@debian.org>  Tue, 29 Aug 2023 18:23:26 +0200

python-jenkinsapi (0.3.11-5) unstable; urgency=medium

  * QA upload.
  * Orphan package, see #985165.
  * Apply patch from Ubuntu to fix FTBFS. (Closes: #986511)
    Thanks: Logan Rosen <logan@ubuntu.com>

 -- Chris Hofstaedtler <zeha@debian.org>  Sat, 24 Apr 2021 23:29:27 +0000

python-jenkinsapi (0.3.11-4) unstable; urgency=medium

  * Fix FTBS due to pylint/python3 changes (Closes: #971179)
  * Add Build-Depends for pylint3 requirements

 -- Al Stone <ahs3@debian.org>  Tue, 27 Oct 2020 21:19:59 -0600

python-jenkinsapi (0.3.11-3) unstable; urgency=medium

  * Force source only upload

 -- Al Stone <ahs3@debian.org>  Sun, 12 Jul 2020 14:23:20 -0600

python-jenkinsapi (0.3.11-2) unstable; urgency=medium

  * Fix "FTBFS due to missing build deps and pylint command" -- used the
    patch to correct build-deps and pylint usage (Closes: #951681)
  * Fix "missing (unversioned) Breaks+Replaces: python-jenkinsapi" -- just
    needed to add Breaks+Replace to control file since python3-jenkinsapi
    replaces the old package completely (Closes: #952750)
  * Minor lintian fix to remove a .gitignore file from build

 -- Al Stone <ahs3@debian.org>  Sun, 24 May 2020 15:09:34 -0600

python-jenkinsapi (0.3.11-1) unstable; urgency=medium

  * Update to 0.3.11 upstream.
  * Update Standards version
  * Add in new dependencies
  * Closes: #937850 -- update to python3 packages
  * Closes: #888011 -- produce python3 packages

 -- Al Stone <ahs3@debian.org>  Sun, 16 Feb 2020 16:39:59 -0700

python-jenkinsapi (0.2.30-1) unstable; urgency=medium

  * Update to latest upstream.
  * Update to latest standard version.

 -- Al Stone <ahs3@debian.org>  Sat, 25 Jun 2016 17:47:28 -0600

python-jenkinsapi (0.2.29-1) unstable; urgency=medium

  * Update to latest upstream.
  * Update watch file.
  * Closes: #754802 -- unusual field Python-Versions; removed, since this
    was a typo, and the original control file field has been deprecated

 -- ahs3 <ahs3@debian.org>  Thu, 19 Nov 2015 20:45:14 -0700

python-jenkinsapi (0.2.16-2) unstable; urgency=medium

  * Closes: #734433 -- "Python-Versions" not "Python-Verions".

 -- Al Stone <ahs3@debian.org>  Tue, 07 Jan 2014 10:54:52 -0700

python-jenkinsapi (0.2.16-1) unstable; urgency=medium

  * Update to latest upstream.
  * Closes: #725589 -- FTBS due to unexpected upstream changes

 -- Al Stone <ahs3@debian.org>  Mon, 06 Jan 2014 18:12:26 -0700

python-jenkinsapi (0.1.11-5) unstable; urgency=low

  * Correct Build-Depends for dh addon.
  * Correct Depends for pkg_resources module.

 -- Al Stone <ahs3@debian.org>  Sun, 26 Aug 2012 18:13:53 -0600

python-jenkinsapi (0.1.11-4) unstable; urgency=low

  * Closes: #684304 -- managed to depend on python 2.6 and 2.7 at
    the same time with overzealous use of ${python:Versions} in the
    control file.

 -- Al Stone <ahs3@debian.org>  Wed, 08 Aug 2012 10:40:55 -0600

python-jenkinsapi (0.1.11-3) unstable; urgency=low

  * Closes: #684145 -- dumb mistake, forgot a build-dep
  * Change package to 'all', not 'any' architecture.

 -- Al Stone <ahs3@debian.org>  Tue, 07 Aug 2012 11:52:19 -0600

python-jenkinsapi (0.1.11-2) unstable; urgency=low

  * Replace usage of python-support with dh_python2
  * Closes: #683458 -- now that dh_python2 is being used, package is
    being built correctly and is no longer empty on rebuild
  * Closes: #683460 -- corrected package dependencies

 -- Al Stone <ahs3@debian.org>  Mon, 06 Aug 2012 20:30:56 -0600

python-jenkinsapi (0.1.11-1) unstable; urgency=low

  * Initial release (Closes: #682114)

 -- Al Stone <ahs3@debian.org>  Tue, 24 Jul 2012 16:40:44 -0600
