pyflakes (1.1.0-2) unstable; urgency=medium

  * d/control: Bump Suggests to Recommends, and add Recommends to
    python-pyflakes and python3-pyflakes packages.

 -- Barry Warsaw <barry@debian.org>  Tue, 15 Mar 2016 12:09:45 -0400

pyflakes (1.1.0-1) unstable; urgency=medium

  * New upstream release.
    - Closes: #595181
    - Closes: #700566
    - Closes: #742995
    - Closes: #757004
    - Closes: #666494
    - Closes: #641316
  * d/control, d/rules: Split pyflakes binary package so that the Python 3
    version is now in pyflakes3.  (Closes: #804303)
  * d/control: Bump Standards-Version.
  * d/manpages: Replaced by d/pyflakes.manpages and d/pyflakes3.manpages.
  * d/tests/control: Updated for package split.

 -- Barry Warsaw <barry@debian.org>  Sat, 12 Mar 2016 12:56:14 -0500

pyflakes (1.0.0-4) unstable; urgency=medium

  * d/copyright: Add upstream author copyright notice.

 -- Barry Warsaw <barry@debian.org>  Tue, 10 Nov 2015 10:35:42 -0500

pyflakes (1.0.0-3) unstable; urgency=medium

  * d/control: Add the proper Replaces/Breaks to handle post-binary
    package split upgrades.  (Closes: #804319)

 -- Barry Warsaw <barry@debian.org>  Mon, 09 Nov 2015 11:29:51 -0500

pyflakes (1.0.0-2) unstable; urgency=medium

  [ Robert Bruce Park ]
  * Split pyflakes binary package library and cli packages.
    (Closes: #726732)
  * d/control:
    - Add pyflakes Depends on python3-pyflakes.
    - Add python-pyflakes and python3-pyflakes binary packages for the
      libraries.
  * d/rules:
    - Remove the explicit http_proxy export since pybuild does this for us.
    - Remove the PYBUILD_DESTDIR_python{2,3} exports since they aren't
      necessary any more.
    - override_dh_auto_install: Move the /usr/bin/pyflakes{,3} versions to
      the pyflakes binary package.

  [ Barry Warsaw ]
  * d/control:
    - Add myself to Uploaders.
    - wrap-and-sort
  * d/tests: Add DEP-8 smoketests for both the libraries and cli.
  * d/links: Removed.
  * d/pyflakes.1: Updated.
  * d/pyflakes3.1: Added manpage.  (Closes: #779861)
  * d/manpages: Install pyflakes3.1 manpage.

 -- Barry Warsaw <barry@debian.org>  Fri, 06 Nov 2015 10:46:54 -0500

pyflakes (1.0.0-1) unstable; urgency=medium

  * Team upload.
    - Apparently I'm still looking after this package after all.
  * New upstream release.
    - Drop python35-compat.patch (applied upstream).

 -- Tristan Seligmann <mithrandi@debian.org>  Tue, 06 Oct 2015 19:15:29 +0200

pyflakes (0.9.2-1) unstable; urgency=medium

  * Team upload.

  [ Tristan Seligmann ]
  * Remove myself from uploaders since I'm no longer actively looking after
    this package.

  [ Barry Warsaw ]
  * New upstream release.
  * d/patches/python35-compat.patch: Cherry picked upstream patch to fix a
    test failure under Python 3.5.
  * d/control: Bump Standards-Version to 3.9.6 with no other changes needed.
  * d/rules: Add PYBUILD_{BEFORE,AFTER}_TEST variables to set up the
    conditions required for the test suite.
  * d/watch: Use the pypi.debian.net redirector.

 -- Barry Warsaw <barry@debian.org>  Tue, 25 Aug 2015 16:59:45 -0400

pyflakes (0.8.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Barry Warsaw <barry@debian.org>  Mon, 31 Mar 2014 13:58:49 -0400

pyflakes (0.8-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * d/patches/patch 0.7.3-17-gecd6eca.patch: Removed, applied upstream.
  * d/control: Bump Standards-Version with no other changes needed.

 -- Barry Warsaw <barry@debian.org>  Fri, 28 Mar 2014 11:27:36 -0400

pyflakes (0.7.3-2) unstable; urgency=medium

  * Cherry-pick 17 upstream commits since 0.7.3, to add python 3.4
    support.

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Mon, 20 Jan 2014 23:00:22 +0000

pyflakes (0.7.3-1) unstable; urgency=low

  * Switch to dh-python.
  * New upstream release (Closes: #718728)
    - "Fix undefined name for generator expression and dict/set
    comprehension at class level"
    - drop all patches

 -- Dmitrijs Ledkovs <xnox@debian.org>  Sun, 04 Aug 2013 23:49:01 +0100

pyflakes (0.7.2-1) unstable; urgency=low

  [ Sandro Tosi ]
  * debian/control
    - remove myself from pyflakes maintainership

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Barry Warsaw ]
  * Export proxy setting, to prevent accessing internet at build time.

  [ Dmitrijs Ledkovs ]
  * New Upstream Release (Closes: #674796, #674797, #700565, #666503)
  * Add /usr/bin/pyflakes3 script to check python3 code
  * Cherry pick patches from upstream to run and pass testsuite.
  * Bump standards version
  * Switch to dh_python2|3
  * Bump debhelper to 9

 -- Dmitrijs Ledkovs <xnox@debian.org>  Fri, 28 Jun 2013 20:03:06 +0100

pyflakes (0.5.0-2) unstable; urgency=low

  * debian/copyright
    - remove old reference to upstream page, it's in Homepage field now
  * debian/patches/set_exit_status.diff, debian/pyflakes.1
    - removed no longer needed patch, and updated manpage to reflect the real
      exit status of the program; thanks to Jakub Wilk for the report and to
      Johannes Kulik for the patch; Closes: #595177
  * debian/control
    - bump XS-Python-Version to at least 2.6; thanks to Jakub Wilk for the
      report; Closes: #674798
    - bump Standards-Version to 3.9.3 (no changes needed)

 -- Sandro Tosi <morph@debian.org>  Sun, 17 Jun 2012 22:45:07 +0200

pyflakes (0.5.0-1) unstable; urgency=low

  [ Jakub Wilk ]
  * Fix a typo in the manual page.

  [ Sandro Tosi ]
  * New upstream release
  * debian/watch
    - use Pypi
  * debian/copyright
    - extended upstream and packaging copyright information
  * debian/control
    - update Homepage field
    - bump Standards-Version to 3.9.2 (no changes needed)
    - removed XB-P-V, no more needed
  * debian/rules
    - removed 'get-orig-source', no more needed
  * Converted to '3.0 (quilt)' + patches refresh
  * debian/{pyflakes.preinst, README.source, pycompat}
    - removed, not needed anymore
  * debian/{control, rules)
    - install upstream changelog (via override, so dh b-d bump)

 -- Sandro Tosi <morph@debian.org>  Sun, 11 Sep 2011 20:02:20 +0200

pyflakes (0.4.0-1) unstable; urgency=low

  * New upstream release
  * debian/patches/always_close_fd.diff
    - refreshed to reflect new code
  * debian/{control, rules}
    - use 'dh --with quilt $@', b-depending on the minimum version of quilt that
      supports it, also adjusting XS-P-V to '>= 2.5' so it will be compatible
      with Python 2.6; code changes inspired by Ubuntu diff

 -- Sandro Tosi <morph@debian.org>  Sun, 20 Dec 2009 23:15:18 +0100

pyflakes (0.3.0-2) unstable; urgency=low

  * debian/control
    - bump Standards-Version to 3.8.3 (no changes needed)
  * debian/{control, rule, pyflakes.preinst}
    - migrated from python-central to python-support

 -- Sandro Tosi <morph@debian.org>  Fri, 02 Oct 2009 21:15:41 +0200

pyflakes (0.3.0-1) unstable; urgency=low

  [ Tristan Seligmann ]
  * New upstream release.

  [ Sandro Tosi ]
  * debian/copyright
    - added my contribution to packaging
    - updated upstream copyright years
  * debian/README.source
    - removed paragraph about "./debian/rules get-orig-source"
  * debian/control
    - updated short and long descriptions

 -- Tristan Seligmann <mithrandi@mithrandi.net>  Fri, 30 Jan 2009 20:38:15 +0200

pyflakes (0.2.1+svn17054-1) unstable; urgency=low

  [ Sandro Tosi ]
  * New SVN snapshot; thanks to Julian Andres Klode for the patch;
    Closes: #509984
    - fixes new python features, like "with statement"
  * debian/patches/install_scripts_package.diff
    - removed, since merged upstream in this snapshot
  * debian/patches/always_close_fd.diff
    - refreshed
  * debian/control
    - switch Vcs-Browser field to viewsvn
  * debian/{compat,control,rules}
    - package converted to debhelper v7; thanks to Julian Andres Klode for the
      patch
  * debian/watch
    - fixed to cope well with svn snapshots
  * debian/patches/*.diff
    - added descriptions

  [ Marco Rodrigues ]
  * debian/control:
    + Add ${misc:Depends} to Depends to remove lintian warning.
    + Add watch file.

 -- Sandro Tosi <morph@debian.org>  Sat, 10 Jan 2009 18:10:42 +0100

pyflakes (0.2.1+svn16699-1) unstable; urgency=low

  [ Tristan Seligmann ]
  * Remove redundant/broken python_unicode patch.
  * Remove unneeded dependency on python-dev.

  [ Sandro Tosi ]
  * debian/control
    - changed my email address
    - bump Standards-Version to 3.8.0
      + added debian/README.source
  * debian/rules
    - added get-orig-source
  * debian/copyright
    - updated copyright information

  [ Hervé Cauwelier ]
  * Update to a recent SVN checkout; Closes: #499123
  * Strip whitespace in debian/rules
  * Refresh patches
  * Fixed installation with debian/patches/install_scripts_package.diff

 -- Sandro Tosi <morph@debian.org>  Sun, 21 Sep 2008 00:17:47 +0200

pyflakes (0.2.1+svn14502-2) unstable; urgency=low

  [ Varun Hiremath ]
  * debian/control
    - change Build-Depends: python-central (>= 0.6)
    - fix lintian spelling-error-in-description: s/python/Python/
  * debian/rules
    - remove /usr/lib directory removal (Closes: #472021)
  * debian/patches/set_exit_status.diff
    - fixed duplicated output, thanks to  Martin Geisler <mg@daimi.au.dk>
      (Closes: #467135)

  [ Sandro Tosi ]
  * Adopting for PAPT (Closes: #453462)
  * debian/control
    - added Vcs-{Svn,Browser} fields
    - set PAPT as maintainer
    - set Tristan, Varun and me as uploaders
    - removed empty lines at endfile

 -- Varun Hiremath <varun@debian.org>  Sun, 23 Mar 2008 21:42:53 +0530

pyflakes (0.2.1+svn14502-1) unstable; urgency=low

  * QA upload.
  * New upstream release.
  * debian/manpages:
    + Add debian/pyflakes.1. Thanks to Bastian Kleineidam.
      (Closes: #414694, #439187)
  * debian/control:
    + Use Standards Version 3.7.3.
    + Build-Depend on quilt.
    + Add Homepage field.
  * debian/rules:
    + Use quilt for patch management.
    + Make Debian QA team the maintainer.
    + Remove empty usr/lib directory.
  * debian/patches:
    + Include usability patches from Bastian Kleineidam.
      (Closes: #445296).
    + Handle Unicode errors gracefully. Thanks to
      Bastian Kleineidam for the patch. (Closes: #440750).
  * debian/copyright:
    + Rewrite to match new proposed Copyright format.
  * debian/compat: Set to 5.

 -- Kumar Appaiah <akumar@ee.iitm.ac.in>  Sun, 09 Dec 2007 00:42:09 +0530

pyflakes (0.2.1-2) unstable; urgency=low

  * Update for new python policy (Closes: #380903)

 -- Andrew Mitchell <ajmitch@debian.org>  Sat, 22 Jul 2006 15:56:22 +1200

pyflakes (0.2.1-1) unstable; urgency=low

  * Initial Debian release (Closes: #330896)

 -- Andrew Mitchell <ajmitch@debian.org>  Wed,  3 May 2006 18:12:15 +1200

pyflakes (0.2.1-0ubuntu1) breezy; urgency=low

  * New upstream release
  * Changed Section to python

 -- Andrew Mitchell <ajmitch@ubuntu.com>  Thu, 13 Oct 2005 02:37:05 +1300

pyflakes (0.2.0-0ubuntu1) breezy; urgency=low

  * Initial release

 -- Andrew Mitchell <ajmitch@ubuntu.com>  Fri, 30 Sep 2005 00:54:25 +1200
