From a40408ea492ddd513de19d66e6e78d205dd22b6b9409aa451fb92ca645502ab4 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 20 Feb 2017 10:37:25 +0000 Subject: [PATCH] - Use pypi.io and https in Source OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mccabe?expand=0&rev=15 --- python-mccabe.changes | 5 +++++ python-mccabe.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-mccabe.changes b/python-mccabe.changes index 37f9d2d..5cd4ff6 100644 --- a/python-mccabe.changes +++ b/python-mccabe.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 20 10:36:41 UTC 2017 - tbechtold@suse.com + +- Use pypi.io and https in Source + ------------------------------------------------------------------- Wed Feb 15 08:55:16 UTC 2017 - kkaempf@suse.com diff --git a/python-mccabe.spec b/python-mccabe.spec index 2de36d6..b6024c4 100644 --- a/python-mccabe.spec +++ b/python-mccabe.spec @@ -23,7 +23,7 @@ Summary: McCabe checker, plugin for flake8 License: MIT Group: Development/Languages/Python Url: https://github.com/flintwork/mccabe -Source: http://pypi.python.org/packages/source/m/mccabe/mccabe-%{version}.tar.gz +Source: https://pypi.io/packages/source/m/mccabe/mccabe-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-pytest-runner BuildRequires: python-setuptools