elpy (1.24.0-1) unstable; urgency=medium

  * New upstream version.
  * Revert "Compress README.rst with gzip before installing" because
    README.rst is only 2.8k and dh_compress already does the right thing
    automatically; that is to say, README.rst is not "larger than 4k in
    size" (dh_compress(1)) and should not be compressed.
  * Exclusively use Python 3 dependencies and configure the use of
    /usr/bin/python3 by default. (Closes: #899212)
  * debian/README.Debian:  Document how Python 2 support is not enabled
    in this Debian package.
  * debian/debian-autoloads.el:
    - Add Debian-specific configuration to default to using Python 3.
    - Document this customisation in README.Debian along with instructions
      on how to revert this when moving between Python 2 and Python 3
      virtualenvs.
    - Additionally unset Elpy's custom PYTHONPATH, which is not needed in
      packages that use dh-python.  Previously Elpy unnecessarily searched
      site-lisp/elpa/elpy-1.23.0 for its associated Python modules.
  * debian/control:
    - Drop python2 dependencies which are no longer needed
      for self-tests to pass.
    - Put ELPA build-dep section before Python one (more alphabetical).
    - Move python3-sphinx build dependency to the section for documentation.
    - Add python3-jupyter-console to Suggests.  The upstream Elpy project
      recommends using Jupyter console for interactive Python.
    - Rely on ${elpa:Depends} and drop explicitly declared ones in bin:pkg.
    - Rely on ${python3:Depends} to generate dependency on python3-flake8.
    - Add build and runtime dependency on flake8, which provides
      /usr/bin/flake8.  This wrapper script is still used in various places,
      and it is part of the flake8 package provided by PyPI/pip.
  * Declare Standards-Version: 4.2.1. (No additional changes required)

 -- Nicholas D Steeves <nsteeves@gmail.com>  Mon, 03 Sep 2018 20:08:24 -0400

elpy (1.23.0-1) unstable; urgency=medium

  * New upstream version.
  * Build and install info page.
  * Declare Standards-Version: 4.2.0
    - §12.7, Install NEWS.rst as NEWS.
  * Add "Local Variables" footer to NEWS so that it opens in ReST mode.
  * Compress README.rst with gzip before installing.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Wed, 08 Aug 2018 17:48:06 -0400

elpy (1.22.0-1) unstable; urgency=medium

  [ Nicholas D Steeves ]
  * New upstream version.
  * Add 0002-Disable-tests-for-black-code-formatter.patch
    - Debian does not yet provide a package for Black, "the uncompromising
      Python code formatter" (https://github.com/ambv/black).
    - Disable these tests until there is something to test.
  * Rename 0001-Disable-failing-tests.patch to
        -> 0001-Disable-test-shell-send-region-or-buffer.patch

 -- Nicholas D Steeves <nsteeves@gmail.com>  Tue, 03 Jul 2018 14:39:24 -0400

elpy (1.21.0-1) unstable; urgency=medium

  * New upstream version.
  * Cleanup elpy.egg-info files to allow consecutive dpkg-buildpackage runs
    to succeed from the unpacked source package. (Closes: #898205)
  * Begin switch from python-autopep8 to python3-autopep8:
    - Update elpa-elpy's Suggests to reflect this change.
    - Add python3-autopep8 to Build-Depends.
    - Python-autopep8 cannot yet be dropped from Build-Depends, because
      self-tests do not yet seem to be Python 3-only ready.  At present
      it is automatically installed when a user installs python3-autopep8,
      because python3-autopep8 Recommends its Python 2 variant.
      See Bug #899212 for progress on Elpy's transition to depending
      exclusively on Python 3 libraries.
  * Update Maintainer team name and email address.
  * Change section from lisp to devel, because Elpy is an integrated
    development environment and devel is the correct section for IDEs.
    In addition to correctness, this change makes elpy more discoverable to
    users.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Sun, 27 May 2018 12:26:40 -0400

elpy (1.20.0-1) unstable; urgency=medium

  * Initial release. (Closes: #825980, #861174)

 -- Nicholas D Steeves <nsteeves@gmail.com>  Fri, 27 Apr 2018 14:17:35 -0400
