circuits 3.2.2-2 source package in Ubuntu

Changelog

circuits (3.2.2-2) unstable; urgency=medium

  * Team upload.

  [ Yogeswaran Umasankar ]

  * Included a patch for /circuits/core/utils.py to replace
    deprecated imp with importlib to fix autopkgtest in
    Py3.12 (Closes: #1059657).
  * Removed vcs-control-file from python-circuits-doc.

  [ Emmanuel Arias ]
  * d/control: Bump Standards-Version to 4.6.2 (from 4.6.1.0; no further
    changes needed).
  * d/salsa-ci.yml: Enable salsa-ci.

 -- Yogeswaran Umasankar <email address hidden>  Sat, 06 Jan 2024 16:00:00 +0000

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
circuits_3.2.2-2.dsc 2.1 KiB fadcae2b3e05a4b1daf71069fa3b91998f14557293e963695087087198940e7e
circuits_3.2.2.orig.tar.gz 415.5 KiB 083e3ddf99f1dad676941240921fa81712dae30662a3809cdc657d76873a412e
circuits_3.2.2-2.debian.tar.xz 10.2 KiB 45aa86b2161d73fdef0cc01757e8c58399da5630f131298a5e936847501a850b

Available diffs

No changes file available.

Binary packages built by this source

python-circuits-doc: event-driven framework with a component architecture (Documentation)

 circuits is an event-driven framework with a focus on Component
 Software Architectures where System Functionality is defined in
 Components. Components communicate with one another by propagating
 events throughout the system. Each Component can react to events and
 expose events to other parts of the system Components are able to
 manage their own events and can also be linked to other Components.
 .
 Circuits has a clean architecture and has no external dependencies on
 any other library. It's simplistic design is unmatchable but yet
 delivers a powerful framework for building large, scalable,
 maintainable applications and systems. Circuits was a core integral
 part of the pymills library developed in 2006 and was partly inspired
 by the Trac architecture.
 .
 This package contains documentation and examples.

python3-circuits: event-driven framework with a component architecture (Python3 version)

 circuits is an event-driven framework with a focus on Component
 Software Architectures where System Functionality is defined in
 Components. Components communicate with one another by propagating
 events throughout the system. Each Component can react to events and
 expose events to other parts of the system Components are able to
 manage their own events and can also be linked to other Components.
 .
 Circuits has a clean architecture and has no external dependencies on
 any other library. It's simplistic design is unmatchable but yet
 delivers a powerful framework for building large, scalable,
 maintainable applications and systems. Circuits was a core integral
 part of the pymills library developed in 2006 and was partly inspired
 by the Trac architecture.
 .
 This package contains the Python 3 version of the library.