feature-check 1.0.1-2 source package in Ubuntu

Changelog

feature-check (1.0.1-2) unstable; urgency=medium

  * Make the debian/clean file really clean up the Python egg-info
    directory after it was pushed down to python/src/ in confget-2.3.4.
    Closes: #1044232
  * Declare compliance with Policy 4.6.2 with no changes.
  * Add the year 2023 to my debian/* copyright notice.
  * Override a Lintian check: tappy.py loops over Python versions.
  * Use the pyproject plugin for pybuild.
  * Minor fixes to the `tappy.py` autopkgtest tool:
    - reformat with 100 characters per line
    - run through Ruff's isort implementation
    - minor fixes suggested by Ruff
    - add some infrastructure for running Python checkers on tappy.py
    - drop a type: ignore annotation, not needed for recent versions of mypy
    - drop support for Python versions before 3.9

 -- Peter Pentchev <email address hidden>  Sun, 27 Aug 2023 02:47:43 +0300

Upload details

Uploaded by:
Peter Pentchev
Uploaded to:
Sid
Original maintainer:
Peter Pentchev
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
feature-check_1.0.1-2.dsc 2.6 KiB 1487aeab6371ec3c383e3417bfd1bfb20cc7f3bfe847190bb895116342faef13
feature-check_1.0.1.orig.tar.xz 27.1 KiB e4902a5c1fa6d1766b84978e823527fcc4f8a8c9858eb10f38e0ef535308df78
feature-check_1.0.1.orig.tar.xz.asc 833 bytes 09016d13e622fc8220647cea6ef58e0b13029cd0c8ab6a74b36f2dff8f77bf76
feature-check_1.0.1-2.debian.tar.xz 8.7 KiB fa91ed5bc3bed96bc867fb2bb1eb2b79f3b19ea9f70140dc34d66e7b1eae0cef

Available diffs

No changes file available.

Binary packages built by this source

feature-check: tool to query a program for supported features

 The feature-check tool obtains the list of supported features from
 a program via various methods (e.g. running it with the --features
 command-line option) and allows other programs to check for
 the presence and, possibly, versions of specific features.
 .
 This package contains the command-line tool for use by any program.

python3-feature-check: query a program for supported features - Python 3.x library

 The feature-check tool obtains the list of supported features from
 a program via various methods (e.g. running it with the --features
 command-line option) and allows other programs to check for
 the presence and, possibly, versions of specific features.
 .
 This package contains the Python 3.x library.