[Python-modules-commits] [python-attrs] 01/01: Fix debian/watch.
Tristan Seligmann
mithrandi at moszumanska.debian.org
Sun Feb 21 07:11:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository python-attrs.
commit cc3103b3f0f90abadeb64c78e88da72bd0f34305
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date: Sun Feb 21 09:11:23 2016 +0200
Fix debian/watch.
---
debian/changelog | 6 ++++++
debian/watch | 8 ++++----
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 16afbdc..dbfa43f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-attrs (15.2.0-2) UNRELEASED; urgency=medium
+
+ * Fix debian/watch.
+
+ -- Tristan Seligmann <mithrandi at debian.org> Sun, 21 Feb 2016 09:11:12 +0200
+
python-attrs (15.2.0-1) unstable; urgency=low
* Initial upload (closes: #815387).
diff --git a/debian/watch b/debian/watch
index 2577bf6..b26b7d5 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
-# try also https://pypi.debian.net/attrs/watch
-version=3
-opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-https://pypi.debian.net/attrs/attrs-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+version=4
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%attrs-$1.tar.gz%" \
+ https://github.com/hynek/attrs/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-attrs.git
More information about the Python-modules-commits
mailing list