domdf-python-tools 3.8.0.post2-2 source package in Ubuntu

Changelog

domdf-python-tools (3.8.0.post2-2) unstable; urgency=medium

  * debian/control:
      - Added dependency for running tests
      - Added 'Testsuite: autopkgtest-pkg-pybuild
      - Enabled dependencies to run tests
      - Reformatted the code with wrap-and-sort -a
  * debian/patches:
      - Removed fixed patch /001.fix-error-module.patch
      - Skipped because 'pytz' module is not in Debian
      - Updade function obsolete
  * debian/rules: Enabled test execution
  * debian/tests: Modified tests

 -- Josenilson Ferreira da Silva <email address hidden>  Sun, 31 Dec 2023 18:43:24 -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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
domdf-python-tools_3.8.0.post2-2.dsc 2.8 KiB 4e6913404266a64ea986ed3a308360992dfdcb4172d68f8b5b4819aaef83f64a
domdf-python-tools_3.8.0.post2.orig.tar.gz 264.9 KiB e1506552261f92d72348c635f2183996394c9285540c495e082def3150bb8c4b
domdf-python-tools_3.8.0.post2-2.debian.tar.xz 9.2 KiB fdda1c34f438d469b7bc112832ea55b2e9b235719cd6811fe7e99fed31634ca7

Available diffs

No changes file available.

Binary packages built by this source

python3-domdf-python-tools: Helpful functions for Python

 Domdf-python-tools" is a set of command-line tools for Python that can be used
 for many common tasks in Python software development.
 .
 The program is distributed as a Python package and can be installed using pip.
 It is designed to be easily integrated into software development workflows and
 to help automate repetitive tasks.
 .
 Highlights:
  * Version management of Python packages, including creating manifest files and
    packaging packages in tar.gz or wheel format.
  * Automatic document generation from source code files using Sphinx.
  * Source code analysis for style issues, using the flake8 tool.
  * Running completed tests on a project, using tox and pytest.
  * And other useful features like automatically generating a README.md file for
    GitHub.