[Python-modules-commits] [python-numpy] 01/12: point directly to PyPI while pypi.debian.net is unavailable
Sandro Tosi
morph at moszumanska.debian.org
Mon Jan 16 17:53:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository python-numpy.
commit ac6afc4783b1dce33ca1bf20f25b1aed738921b8
Author: Sandro Tosi <morph at debian.org>
Date: Mon Jan 16 12:11:22 2017 -0500
point directly to PyPI while pypi.debian.net is unavailable
---
debian/changelog | 7 +++++++
debian/watch | 10 +++++++---
2 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3983e78..474ed67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-numpy (1:1.12.0~rc2-2) UNRELEASED; urgency=medium
+
+ * debian/watch
+ - point directly to PyPI while pypi.debian.net is unavailable
+
+ -- Sandro Tosi <morph at debian.org> Mon, 16 Jan 2017 12:10:54 -0500
+
python-numpy (1:1.12.0~rc2-1) unstable; urgency=medium
* New upstream release candidate
diff --git a/debian/watch b/debian/watch
index 8e05ccd..f3d18a1 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,7 @@
-version=3
-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)))
+#version=3
+#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)))
+version=4
+opts="pgpmode=none" \
+ https://pypi.python.org/pypi/numpy/ \
+ https://pypi.python.org/packages/.*/.*/.*/numpy-([\d\.]+).zip#.*
--
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