[Python-modules-commits] [python-mock] 05/06: d/watch: Use https protocol

Ondřej Nový onovy at moszumanska.debian.org
Wed Jul 6 08:14:33 UTC 2016


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

onovy pushed a commit to branch master
in repository python-mock.

commit bab62f577436b44f3fb10a0c6bcb5bcb712d7c48
Author: Ondřej Nový <onovy at debian.org>
Date:   Wed Jul 6 10:10:41 2016 +0200

    d/watch: Use https protocol
---
 debian/changelog | 1 +
 debian/watch     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6f5cc72..17b6e45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ python-mock (2.0.0-2) experimental; urgency=medium
   * Added myself as uploader
   * wrap-and-sort -t -a
   * d/copyright: Added myself to Debian part
+  * d/watch: Use https protocol
 
  -- Ondřej Nový <onovy at debian.org>  Wed, 06 Jul 2016 09:45:39 +0200
 
diff --git a/debian/watch b/debian/watch
index 4a762db..9f2aadc 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
 opts=uversionmangle=s/(rc|a|b|c)/~$1/,repacksuffix=+dfsg,dversionmangle=s/\+dfsg$//,\
 pgpsigurlmangle=s/$/.asc/ \
-http://pypi.debian.net/mock/mock-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://pypi.debian.net/mock/mock-(.+)\.(?: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-mock.git



More information about the Python-modules-commits mailing list