[Python-modules-commits] r33267 - in packages/python-cachetools/trunk/debian (watch)
chrisk-guest at users.alioth.debian.org
chrisk-guest at users.alioth.debian.org
Mon Jul 6 20:49:03 UTC 2015
Date: Monday, July 6, 2015 @ 20:49:02
Author: chrisk-guest
Revision: 33267
d/watch: Upstream moved to GitHub
Modified:
packages/python-cachetools/trunk/debian/watch
Modified: packages/python-cachetools/trunk/debian/watch
===================================================================
--- packages/python-cachetools/trunk/debian/watch 2015-07-06 20:44:02 UTC (rev 33266)
+++ packages/python-cachetools/trunk/debian/watch 2015-07-06 20:49:02 UTC (rev 33267)
@@ -1,2 +1,4 @@
version=3
-https://pypi.python.org/packages/source/c/cachetools/cachetools-(.*)\.tar\.gz
+
+opts="filenamemangle=s/.+\/v(\d\S*)\.tar\.gz/python-cachetools-$1\.tar\.gz/" \
+ https://github.com/tkem/cachetools/releases .*/v(\d\S*)\.tar\.gz
More information about the Python-modules-commits
mailing list