[Python-modules-commits] [numpydoc] 01/01: debian/watch: Use the pypi.debian.net redirector.

Barry Warsaw barry at moszumanska.debian.org
Tue Oct 27 19:51:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch master
in repository numpydoc.

commit 026f58e8c26981b540212d263debe82830a3f1a2
Author: Barry Warsaw <barry at python.org>
Date:   Tue Oct 27 15:51:54 2015 -0400

    debian/watch: Use the pypi.debian.net redirector.
---
 debian/changelog | 3 +++
 debian/control   | 2 +-
 debian/watch     | 3 ++-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index def700b..cd97cf3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ numpydoc (0.5-1) UNRELEASED; urgency=medium
   * debian/rules: use pybuild.
   * Drop clean-setup patch (included upstream)
 
+  [ Barry Warsaw ]
+  * debian/watch: Use the pypi.debian.net redirector.
+
  -- Denis Laxalde <denis at laxalde.org>  Wed, 21 Oct 2015 21:51:09 +0200
 
 numpydoc (0.4-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 9c408b9..da04a73 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: python-all (>= 2.6.6-3),
   python3-sphinx (>= 1.0.1),
   python-matplotlib,
   python3-matplotlib,
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: https://github.com/numpy/numpydoc
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.3
diff --git a/debian/watch b/debian/watch
index bff5a87..6d41940 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
-http://pypi.python.org/packages/source/n/numpydoc/numpydoc-([0-9a-z.]*)\.tar\.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/numpydoc/numpydoc-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/numpydoc.git



More information about the Python-modules-commits mailing list