[Python-modules-commits] [python-numpy] 01/13: use PyPI redirector, upstream declared PyPI the preferred way to retrieve Numpy tarball

Sandro Tosi morph at moszumanska.debian.org
Sun Dec 18 03:18:43 UTC 2016


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

morph pushed a commit to branch master
in repository python-numpy.

commit 89ebf205033c6af420a59403bcdc9a55b4d06311
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Dec 17 20:33:32 2016 -0500

    use PyPI redirector, upstream declared PyPI the preferred way to retrieve Numpy tarball
---
 debian/changelog | 8 ++++++++
 debian/watch     | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 67e6567..01a70ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-numpy (1:1.11.2-2) UNRELEASED; urgency=medium
+
+  * debian/watch
+    - use PyPI redirector, upstream declared PyPI the preferred way to retrieve
+      Numpy tarball
+
+ -- Sandro Tosi <morph at debian.org>  Sat, 17 Dec 2016 20:32:58 -0500
+
 python-numpy (1:1.11.2-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/watch b/debian/watch
index 3f325bc..8e05ccd 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-opts="uversionmangle=s/rc/~rc/;s/b/~b/" \
-http://qa.debian.org/watch/sf.php/numpy/numpy-(.*)\.tar\.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/,pgpsigurlmangle=s/$/.asc/ \
+https://pypi.debian.net/numpy/numpy-(.+)\.(?: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/python-numpy.git



More information about the Python-modules-commits mailing list