[Python-modules-commits] [python-trezor] 06/07: Use https for pypi.debian.net.
Tristan Seligmann
mithrandi at moszumanska.debian.org
Tue Dec 12 07:50:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository python-trezor.
commit c833db42aa8cfab7b5938d4586294218d913fc32
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date: Mon Dec 11 09:17:03 2017 +0200
Use https for pypi.debian.net.
---
debian/changelog | 1 +
debian/watch | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 59c46d5..33d733d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ python-trezor (0.7.16-1) unstable; urgency=medium
* Build Python 3 package and switch to pybuild.
* Update udev rules.
* Bump Standards-Version to 4.1.2 (no changes).
+ * Use https for pypi.debian.net.
-- Tristan Seligmann <mithrandi at debian.org> Mon, 11 Dec 2017 07:48:42 +0200
diff --git a/debian/watch b/debian/watch
index b3ef3ae..7db710f 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/trezor/trezor-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://pypi.debian.net/trezor/trezor-(.+)\.(?: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/python-trezor.git
More information about the Python-modules-commits
mailing list