python-dist-meta 0.8.0+dfsg-3 source package in Ubuntu

Changelog

python-dist-meta (0.8.0+dfsg-3) unstable; urgency=medium

  * debian/control:
      - Added dependency for running tests
      - Added 'Testsuite: autopkgtest-pkg-pybuild'
  * debian/patches: Skipped function with error
  * debian/rules: Enabled test execution

 -- Josenilson Ferreira da Silva <email address hidden>  Mon, 01 Jan 2024 19:55:07 -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-dist-meta_0.8.0+dfsg-3.dsc 2.5 KiB dd5e8d0256fa57c96fa6c13fc486936b4f3fe92e587292804c08094af226298c
python-dist-meta_0.8.0+dfsg.orig.tar.xz 215.4 KiB a161fcfdce4391d6af1fa54d6d10b51820fc8834e3158e863d642d7137e2b1e5
python-dist-meta_0.8.0+dfsg-3.debian.tar.xz 5.1 KiB dfac6694aa7b49141da6d38e67ee1f72313f5557db3279884e69af5dedd34ef3

Available diffs

No changes file available.

Binary packages built by this source

python3-dist-meta: Parse and create Python distribution metadata

 dist-meta and is a set of support tools for managing metadata of a GitHub
 repository. This library provides a convenient way to automatically generate
 and update metadata files such as README files, license files, changelog
 files, and more.
 .
 The main purpose of dist-meta is to ease the process of maintaining these
 files in projects hosted on GitHub by providing a command line interface
 (CLI) to automatically generate and update the necessary metadata files. It
 is especially useful for projects that follow specific standards or formatting
 guidelines for their metadata files.
 .
 you can automate tasks like:
  - Automatically generate and update your project's README file based on a
    predefined or custom template.
  - Generate license files, such as the LICENSE file, from a pool of available
    licenses.
  - Create changelog files based on changes made to your repository.
  - Verify that your project's metadata files are up to date according to
    defined best practices.