[Python-modules-commits] [pytest] 05/07: d/watch: Use https

Ondrej Novy onovy at debian.org
Wed Feb 7 09:09:27 UTC 2018


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

onovy pushed a commit to branch master
in repository pytest.

commit ae353b0148624ec99362f4db3a59fff47b89934b
Author: Ondřej Nový <onovy at debian.org>
Date:   Wed Feb 7 09:53:28 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index d92010f..f269c69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pytest (3.2.1-3) UNRELEASED; urgency=medium
   * Bump debhelper compat level to 11
   * d/copyright: Add myself for Debian part
   * Update standards version to 4.1.3 (no changes needed)
+  * d/watch: Use https
 
  -- Ondřej Nový <onovy at debian.org>  Wed, 07 Feb 2018 09:51:36 +0100
 
diff --git a/debian/watch b/debian/watch
index 5648b05..8999297 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/pytest/pytest-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://pypi.debian.net/pytest/pytest-(.+)\.(?: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/pytest.git



More information about the Python-modules-commits mailing list