lazy-loader 0.4-1 source package in Ubuntu

Changelog

lazy-loader (0.4-1) unstable; urgency=medium

  * New upstream version 0.4
  * Add python3-packaging, python3-setuptools and python3-{numpy, scipy}
    on B-D.
  * Use new dh-sequence-python3 instead of dh-python
  * Fix test issue when building and add DEB_BUILD_OPTIONS for
    override_dh_auto_test
  * Update autopkgtest also
  * Bump std-ver to 4.7.0
  * Wrap and sort for d/control
  * Update debian copyright to 2024

 -- Bo YU <email address hidden>  Fri, 12 Jul 2024 10:52:07 +0800

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lazy-loader_0.4-1.dsc 2.2 KiB bd57f0ed4cf6d0e36f72ff09d0fc15212b56e18a8c28ef9cec56770f3b73756a
lazy-loader_0.4.orig.tar.xz 12.6 KiB 7fabe745f8751683eaf01658f726172307912ea609e8514042b3151c7a75b2c4
lazy-loader_0.4-1.debian.tar.xz 4.1 KiB f4a8ec093422cf49b27be6cfe293502aa879f1e64f684ef441262b1e00660d1b

Available diffs

No changes file available.

Binary packages built by this source

python3-lazy-loader: Python module to easily load subpackages and functions on demand

 lazy-loader is targeted at libraries that avoids import slowdowns and
 provides explicit submodule exports. It allows subpackages to be made
 visible to users without incurring import costs.