python-noseofyeti 2.4.6-1 source package in Ubuntu

Changelog

python-noseofyeti (2.4.6-1) unstable; urgency=medium

  * Update d/watch for new upstream tarball naming convention
  * Add Rules-Requires-Root no to d/control
  * New upstream release
  * Replace python3-setuptools with pybuild-plugin-pyproject and
    python3-hatchling in Build-Depends
  * Update d/control with wrap-and-sort
  * Override dh_auto_test to not run since tests require unpackaged modules

 -- Scott Kitterman <email address hidden>  Sat, 20 Jan 2024 23:07:59 -0500

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-noseofyeti_2.4.6-1.dsc 2.0 KiB 8bc871f452c021ad2243ceaef851cb881e0662102100e5d576dd369ccb8c5927
python-noseofyeti_2.4.6.orig.tar.gz 33.6 KiB bc3664649f1308b27dc8f1267c6fbc572c4742b353b2b12440ffe0bc21efafde
python-noseofyeti_2.4.6-1.debian.tar.xz 2.8 KiB 9e65594a8258c1fa92b2ce7ada2b59961b974bb5d82b6963f8987aeccc15ed39

Available diffs

No changes file available.

Binary packages built by this source

python3-noseofyeti: Module to create Python codec for tests using RSpec inspired DSL

 This is a project creates a custom Python codec that lets you write your
 tests using an RSpec inspired DSL (i.e. describe and it blocks).
 .
 It uses the fact that you can register a codec that is able to modify a
 Python file before executing it. Using this when Python imports a file with
 a particular encoding as the first line of the file it will be intercepted
 and potentially rewritten into something else before the import continues.
 .
 nose-of-yeti uses this technique to translate from the DSL it defines, into
 Python classes and functions that then will be executed by your test
 framework of choice.