From dac78f695b69505746b364956d37ee889aac4119 Mon Sep 17 00:00:00 2001 From: gu-gu-gu Date: Fri, 10 Jan 2020 11:44:46 +0800 Subject: [PATCH] Change the URL to a valid one --- python-httplib2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-httplib2.spec b/python-httplib2.spec index 9c82cd6..ff6d66a 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -1,10 +1,10 @@ Name: python-httplib2 Version: 0.13.1 -Release: 2 +Release: 3 Summary: Small, fast HTTP client library for Python. License: MIT URL: https://github.com/httplib2/httplib2 -Source0: https://github.com/httplib2/httplib2/archive/httplib2-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/78/23/bb9606e87a66fd8c72a2b1a75b049d3859a122bc2648915be845bc44e04f/httplib2-0.13.1.tar.gz Patch1: python-httplib2.certfile.patch @@ -73,6 +73,9 @@ popd %endif %changelog +* Fri Jan 10 2019 gulining - 0.13.1-3 +- Change the URL to a valid one + * Fri Nov 21 2019 openEuler Buildteam - 0.13.1-2 - Type:bugfix - Id:NA