Watch file results

component: main
debian_mangled_uversion: 0.1.27
debian_uversion: 0.1.27
distribution: debian
last_check: 2024-03-18 00:23:58.206779
release: sid
source: pyethash
status: up to date
upstream_url: https://pypi.debian.net/pyethash/pyethash-0.1.27.tar.gz
upstream_version: 0.1.27
version: 0.1.27-3
watch_file:
# debian/watch
# Debian UScan configuration for pyethash package.
# Manual page: uscan(1).

# Version of UScan configuration format.
version = 4

# Source tarball from Python Package Index.
opts = "uversionmangle=s/(\d)((?:dev|a|b|c|rc)\d*)$/$1~$2/" \
    https://pypi.debian.net/@PACKAGE@/ \
    /@PACKAGE@/@PACKAGE@-@ANY_VERSION@@ARCHIVE_EXT@ \
    debian uupdate

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