diff --git a/python-backports_abc.spec b/python-backports_abc.spec index dd9b808f84e8bace3b1a8b388a7185e85f0bdebe..a555c5083b072ebd074019ad5e4a3406c4fe8e0c 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 10 2020 liuweibo - 0.5-10 +- Fix Source0 + * Sat Nov 30 2019 lijin Yang - 0.5-9 - init package