python-morris 1.2-4 source package in Ubuntu

Changelog

python-morris (1.2-4) unstable; urgency=medium

  * Team upload.
  * d/rules: Remove override_dh_auto_build. It is not necessary.
  * d/control: Bump Standards-Version to 4.6.2.1 (from 3.9.6; no further
    changes needed).
  * d/control: Use dh-sequence-python3 instead of dh-python.
    - d/rules remove --with=python3.
  * d/rules: Add override_dh_installdocs target to fix the documentation build
    (Closes: #1026584).
  * d/patches/0001-Fix-doctest.patch: Add patch to fix doctest during the
    build and autopkgtest.
  * d/control: Add Rules-Requires-Root: no in the source stanza.
  * d/watch: Bump version to 4 (from 3).
  * d/patches/0002-Remove-links-to-images.patch: Add patch to remove image
    links to avoid privacy-breach-generic lintian warnings.

 -- Emmanuel Arias <email address hidden>  Mon, 26 Feb 2024 15:36:25 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-morris_1.2-4.dsc 2.1 KiB 83e74230bcc3859f2bc99be2bbf3de8adb8469b9498dabb37fd15100cb54388d
python-morris_1.2.orig.tar.gz 34.8 KiB b3bdc506603c2555d55f59d6bfb1bc9adbac3fa2ddc6324ac9fb0d03add9d6e2
python-morris_1.2-4.debian.tar.xz 3.7 KiB d8945bf99efff2b28477d53b76814eb7da55ebd9f07a0887ead7286d271347c5

No changes file available.

Binary packages built by this source

python-morris-doc: documentation for the Python morris module

 Morris is a simple Python library for creating notification mechanism similar
 to Qt signals or C# events. Application developers can create signals with a
 simple decorator (@signal), send signals by calling the decorated method or
 function, connect to and disconnect from signals with signal.connect() and
 signal.disconnect().
 .
 Morris comes with support for writing high-level unit tests using the
 SignalTestCase.{watchSignal,assertSignalFired,assertSignalNotFired}() methods.
 Appropriate ordering constraints on multiple signals can be tested using the
 SignalTestCase.assertSignalOrdering() method.
 .
 This package contains the HTML documentation

python3-morris: announcement (signal/event) system for Python 3

 Morris is a simple Python library for creating notification mechanism similar
 to Qt signals or C# events. Application developers can create signals with a
 simple decorator (@signal), send signals by calling the decorated method or
 function, connect to and disconnect from signals with signal.connect() and
 signal.disconnect().
 .
 Morris comes with support for writing high-level unit tests using the
 SignalTestCase.{watchSignal,assertSignalFired,assertSignalNotFired}() methods.
 Appropriate ordering constraints on multiple signals can be tested using the
 SignalTestCase.assertSignalOrdering() method.
 .
 This package contains version of the library for Python 3