From 04afab04ead042482a9d3eabb57fb00656f84666 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Mon, 25 May 2020 19:53:49 +0800 Subject: [PATCH] Add yaml file and Modify dependencies --- python-sure.spec | 6 ++++-- python-sure.yaml | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 python-sure.yaml diff --git a/python-sure.spec b/python-sure.spec index f1de8d5..8eddf00 100644 --- a/python-sure.spec +++ b/python-sure.spec @@ -1,12 +1,12 @@ Name: python-sure Version: 1.4.11 -Release: 4 +Release: 5 Summary: Utility belt for automated testing in Python License: GPLv3+ URL: https://github.com/gabrielfalcao/sure 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 Requires: python-six BuildArch: noarch @@ -57,5 +57,7 @@ rm -rf sure.egg-info %{python3_sitelib}/* %changelog +* Thu May 21 2020 yanan li - 1.4.11-5 +- Modify python-mock and python-nose version * Wed Nov 27 2019 lingsheng 1.4.11-4 * Package init diff --git a/python-sure.yaml b/python-sure.yaml new file mode 100644 index 0000000..8308ce5 --- /dev/null +++ b/python-sure.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: gabrielfalcao/sure +tag_prefix: ^v +seperator: .