circuits 3.1.0+ds1-2ubuntu2 source package in Ubuntu

Changelog

circuits (3.1.0+ds1-2ubuntu2) jammy; urgency=medium

  * debian/patches/python-3.10.patch: compatibility with python 3.10.
    Closes: #1001244.

 -- Steve Langasek <email address hidden>  Sat, 11 Dec 2021 01:35:24 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
circuits_3.1.0+ds1.orig.tar.gz 1.7 MiB 7c08d4da8b9fd3547207aad36900847c919c94f322327f5661c630ee1c8c68c3
circuits_3.1.0+ds1-2ubuntu2.debian.tar.xz 10.9 KiB a13b340dbde302f5ebd8535fa3f5ef4335777ed5a738e8d814f9d22f90048d0d
circuits_3.1.0+ds1-2ubuntu2.dsc 2.3 KiB ae3138b3f2584a2f17d57e60c3adcd9db6ae83eac7a0bc39f99690ba5d5f3032

View changes file

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.