# HG changeset patch # User Julien Cristau # Date 1455701151 -3600 # Node ID fd905f9aaaced0c833d860b8aa4d99d8db12f1fc # Parent 9e955d8be8a96a3bd927f8891a8c0ac8334841e2 [pkg] use https URLs to pypi.{python.org,debian.net} diff -r 9e955d8be8a9 -r fd905f9aaace cubicweb.spec --- 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 diff -r 9e955d8be8a9 -r fd905f9aaace debian/watch --- 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)))