circuits 3.2.2-1 source package in Ubuntu

Changelog

circuits (3.2.2-1) unstable; urgency=medium

  * New upstream version 3.2.2 (Closes: #1024860)
  * Watch the upstream github instead of the PyPI tarball.
  * Refresh patches.
  * debian/control
    - Add python3-setuptools-scm to Build-Depends.
    - Update Homepage field.
    - Bump Standards-Version to 4.6.1.0, no changes needed.
  * debian/copyright
    - Don't esclude built docs since they are not included anymore
    - Update copyright years.
    - Use my debian.org address.

 -- Daniele Tricoli <email address hidden>  Wed, 14 Dec 2022 17:15:09 +0100

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
Mantic release universe python
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
circuits_3.2.2-1.dsc 2.1 KiB 4af844f110671e9702fa9f7928ecf6c9b77413570cc0d2d1d6713a1232b87c8d
circuits_3.2.2.orig.tar.gz 415.5 KiB 083e3ddf99f1dad676941240921fa81712dae30662a3809cdc657d76873a412e
circuits_3.2.2-1.debian.tar.xz 9.6 KiB ca7800184d83fe82e278c44765e993e6f3dc27403a32fba3412e0a7b02a5c7ee

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.