[Python-modules-commits] [astroid] 05/06: use HTTPS to talk to pypi.debian.net

Sandro Tosi morph at moszumanska.debian.org
Mon Dec 25 05:29:41 UTC 2017


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

morph pushed a commit to branch master
in repository astroid.

commit 0a2764c414c71341ea841857cde1ea97b8281b2a
Author: Sandro Tosi <morph at debian.org>
Date:   Mon Dec 25 00:27:16 2017 -0500

    use HTTPS to talk 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 18c3c78..e8c1f48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ astroid (1.6.0-1) UNRELEASED; urgency=medium
   * New upstream release
   * debian/copyright
     - update copyright information
+  * debian/watch
+    - use HTTPS to talk to pypi.debian.net
 
- -- Sandro Tosi <morph at debian.org>  Mon, 25 Dec 2017 00:26:04 -0500
+ -- Sandro Tosi <morph at debian.org>  Mon, 25 Dec 2017 00:26:54 -0500
 
 astroid (1.5.3-2) unstable; urgency=medium
 
diff --git a/debian/watch b/debian/watch
index e182469..1c1f601 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/astroid/astroid-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file
+https://pypi.debian.net/astroid/astroid-(.+)\.(?: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/astroid.git



More information about the Python-modules-commits mailing list