flit 3.5.1-1 source package in Ubuntu

Changelog

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 <email address hidden>  Mon, 13 Dec 2021 20:31:59 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flit_3.5.1-1.dsc 2.1 KiB 8b2e523f1008afe0341375d7ef25868b09f4373d7fcc86676869e68d38954faf
flit_3.5.1.orig.tar.gz 119.8 KiB 2e3b7377714483ecc54b236330d7bf3467b9f5b909b22333b50b6b4324162510
flit_3.5.1-1.debian.tar.xz 11.6 KiB 4c8303ea353352eb97204fe1753b85b73353becc3960ab206c8964d07a5f7fde

Available diffs

No changes file available.

Binary packages built by this source

flit: simple way to put Python packages and modules on PyPI (PEP 517)

 Flit is a easy way to put Python packages and modules on PyPI. It tries to
 require less thought about packaging and help you avoid common mistakes.
 .
 Flit supports PEP 517 Python packaging and PEP 621 project metadata.
 .
 Make the easy things easy and the hard things possible is an old motto from
 the Perl community. Flit is entirely focused on the easy things part of that,
 and leaves the hard things up to other tools.
 .
 Specifically, the easy things are pure Python packages with no build steps
 (neither compiling C code, nor bundling Javascript, etc.). The vast majority
 of packages on PyPI are like this: plain Python code, with maybe some static
 data files like icons included.