circuits 3.1.0+ds1-2 source package in Ubuntu

Changelog

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

  * Team upload.
  * Fixed VCS URL (https)
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/watch: Use https protocol
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout
  * Use debhelper-compat instead of debian/compat.
  * Use Python 3 for building docs.
  * Drop Python 2 support.
  * Bump debhelper compat level to 12.
  * Enable autopkgtest-pkg-python testsuite.

 -- Ondřej Nový <email address hidden>  Mon, 05 Aug 2019 10:38:58 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe python

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
circuits_3.1.0+ds1-2.dsc 2.1 KiB 57dda8d25561e0850af375b070931e1deca9c602f6e7056b33789d01d88dd29f
circuits_3.1.0+ds1.orig.tar.gz 1.7 MiB 7c08d4da8b9fd3547207aad36900847c919c94f322327f5661c630ee1c8c68c3
circuits_3.1.0+ds1-2.debian.tar.xz 9.9 KiB 70b7d7492eecc8a0115e09c5e4f747683b23be5b52f2547aa0f97dc2cde8e587

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.