Watch file results

component: main
debian_mangled_uversion: 0.12.2
debian_uversion: 0.12.2
distribution: debian
last_check: 2023-03-26 00:21:22.442085
release: sid
source: python-lockfile
status: up to date
upstream_url: http://pypi.debian.net/lockfile/lockfile-0.12.2.tar.gz
upstream_version: 0.12.2
version: 1:0.12.2-2.2
watch_file:
# debian/watch
# Debian uscan file for ‘python-lockfile’ package.
# Manpage: ‘uscan(1)’

# Compulsory line, this is a version 3 file.
version=3

# Current version from Python Package Index.
opts=uversionmangle=s/(\d)((?:a|b|c|rc)\d*)$/$1~$2/ \
    http://pypi.debian.net/lockfile/lockfile-(\S+)\.tar\.(?:gz|bz2|xz) \
    debian

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