apipkg 3.0.2-1 source package in Ubuntu

Changelog

apipkg (3.0.2-1) unstable; urgency=medium

  * Update to new upstream release 3.0.2
  * Update extend-diff-ignore to fix FTBFS double-build (Closes: #1043626)

 -- Scott Talbert <email address hidden>  Thu, 28 Mar 2024 20:05:32 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
apipkg_3.0.2-1.dsc 2.2 KiB 35de090359f072cb4b773e2e5c0c5851aea47c50142823200a0d8e743c1de1f1
apipkg_3.0.2.orig.tar.gz 13.7 KiB 67345fd0446e5a24b50f42f2fc3e6a2cd5612379cd6944f68529886f188184ba
apipkg_3.0.2-1.debian.tar.xz 4.1 KiB a3426886d09c6707c8374bfbd9e84889604fae899ea8d6a18b5f8673d0f8b4a4

Available diffs

No changes file available.

Binary packages built by this source

python3-apipkg: namespace control and lazy-import mechanism for Python 3

 With apipkg you can control the exported namespace of a Python package and
 greatly reduce the number of imports for your users. It is a small pure
 Python module that works on virtually all Python versions, including
 CPython2.3 to Python3.1, Jython and PyPy. It co-operates well with Python's
 help() system, custom importers (PEP302) and common command line completion
 tools.
 .
 This package contains apipkg for Python 3.