!2 Add yaml file and Modify dependencies

Merge pull request !2 from lyn/master
This commit is contained in:
openeuler-ci-bot 2020-05-25 20:13:42 +08:00 committed by Gitee
commit 4fa208553b
2 changed files with 8 additions and 2 deletions

View File

@ -1,12 +1,12 @@
Name: python-sure Name: python-sure
Version: 1.4.11 Version: 1.4.11
Release: 4 Release: 5
Summary: Utility belt for automated testing in Python Summary: Utility belt for automated testing in Python
License: GPLv3+ License: GPLv3+
URL: https://github.com/gabrielfalcao/sure URL: https://github.com/gabrielfalcao/sure
Source0: https://files.pythonhosted.org/packages/source/s/sure/sure-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/s/sure/sure-%{version}.tar.gz
BuildRequires: python2-devel python-mock python-nose python-setuptools python-six BuildRequires: python2-devel python2-mock python2-nose python-setuptools python-six
BuildRequires: python3-devel python3-mock python3-nose python3-setuptools python3-six BuildRequires: python3-devel python3-mock python3-nose python3-setuptools python3-six
Requires: python-six Requires: python-six
BuildArch: noarch BuildArch: noarch
@ -57,5 +57,7 @@ rm -rf sure.egg-info
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Thu May 21 2020 yanan li <liyanan032@huawei.com> - 1.4.11-5
- Modify python-mock and python-nose version
* Wed Nov 27 2019 lingsheng <lingsheng@huawei.com> 1.4.11-4 * Wed Nov 27 2019 lingsheng <lingsheng@huawei.com> 1.4.11-4
* Package init * Package init

4
python-sure.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: gabrielfalcao/sure
tag_prefix: ^v
seperator: .