straight.plugin 1.4.1-5 source package in Ubuntu

Changelog

straight.plugin (1.4.1-5) unstable; urgency=medium

  [ Yogeswaran Umasankar ]
  * Team upload.
  * Added patch for straight/plugin/loaders.py and tests.py to
    replace deprecated imp with importlib to fix ModuleNotFoundError
    in Python 3.12. (Closes: #1058197)
  * Added d/tests for autopkgtest.
  * Updated Standards-Version to 4.6.2 in d/control.

  [ Andreas Tille ]
  * Fix clean target
    Closes: #1047731
  * debhelper-compat 13 (routine-update)
  * Reorder sequence of d/control fields by cme (routine-update)
  * Remove trailing whitespace in debian/changelog (routine-update)
  * Rules-Requires-Root: no (routine-update)

 -- Andreas Tille <email address hidden>  Sun, 14 Jan 2024 21:36:47 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
straight.plugin_1.4.1-5.dsc 2.3 KiB 3849ce4dcda9f2d5d193f14f9dc509fc04b6cc6ebc916c1bc959d665e9b1b99a
straight.plugin_1.4.1.orig.tar.gz 15.2 KiB 27209b4aa1887e84430d2f1e1ac35c597d73c242e4b7801e7e4d34f26cf5c77b
straight.plugin_1.4.1-5.debian.tar.xz 4.0 KiB 0c6106012f2df21de28d0fa8d5176bd7279ed176c2526bf7d6a9b58d8a72af6d

Available diffs

No changes file available.

Binary packages built by this source

python-straight.plugin-doc: Simple namespaced plugin facility (common documentation)

 straight.plugin is a Python plugin loader inspired by twisted.plugin
 with two important distinctions:
 .
  - Fewer dependencies
  - Python 3 compatible
 .
 The system is used to allow multiple Python packages to provide
 plugins within a namespace package, where other packages will locate
 and utilize. The plugins themselves are modules in a namespace
 package where the namespace identifies the plugins in it for some
 particular purpose or intent.
 .
 This is the common documentation package.

python3-straight.plugin: Simple namespaced plugin facility (Python 3)

 straight.plugin is a Python plugin loader inspired by twisted.plugin
 with two important distinctions:
 .
  - Fewer dependencies
  - Python 3 compatible
 .
 The system is used to allow multiple Python packages to provide
 plugins within a namespace package, where other packages will locate
 and utilize. The plugins themselves are modules in a namespace
 package where the namespace identifies the plugins in it for some
 particular purpose or intent.
 .
 This package installs the library for Python 3.