flit (3.12.0-2) unstable; urgency=medium

  * Team upload.
  * Remove tomli patch, we use tomllib from Py3.11+
  * Drop support for Python <= 3.11 (will soon be old-old-stable)
  * Drop old lintian override

 -- Alexandre Detiste <tchet@debian.org>  Mon, 28 Jul 2025 13:32:29 +0200

flit (3.12.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Don't refer to vendored tomli's LICENSE file, since we remove it when
    building the Debian package.
  * Stop skipping test_find_in_path; it passes again now.

 -- Colin Watson <cjwatson@debian.org>  Sun, 30 Mar 2025 20:10:20 +0100

flit (3.9.0-2) unstable; urgency=medium

  [ Stefano Rivera ]
  * Team upload.
  * Make README.rst and LICENSE available to build-time tests.
    (Closes: #1050363)

  [ Scott Kitterman ]
  * Update B-D-I and Depends to that python3-tomli is not required with
    python3.11 or later (flit will use tomllib is available)

 -- Stefano Rivera <stefanor@debian.org>  Thu, 24 Aug 2023 18:55:36 +0200

flit (3.9.0-1) unstable; urgency=medium

  * New upstream release
  * Update lintian-overrides

 -- Scott Kitterman <scott@kitterman.com>  Sun, 02 Jul 2023 00:38:03 -0400

flit (3.8.0-3) unstable; urgency=medium

  [ Stefano Rivera ]
  * Replace the hacks in debian/rules to support multiple wheels with --name.
    (Closes: #1026678)

  [ Scott Kitterman ]
  * Bump standards-version to 4.6.2 without further change

 -- Scott Kitterman <scott@kitterman.com>  Wed, 04 Jan 2023 18:12:03 -0500

flit (3.8.0-2) unstable; urgency=medium

  * Update Vcs-Git field in debian/control to new Debian Python Team Salsa
    layout
  * Add manual depends on python3-tomli (upstream relies on embedded copy not
    used in Debian)

 -- Scott Kitterman <scott@kitterman.com>  Sun, 20 Nov 2022 13:58:30 -0500

flit (3.8.0-1) unstable; urgency=medium

  * New upstream release
    - Refresh patches
  * Update lintian overrides, add d/s/lintian-overrides

 -- Scott Kitterman <scott@kitterman.com>  Wed, 09 Nov 2022 17:00:43 -0500

flit (3.7.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Refresh patches.
  * Build with pybuild, fixing FTBFS. (Closes: #1009392)
  * Patch: Build flit with the local flit_core.
  * Bump Standards-Version to 4.6.1, no changes needed.
  * Add myself to copyright.

 -- Stefano Rivera <stefanor@debian.org>  Fri, 02 Sep 2022 18:58:37 +0200

flit (3.6.0-1) unstable; urgency=medium

  * New upstream release
  * Move removal of build.py from install to clean
  * Update debian/build.py for removal of build_thyself
  * Add debian/patches/0002-use-system-tomli.patch since we will use the
    system tomli
  * Update debian/rules to remove the vendored tomli from the build
  * Update autopkgtest depends
  * Run package tests during build
  * Clean up dist-info directory:
    - Remove direct_url.json, not useful in Debian
    - Update RECORD to reflect files installed by the package

 -- Scott Kitterman <scott@kitterman.com>  Thu, 30 Dec 2021 11:50:05 -0500

flit (3.5.1-1) unstable; urgency=medium

  * New upstream release
    - Refresh patches
  * Replace build-depends on python3-toml with python3-tomli and
    python3-tomli-w
  * Remove build-depends on python3-pygments, not required
  * Remove manually added binary depends, included in python3:Depends
  * Update long description to mention PEP 621 support
  * Correctly specify that build-deps not needed for clean are
    Build-Depends-Indep
  * Use sphinx-build instead of help2man to generate a more complete and
    current man page
  * Delete unneeded build-depends on python3-docutils and python3-requests
  * Update lintian-overrides
  * Set minimum dh-python version to 5.20211213 to avoid issues with depends
    generation in earlier versions

 -- Scott Kitterman <scott@kitterman.com>  Mon, 13 Dec 2021 20:31:59 -0500

flit (3.3.0-1) unstable; urgency=medium

  * Team upload

  [ Steffen Moeller ]
  * New upstream version 3.3.0 (Closes: #994589)
  * d/control: Bumped standard to 4.5.1
  * d/rules: removing __pycache__ folders from previous builds

  [ Michael R. Crusoe ]
  * Standards-Version: 4.6.0 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine-
    update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * watch file standard 4 (routine-update)
  * {Build-,}Depends: switch to python3-toml from -pytoml

  [ Stefano Rivera ]
  * Run autopkgtest against all supported Python 3 versions.

 -- Stefano Rivera <stefanor@debian.org>  Thu, 25 Nov 2021 16:51:52 -0400

flit (3.0.0-1) unstable; urgency=medium

  * Team upload

  [ Scott Kitterman ]
  * Replace failing automatic man page generation with manual process that at
    least works (Closes: #977044)

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Antonio Terceiro ]
  * New upstream version 3.0.0
    - Makes RECORD deterministic (Closes: #968636)
    - Builds reproducibly (Closes: #964440)
  * debian/build.py: fix location of top level directory (Closes: #975796)
  * debian/build.py: fix wrt the new upstream release
  * autopkgtest: drop unnecessary breaks-testbed restriction
  * autopkgtest: only test against Debian
  * autopkgtest: ignore test that fails without `python`

 -- Antonio Terceiro <terceiro@debian.org>  Thu, 10 Dec 2020 12:28:33 -0300

flit (2.3.0-3) unstable; urgency=medium

  * Add missing autopkgtest depends on tox

 -- Scott Kitterman <scott@kitterman.com>  Mon, 13 Apr 2020 12:31:23 -0400

flit (2.3.0-2) unstable; urgency=medium

  * Add autopkgtest running upstream test suite with tox
  * Patch install.Installer class not to error out when subclassed as
    DebianInstaller from dh-python

 -- Scott Kitterman <scott@kitterman.com>  Mon, 13 Apr 2020 02:15:02 -0400

flit (2.3.0-1) unstable; urgency=medium

  * New upstream release

 -- Scott Kitterman <scott@kitterman.com>  Sat, 11 Apr 2020 23:00:36 -0400

flit (2.2.0-2) unstable; urgency=medium

  * Add missing license to debian/copyright

 -- Scott Kitterman <scott@kitterman.com>  Mon, 06 Apr 2020 16:25:01 -0400

flit (2.2.0-1) unstable; urgency=medium

  * Initial release (Closes: #953992)

 -- Scott Kitterman <scott@kitterman.com>  Mon, 23 Mar 2020 11:12:49 -0400
