[Python-modules-commits] r32259 - in packages/mpmath/trunk/debian (changelog watch)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Fri Apr 10 15:05:11 UTC 2015
Date: Friday, April 10, 2015 @ 15:05:10
Author: morph
Revision: 32259
* debian/watch
- use PyPI redirector
Modified:
packages/mpmath/trunk/debian/changelog
packages/mpmath/trunk/debian/watch
Modified: packages/mpmath/trunk/debian/changelog
===================================================================
--- packages/mpmath/trunk/debian/changelog 2015-04-10 14:04:39 UTC (rev 32258)
+++ packages/mpmath/trunk/debian/changelog 2015-04-10 15:05:10 UTC (rev 32259)
@@ -2,8 +2,10 @@
* debian/control
- switch me to Maintainer (team to Uploaders)
+ * debian/watch
+ - use PyPI redirector
- -- Sandro Tosi <morph at debian.org> Sun, 27 Jul 2014 23:56:09 +0100
+ -- Sandro Tosi <morph at debian.org> Fri, 10 Apr 2015 16:04:57 +0100
mpmath (0.19-1) unstable; urgency=medium
Modified: packages/mpmath/trunk/debian/watch
===================================================================
--- packages/mpmath/trunk/debian/watch 2015-04-10 14:04:39 UTC (rev 32258)
+++ packages/mpmath/trunk/debian/watch 2015-04-10 15:05:10 UTC (rev 32259)
@@ -1,2 +1,3 @@
version=3
-http://www.mpmath.org/files/mpmath-all-(.*)\.tar.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/mpmath/mpmath-all-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Python-modules-commits
mailing list