Watch file results

component: main
debian_mangled_uversion: 0.4.2
debian_uversion: 0.4.2
distribution: debian
last_check: 2024-03-18 00:53:29.888364
release: sid
source: python-jsonext
status: up to date
upstream_url: https://pypi.debian.net/jsonext/jsonext-0.4.2.tar.gz
upstream_version: 0.4.2
version: 0.4.2-3
watch_file:
# debian/watch
# Debian UScan configuration for python-jsonext 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/" \
    https://pypi.debian.net/jsonext/ \
    /jsonext/jsonext-@ANY_VERSION@@ARCHIVE_EXT@ \
    debian uupdate

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