From fcfbe8789e7707855f4f3ff917b69bc6d80f8396 Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Thu, 17 Sep 2020 18:45:16 +0800 Subject: [PATCH] Fix Source0 --- python-backports_abc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-backports_abc.spec b/python-backports_abc.spec index dd9b808..826ed81 100644 --- a/python-backports_abc.spec +++ b/python-backports_abc.spec @@ -1,10 +1,10 @@ Name: python-backports_abc Version: 0.5 -Release: 9 +Release: 10 Summary: It patches the collections module instead of the collections.abc module. License: Python URL: https://pypi.python.org/pypi/backports_abc -Source0: https://files.pythonhosted.org/packages/source/b/python-backports_abc/backports_abc-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/68/3c/1317a9113c377d1e33711ca8de1e80afbaf4a3c950dd0edfaf61f9bfe6d8/backports_abc-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel python3-devel BuildRequires: python2-setuptools python3-setuptools @@ -54,6 +54,9 @@ In Python 3.x, it patches the collections module instead of the collections.abc %{python3_sitelib}/__pycache__/* %changelog +* Thu Sep 17 2020 liuweibo - 0.5-10 +- Fix Source0 + * Sat Nov 30 2019 lijin Yang - 0.5-9 - init package