From 8b65d57eedac7ad5d7f35ea80b9cee31126d56bf Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Tue, 29 Sep 2020 10:22:04 +0800 Subject: [PATCH] Fix Source0 --- python-fixtures.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-fixtures.spec b/python-fixtures.spec index 76653f8..4800586 100644 --- a/python-fixtures.spec +++ b/python-fixtures.spec @@ -1,10 +1,10 @@ Name: python-fixtures Version: 3.0.0 -Release: 13 +Release: 14 Summary: A python contract for writing reusable state / support logic tests License: ASL 2.0 or BSD URL: https://launchpad.net/python-fixtures -Source0: http://pypi.python.org/packages/source/f/fixtures/fixtures-%{version}.tar.gz +Source0: https://pypi.python.org/packages/source/f/fixtures/fixtures-%{version}.tar.gz BuildArch: noarch %description @@ -42,6 +42,9 @@ own fixtures using the fixtures contract. %{python3_sitelib}/fixtures-%{version}-py?.?.egg-info %changelog +* Tue Sep 29 2020 liuweibo - 3.0.0-14 +- Fix Source0 + * Mon Aug 10 2020 lingsheng - 3.0.0-13 - Remove python2-fixtures subpackage