From 9b4337a1f265b47d2bdc2c69c35432909b09f95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Sat, 5 Sep 2020 18:33:35 +0800 Subject: [PATCH] update Source0 --- pyparsing.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pyparsing.spec b/pyparsing.spec index b7e3bb7..d197ee7 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -1,10 +1,10 @@ Name: pyparsing Version: 2.4.7 -Release: 2 +Release: 3 Summary: A Python Parsing Module License: MIT URL: https://github.com/pyparsing/pyparsing/ -Source0: http://downloads.sourceforge.net/pyparsing/pyparsing-%{version}.tar.gz +Source0: https://github.com/pyparsing/pyparsing/releases/download/pyparsing_%{version}/pyparsing-%{version}.tar.gz BuildArch: noarch BuildRequires: dos2unix python3-devel python3-setuptools @@ -64,6 +64,12 @@ dos2unix -k CHANGES LICENSE %doc CHANGES README.rst docs examples %changelog +* Sat Sep 5 2020 shixuantong - 2.4.7-3 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC: update Source0 + * Fri Aug 7 2020 wenzhanli - 2.4.7-2 - Type:bugfix - ID:NAl -- Gitee