Fix Source0

This commit is contained in:
kkkl12 2020-09-29 11:05:38 +08:00
parent 1d53823735
commit 1d87bcf1b1

View File

@ -6,11 +6,11 @@ linecache to older supported Python versions.
Name: python-linecache2
Version: 1.0.0
Release: 18
Release: 19
Summary: A backport of linecache to older supported Python versions
License: Python
URL: https://github.com/testing-cabal/linecache2
Source0: http://pypi.python.org/packages/source/l/linecache2/linecache2-%{version}.tar.gz
Source0: https://pypi.python.org/packages/source/l/linecache2/linecache2-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python2-devel python2-pbr python3-devel python3-pbr
@ -80,6 +80,9 @@ mv linecache2/tests ../
%changelog
* Tue Sep 29 2020 liuweibo <liuweibo10@huawei.com> - 1.0.0-19
- Fix Source0
* Tue Nov 26 2019 lihao <lihao129@huawei.com> - 1.0.0-18
- Package Init