flit 3.8.0-1 source package in Ubuntu

Changelog

flit (3.8.0-1) unstable; urgency=medium

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

 -- Scott Kitterman <email address hidden>  Wed, 09 Nov 2022 17:00:43 -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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flit_3.8.0-1.dsc 2.2 KiB 9bd965e24d1d4c7c37edc211d1de041dea0a732c509aeaf5b773ab2967b903a0
flit_3.8.0.orig.tar.gz 136.2 KiB d0f2a8f4bd45dc794befbf5839ecc0fd3830d65a57bd52b5997542fac5d5e937
flit_3.8.0-1.debian.tar.xz 12.3 KiB d0f8700afdefa15cf1cc1a387635f0f055b572e537092306398e2b35098ecfc9

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.