[Python-modules-commits] [pycryptodome] 06/10: Use secure URI in debian/watch
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Sat Nov 4 09:51:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a commit to branch master
in repository pycryptodome.
commit 5f37c7c9322d4b275c3e80aa5b260e2322c80e7d
Author: Christopher Hoskin <mans0954 at debian.org>
Date: Sat Nov 4 07:05:30 2017 +0000
Use secure URI in debian/watch
---
debian/changelog | 1 +
debian/watch | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 833621d..a2aa8c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
pycryptodome (3.4.7-1) UNRELEASED; urgency=medium
* New upstream release (3.4.7)
+ * Use secure URI in debian/watch
-- Christopher Hoskin <mans0954 at debian.org> Sat, 04 Nov 2017 07:00:01 +0000
diff --git a/debian/watch b/debian/watch
index 6528bf9..d85c70f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
opts=uversionmangle=s/(rc|a|b|c)/~$1/,pgpsigurlmangle=s/$/.asc/ \
-http://pypi.debian.net/pycryptodome/pycryptodome-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://pypi.debian.net/pycryptodome/pycryptodome-(.+)\.(?: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/pycryptodome.git
More information about the Python-modules-commits
mailing list