Package: graphite-carbon
Severity: minor
Tags: patch
X-Debbugs-Cc: j...@jp-hosting.net

Dear Maintainer,

It looks like the 'debian/watch' file for graphite-carbon may be outdated.

PyPi has updated their simple package index pages to update the hash format 
associated with each published package from md5sum to sha256sum.

Please find attached a patch that updates the 'debian/watch' regex 
correspondingly.

Thank you,
James
diff --git a/debian/watch b/debian/watch
index 8379d9c..e5ba3e0 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-opts="filenamemangle=s/\S+\/([^\/]+\.tar\.gz)#md5=[[:alnum:]]+$/$1/" \
-https://pypi.python.org/simple/carbon .*carbon-(.*)\.tar\.gz#md5=[[:alnum:]]+
+opts="filenamemangle=s/\S+\/([^\/]+\.tar\.gz)#sha256=[[:alnum:]]+$/$1/" \
+https://pypi.python.org/simple/carbon 
.*carbon-(.*)\.tar\.gz#sha256=[[:alnum:]]+

Reply via email to