flit 3.8.0-3 source package in Ubuntu

Changelog

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 <email address hidden>  Wed, 04 Jan 2023 18:12:03 -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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flit_3.8.0-3.dsc 2.2 KiB 6686f0d5a9fb057797d85bece53219bf5dff27d7751cbe2f87bd41ffee832873
flit_3.8.0.orig.tar.gz 136.2 KiB d0f2a8f4bd45dc794befbf5839ecc0fd3830d65a57bd52b5997542fac5d5e937
flit_3.8.0-3.debian.tar.xz 12.4 KiB 704a92c4b934e9565c2325fb5207cb12c3b6058addbe2f3b7dc656b55ffedbde

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.