[Python-modules-commits] [python-regex] 06/07: use HTTPS to connect to pypi.debian.net
Sandro Tosi
morph at moszumanska.debian.org
Mon Dec 25 04:36:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository python-regex.
commit 6ccfd0741d4870f72fb201ab451d9dd2d476f31f
Author: Sandro Tosi <morph at debian.org>
Date: Sun Dec 24 23:33:12 2017 -0500
use HTTPS to connect to pypi.debian.net
---
debian/changelog | 4 +++-
debian/watch | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5eb0193..7811059 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ python-regex (0.1.20171212-1) UNRELEASED; urgency=medium
* debian/control
- bump Standards-Version to 4.1.2
- use prio: optional for -dbg packages too (new policy)
+ * debian/watch
+ - use HTTPS to connect to pypi.debian.net
- -- Sandro Tosi <morph at debian.org> Sun, 24 Dec 2017 23:31:08 -0500
+ -- Sandro Tosi <morph at debian.org> Sun, 24 Dec 2017 23:32:50 -0500
python-regex (0.1.20170117-1) unstable; urgency=medium
diff --git a/debian/watch b/debian/watch
index 86d847e..7af240e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
opts="uversionmangle=s/\.//g;s/^/0\.1\./;s/-//g" \
-http://pypi.debian.net/regex/regex-(201.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://pypi.debian.net/regex/regex-(201.+)\.(?: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-regex.git
More information about the Python-modules-commits
mailing list