d/watch: exclude dev versions

This commit is contained in:
aviau 2017-07-19 14:05:44 -04:00
parent 2b22b52170
commit 1724a62a4c
No known key found for this signature in database
GPG key ID: DA82830E3CCC3A3A
2 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View file

@ -1,9 +1,13 @@
python-click (6.6-2) UNRELEASED; urgency=medium
[ Ondřej Nový ]
* Enabled autopkgtest-pkg-python testsuite
* Standards-Version is 3.9.8 now (no changes needed)
* d/watch: Use https protocol
[ Alexandre Viau ]
* d/watch: exclude dev versions
-- Ondřej Nový <onovy@debian.org> Wed, 17 Aug 2016 10:29:28 +0200
python-click (6.6-1) unstable; urgency=medium

2
debian/watch vendored
View file

@ -1,3 +1,3 @@
version=3
opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
https://pypi.debian.net/click/click-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
https://pypi.debian.net/click/click-([.\d]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))