[Python-modules-commits] r29947 - in packages/wtforms/trunk/debian (changelog watch)
zeha at users.alioth.debian.org
zeha at users.alioth.debian.org
Sat Jul 26 21:44:05 UTC 2014
Date: Saturday, July 26, 2014 @ 21:44:04
Author: zeha
Revision: 29947
Upstream has moved, update debian/watch file
Modified:
packages/wtforms/trunk/debian/changelog
packages/wtforms/trunk/debian/watch
Modified: packages/wtforms/trunk/debian/changelog
===================================================================
--- packages/wtforms/trunk/debian/changelog 2014-07-26 21:28:57 UTC (rev 29946)
+++ packages/wtforms/trunk/debian/changelog 2014-07-26 21:44:04 UTC (rev 29947)
@@ -1,10 +1,11 @@
-wtforms (1.0.4-1) UNRELEASED; urgency=low
+wtforms (1.0.5-1) UNRELEASED; urgency=low
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ Christian Hofstaedtler ]
* New upstream version.
+ * Upstream has moved, update debian/watch file.
* Replace sphinx-bundled underscore.js with link to libjs-underscore.
* Bump Standards-Version to 3.9.5, no changes needed.
Modified: packages/wtforms/trunk/debian/watch
===================================================================
--- packages/wtforms/trunk/debian/watch 2014-07-26 21:28:57 UTC (rev 29946)
+++ packages/wtforms/trunk/debian/watch 2014-07-26 21:44:04 UTC (rev 29947)
@@ -1,4 +1,3 @@
version=3
-opts="filenamemangle=s%.*/%wtforms-%" \
-http://bitbucket.org/simplecodes/wtforms/downloads /simplecodes/wtforms/get/([0-9.]*)\.tar\.gz
-
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/wtforms-$1\.tar\.gz/ \
+ https://github.com/wtforms/wtforms/tags .*/v?(\d\S*)\.tar\.gz
More information about the Python-modules-commits
mailing list