Watch file results

component: main
debian_mangled_uversion: 7.2.7
debian_uversion: 7.2.7+dfsg1
distribution: debian
last_check: 2024-03-18 00:21:53.804202
release: sid
source: python-coverage
status: newer package available
upstream_url: https://pypi.debian.net/coverage/coverage-7.4.4.tar.gz
upstream_version: 7.4.4
version: 7.2.7+dfsg1-1
watch_file:
# debian/watch
# Debian UScan configuration for this package.
# Manual page: uscan(1).

# Version of UScan configuration format.
version = 4

# Source tarball from Python Package Index.
opts = "uversionmangle=s/(\d)((?:a|b|c|rc)\d*)$/$1~$2/,repack,repacksuffix=+dfsg1,dversionmangle=s/\+dfsg\d+$//" \
    https://pypi.debian.net/coverage/ \
    /coverage/coverage-@ANY_VERSION@@ARCHIVE_EXT@ \
    debian uupdate


# Local variables:
# coding: utf-8
# mode: conf
# End:
# vim: fileencoding=utf-8 filetype=conf :