[Python-modules-commits] r32853 - in packages/nose2/trunk/debian (changelog watch)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Thu Jun 4 17:37:59 UTC 2015
Date: Thursday, June 4, 2015 @ 17:37:58
Author: barry
Revision: 32853
d/watch: Use the pypi.debian.net redirector.
Modified:
packages/nose2/trunk/debian/changelog
packages/nose2/trunk/debian/watch
Modified: packages/nose2/trunk/debian/changelog
===================================================================
--- packages/nose2/trunk/debian/changelog 2015-06-04 11:45:09 UTC (rev 32852)
+++ packages/nose2/trunk/debian/changelog 2015-06-04 17:37:58 UTC (rev 32853)
@@ -1,3 +1,9 @@
+nose2 (0.5.0-2) UNRELEASED; urgency=medium
+
+ * d/watch: Use the pypi.debian.net redirector.
+
+ -- Barry Warsaw <barry at debian.org> Thu, 04 Jun 2015 13:37:37 -0400
+
nose2 (0.5.0-1) unstable; urgency=medium
* New upstream release.
Modified: packages/nose2/trunk/debian/watch
===================================================================
--- packages/nose2/trunk/debian/watch 2015-06-04 11:45:09 UTC (rev 32852)
+++ packages/nose2/trunk/debian/watch 2015-06-04 17:37:58 UTC (rev 32853)
@@ -1,2 +1,3 @@
version=3
-http://pypi.python.org/packages/source/n/nose2/nose2-([0-9.]+).tar.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/nose2/nose2-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Python-modules-commits
mailing list