!3 Fix source0

From: @kkkl12
Reviewed-by: @yanzh_h
Signed-off-by: @yanzh_h
This commit is contained in:
openeuler-ci-bot 2020-09-29 14:09:30 +08:00 committed by Gitee
commit 70867ec64c

View File

@ -6,11 +6,11 @@ linecache to older supported Python versions.
Name: python-linecache2 Name: python-linecache2
Version: 1.0.0 Version: 1.0.0
Release: 19 Release: 20
Summary: A backport of linecache to older supported Python versions Summary: A backport of linecache to older supported Python versions
License: Python License: Python
URL: https://github.com/testing-cabal/linecache2 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 BuildArch: noarch
BuildRequires: python3-devel python3-pbr python3-fixtures python3-unittest2 BuildRequires: python3-devel python3-pbr python3-fixtures python3-unittest2
@ -42,6 +42,9 @@ mv linecache2/tests .
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Tue Sep 29 2020 liuweibo <liuweibo10@huawei.com> - 1.0.0-20
- Fix Source0
* Mon Aug 10 2020 lingsheng <lingsheng@huawei.com> - 1.0.0-19 * Mon Aug 10 2020 lingsheng <lingsheng@huawei.com> - 1.0.0-19
- Remove python2-linecache2 subpackage - Remove python2-linecache2 subpackage