apipkg 3.0.1-2 source package in Ubuntu

Changelog

apipkg (3.0.1-2) unstable; urgency=medium

  * Switch d/watch to GitHub tags page to fix uscan checks
  * Add missing test dependency on python3-py (Closes: #1040410)
  * Update Standards-Version to 4.6.2

 -- Scott Talbert <email address hidden>  Wed, 05 Jul 2023 13:18:36 -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
Noble release universe python
Mantic release universe python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
apipkg_3.0.1-2.dsc 2.2 KiB 5fb488392e4a99a7d9b4d857433e4d457d8488ec983208eb5594007c48fd44c4
apipkg_3.0.1.orig.tar.gz 13.7 KiB 3118fbb7b0f6ad8b54bebb7b2db37aa8a9068f5a21a611e47a30f1d3eedea8c8
apipkg_3.0.1-2.debian.tar.xz 4.0 KiB dbbffe28c9da853a086d30d9faa44a896d1045533c49c0bc7014a9f48e296dd0

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.