circuits 3.2.3-1 source package in Ubuntu

Changelog

circuits (3.2.3-1) unstable; urgency=medium

  * Team upload.
  * Updated to new upstream version 3.2.3.
  * d/control: Bumped Standards-Version to 4.7.0 + added
    python3-pyinotify to Build-Depends.
  * Updated 01_disable_sphinxcontrib_extensions.patch,
    03_disable-address-check.patch and
    05_remove-privacy-breach-badges.patch to fit the new
    upstream version.
  * Removed 06_replace-imp-with-importlib.patch, issue fixed by
    new upstream version.
  * d/copyright: Removed circuits/six.py.

 -- Yogeswaran Umasankar <email address hidden>  Fri, 19 Apr 2024 22:30: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
Oracular release universe python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
circuits_3.2.3-1.dsc 2.1 KiB b43eba16a5456d5773e9fa60c3836406c1404053b0dbf87a0c6933ecd895ddfc
circuits_3.2.3.orig.tar.gz 404.8 KiB 8c078217b194a8159322b600beb089063b8541350299b385d897b8dcf0073067
circuits_3.2.3-1.debian.tar.xz 9.9 KiB fa0b1bc453f728639859f5eabca35c17675310d9c76bb6b08ae7fbcd4ba58cf4

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.