[Python-modules-commits] [feedparser] 02/03: Use HTTPS URL for PyPi in watch file
Carl Suster
arcresu-guest at moszumanska.debian.org
Sat Dec 2 02:00:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
arcresu-guest pushed a commit to branch debian/master
in repository feedparser.
commit dafce930b1d26a6f9908f7cac530ea1d9856c4e5
Author: Carl Suster <carl at contraflo.ws>
Date: Sat Dec 2 02:38:54 2017 +1100
Use HTTPS URL for PyPi in watch file
---
debian/changelog | 1 +
debian/watch | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index e566e33..aca0a15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ feedparser (5.2.1-1) UNRELEASED; urgency=medium
location on the python path:
(feedparser_sgmllib3 -> feedparser_debian.sgmllib3)
* Bump standards version to 4.1.1, no changes needed
+ * Use HTTPS URL for PyPi in watch file
-- Carl Suster <carl at contraflo.ws> Sat, 02 Dec 2017 01:47:43 +1100
diff --git a/debian/watch b/debian/watch
index da63fb7..3b8a51d 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/feedparser/feedparser-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://pypi.debian.net/feedparser/feedparser-(.+)\.(?: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/feedparser.git
More information about the Python-modules-commits
mailing list