[Python-modules-commits] [python-markdown] 03/04: Use https in debian/watch.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sun Sep 25 11:15:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository python-markdown.
commit 55ee045c09bf649e87ccfa2e912cd9f7f2d03f98
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sun Sep 25 14:14:22 2016 +0300
Use https 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 948ef98..5e92910 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
python-markdown (2.6.7-1) UNRELEASED; urgency=medium
* New upstream bugfix release.
+ * Use https in debian/watch.
-- Dmitry Shachnev <mitya57 at debian.org> Sun, 25 Sep 2016 14:09:10 +0300
diff --git a/debian/watch b/debian/watch
index 4ed07b0..64020be 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-http://pypi.debian.net/Markdown/Markdown-(.*)\.tar\.gz
+https://pypi.debian.net/Markdown/Markdown-(.*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-markdown.git
More information about the Python-modules-commits
mailing list