[Python-modules-commits] r32950 - in packages/singledispatch/trunk/debian (4 files)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Thu Jun 11 13:53:48 UTC 2015
Date: Thursday, June 11, 2015 @ 13:53:47
Author: barry
Revision: 32950
* d/control:
- Bump Standards-Version with no other changes necessary.
- Bump debhelper Build-Depends to version 9.
- Update Vcs-* headers.
* d/compat: Bump to version 9
* d/watch: Use the pypi.debian.net redirector.
Modified:
packages/singledispatch/trunk/debian/changelog
packages/singledispatch/trunk/debian/compat
packages/singledispatch/trunk/debian/control
packages/singledispatch/trunk/debian/watch
Modified: packages/singledispatch/trunk/debian/changelog
===================================================================
--- packages/singledispatch/trunk/debian/changelog 2015-06-11 07:28:26 UTC (rev 32949)
+++ packages/singledispatch/trunk/debian/changelog 2015-06-11 13:53:47 UTC (rev 32950)
@@ -1,3 +1,14 @@
+singledispatch (3.4.0.3-2) UNRELEASED; urgency=medium
+
+ * d/control:
+ - Bump Standards-Version with no other changes necessary.
+ - Bump debhelper Build-Depends to version 9.
+ - Update Vcs-* headers.
+ * d/compat: Bump to version 9
+ * d/watch: Use the pypi.debian.net redirector.
+
+ -- Barry Warsaw <barry at debian.org> Thu, 11 Jun 2015 09:26:02 -0400
+
singledispatch (3.4.0.3-1) unstable; urgency=medium
* New upstream release.
Modified: packages/singledispatch/trunk/debian/compat
===================================================================
--- packages/singledispatch/trunk/debian/compat 2015-06-11 07:28:26 UTC (rev 32949)
+++ packages/singledispatch/trunk/debian/compat 2015-06-11 13:53:47 UTC (rev 32950)
@@ -1 +1 @@
-8
+9
Modified: packages/singledispatch/trunk/debian/control
===================================================================
--- packages/singledispatch/trunk/debian/control 2015-06-11 07:28:26 UTC (rev 32949)
+++ packages/singledispatch/trunk/debian/control 2015-06-11 13:53:47 UTC (rev 32950)
@@ -6,14 +6,15 @@
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Priority: optional
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3~),
python-setuptools,
python3-all,
python3-setuptools
-Standards-Version: 3.9.5
-Vcs-Hg: https://bitbucket.org/ambv/singledispatch
+Standards-Version: 3.9.6
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/singledispatch/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/singledispatch/trunk/
Package: python-singledispatch
Architecture: all
Modified: packages/singledispatch/trunk/debian/watch
===================================================================
--- packages/singledispatch/trunk/debian/watch 2015-06-11 07:28:26 UTC (rev 32949)
+++ packages/singledispatch/trunk/debian/watch 2015-06-11 13:53:47 UTC (rev 32950)
@@ -1,2 +1,3 @@
version=3
-https://pypi.python.org/packages/source/s/singledispatch/singledispatch-(.*).tar.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/singledispatch/singledispatch-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Python-modules-commits
mailing list