[Python-modules-commits] r31734 - in packages/astroid/trunk/debian (changelog watch)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sun Feb 1 15:25:50 UTC 2015
Date: Sunday, February 1, 2015 @ 15:25:49
Author: morph
Revision: 31734
* debian/watch
- update to the proper PyPI location
Modified:
packages/astroid/trunk/debian/changelog
packages/astroid/trunk/debian/watch
Modified: packages/astroid/trunk/debian/changelog
===================================================================
--- packages/astroid/trunk/debian/changelog 2015-02-01 12:19:31 UTC (rev 31733)
+++ packages/astroid/trunk/debian/changelog 2015-02-01 15:25:49 UTC (rev 31734)
@@ -10,8 +10,10 @@
- add setuptoold to b-d
* debian/patches/*
- drop patched, they are now part of a release
+ * debian/watch
+ - update to the proper PyPI location
- -- Sandro Tosi <morph at debian.org> Sat, 31 Jan 2015 17:18:08 +0000
+ -- Sandro Tosi <morph at debian.org> Sun, 01 Feb 2015 15:25:27 +0000
astroid (1.2.1-3) unstable; urgency=medium
Modified: packages/astroid/trunk/debian/watch
===================================================================
--- packages/astroid/trunk/debian/watch 2015-02-01 12:19:31 UTC (rev 31733)
+++ packages/astroid/trunk/debian/watch 2015-02-01 15:25:49 UTC (rev 31734)
@@ -1,4 +1,5 @@
# Compulsory line, this is a version 3 file
version=3
-https://pypi.python.org/packages/source/a/astroid/astroid-(.*)\.(?:zip|tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
+opts="filenamemangle=s|.*/(.*)\#md5.*$|$1|" \
+https://pypi.python.org/simple/astroid/ .*/astroid-(.*)\.(?:zip|tgz|tbz2|txz|tar\.(?:gz|bz2|xz)).*
More information about the Python-modules-commits
mailing list