[pkg] use https URLs to pypi.{python.org,debian.net}
authorJulien Cristau <julien.cristau@logilab.fr>
Wed, 17 Feb 2016 10:25:51 +0100
changeset 11134 fd905f9aaace
parent 11133 9e955d8be8a9
child 11141 147280056e58
[pkg] use https URLs to pypi.{python.org,debian.net}
cubicweb.spec
debian/watch
--- a/cubicweb.spec	Wed Feb 17 10:19:14 2016 +0100
+++ b/cubicweb.spec	Wed Feb 17 10:25:51 2016 +0100
@@ -11,7 +11,7 @@
 Version:        3.22.1
 Release:        logilab.1%{?dist}
 Summary:        CubicWeb is a semantic web application framework
-Source0:        http://download.logilab.org/pub/cubicweb/cubicweb-%{version}.tar.gz
+Source0:        https://pypi.python.org/packages/source/c/cubicweb/cubicweb-%{version}.tar.gz
 License:        LGPLv2+
 Group:          Development/Languages/Python
 Vendor:         Logilab <contact@logilab.fr>
--- a/debian/watch	Wed Feb 17 10:19:14 2016 +0100
+++ b/debian/watch	Wed Feb 17 10:25:51 2016 +0100
@@ -1,3 +1,3 @@
 version=3
 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-http://pypi.debian.net/cubicweb/cubicweb-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://pypi.debian.net/cubicweb/cubicweb-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))