[Python-modules-commits] r33638 - in packages/webtest/trunk/debian (changelog watch)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Wed Aug 5 20:51:16 UTC 2015
Date: Wednesday, August 5, 2015 @ 20:51:15
Author: piotr
Revision: 33638
* New upstream release
* debian/watch: use pypi.debian.net redirector
Modified:
packages/webtest/trunk/debian/changelog
packages/webtest/trunk/debian/watch
Modified: packages/webtest/trunk/debian/changelog
===================================================================
--- packages/webtest/trunk/debian/changelog 2015-08-05 17:46:45 UTC (rev 33637)
+++ packages/webtest/trunk/debian/changelog 2015-08-05 20:51:15 UTC (rev 33638)
@@ -1,3 +1,10 @@
+webtest (2.0.18-1) unstable; urgency=medium
+
+ * New upstream release
+ * debian/watch: use pypi.debian.net redirector
+
+ -- Piotr Ożarowski <piotr at debian.org> Wed, 05 Aug 2015 20:26:20 +0200
+
webtest (2.0.17-1) unstable; urgency=medium
* New upstream release
Modified: packages/webtest/trunk/debian/watch
===================================================================
--- packages/webtest/trunk/debian/watch 2015-08-05 17:46:45 UTC (rev 33637)
+++ packages/webtest/trunk/debian/watch 2015-08-05 20:51:15 UTC (rev 33638)
@@ -1,2 +1,3 @@
version=3
-http://pypi.python.org/packages/source/W/WebTest/WebTest-(.*)\.(?:zip|tar\.gz)
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/WebTest/WebTest-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file
More information about the Python-modules-commits
mailing list