flit 3.3.0-1 source package in Ubuntu

Changelog

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 <email address hidden>  Thu, 25 Nov 2021 16:51:52 -0400

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.3.0-1.dsc 1.5 KiB 344e1b7b6cbfd0f94622b96caab829b3e862393e11da773ce60cdab5de0e7dc0
flit_3.3.0.orig.tar.gz 115.0 KiB 65fbe22aaa7f880b776b20814bd80b0afbf91d1f95b17235b608aa256325ce57
flit_3.3.0-1.debian.tar.xz 11.6 KiB c0e4476883609e5432a65749f049e1cb72e9497b01e05beaffce1a0bd7809388

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.