importlib-resources 5.1.2-2 source package in Ubuntu

Changelog

importlib-resources (5.1.2-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on python3-all.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Mon, 17 Oct 2022 00:42:28 +0100

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 main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
importlib-resources_5.1.2-2.dsc 2.1 KiB 334687188d52cbbe906f0a884a5e8b6e67680870601d24ab57bb849f9655660b
importlib-resources_5.1.2.orig.tar.gz 31.4 KiB 642586fc4740bd1cad7690f836b3321309402b20b332529f25617ff18e8e1370
importlib-resources_5.1.2-2.debian.tar.xz 2.3 KiB 2f0f53f227032523e957c5631831f6f1fb4c3b1a584e46ba18cfef5c14c574f6

Available diffs

No changes file available.

Binary packages built by this source

python3-importlib-resources: Read resources from Python packages

 importlib_resources is a backport of Python standard library
 importlib.resources module for older Pythons. Users of Python 3.9 and
 beyond should use the standard library module, since for these versions,
 importlib_resources just delegates to that module.
 .
 The key goal of this module is to replace parts of pkg_resources with a
 solution in Python's stdlib that relies on well-defined APIs. This makes
 reading resources included in packages easier, with more stable and
 consistent semantics.
 .
 This library provides two very simple decorators that document the
 publicness of the names in your module. They keep your module's __all__
 in sync so you don't have to.