From e061af43033b7b02b24e743b9c8e149f56f9ce1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Dequ=C3=A8nes=20=28Duck=29?= Date: Mon, 18 Mar 2019 23:01:11 +0900 Subject: [PATCH] update URLs to use HTTPS --- python-isodate.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-isodate.spec b/python-isodate.spec index 734b726..d42dd41 100644 --- a/python-isodate.spec +++ b/python-isodate.spec @@ -10,8 +10,8 @@ Version: 0.5.4 Release: 12%{?dist} Summary: An ISO 8601 date/time/duration parser and formatter License: BSD -URL: http://pypi.python.org/pypi/%{modulename} -Source0: http://pypi.python.org/packages/source/i/%{modulename}/%{modulename}-%{version}.tar.gz +URL: https://pypi.python.org/pypi/%{modulename} +Source0: https://pypi.python.org/packages/source/i/%{modulename}/%{modulename}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python2-setuptools