File: watch

package info (click to toggle)
python-telegram-bot 13.15-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 7,732 kB
  • sloc: python: 49,401; makefile: 178; sh: 4
file content (12 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
# Example watch control file for uscan
# Rename this file to "watch" and then you can run the "uscan" command
# to check for upstream updates and more.
# See uscan(1) for format

# Compulsory line, this is a version 4 file
version=4

# GitHub hosted projects
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%python-telegram-bot-$1.tar.gz%" \
   https://github.com/python-telegram-bot/python-telegram-bot/tags \
   (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate