[Python-modules-commits] [pyopenssl] 13/18: use HTTPS to contact pypi.debian.net
Sandro Tosi
morph at moszumanska.debian.org
Wed Dec 13 04:58:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository pyopenssl.
commit 045c1cd9f43a9b057796e1f1d721b169a98f5477
Author: Sandro Tosi <morph at debian.org>
Date: Tue Dec 12 23:40:30 2017 -0500
use HTTPS to contact 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 39ef80c..a83cf22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,10 @@ pyopenssl (17.5.0-1) UNRELEASED; urgency=medium
* debian/rules
- use the right py.test tool name to run test for Python 2 and 3;
Closes: #857206
+ * debian/watch
+ - use HTTPS to contact pypi.debian.net
- -- Sandro Tosi <morph at debian.org> Tue, 12 Dec 2017 23:39:59 -0500
+ -- Sandro Tosi <morph at debian.org> Tue, 12 Dec 2017 23:40:16 -0500
pyopenssl (16.2.0-1) unstable; urgency=medium
diff --git a/debian/watch b/debian/watch
index f70eb0b..f5b4ea7 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-http://pypi.debian.net/pyOpenSSL/pyOpenSSL-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://pypi.debian.net/pyOpenSSL/pyOpenSSL-(.+)\.(?: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/pyopenssl.git
More information about the Python-modules-commits
mailing list