From 7b63f928285b13a48a8e3e6446e605ee2324af51 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Wed, 16 Nov 2022 15:31:47 +0800 Subject: [PATCH] Modify invalid Source (cherry picked from commit 95f8f520d8a168b5d676f886109578f625246f33) --- 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 1377fce..9c6481f 100644 --- a/python-backports_abc.spec +++ b/python-backports_abc.spec @@ -1,10 +1,10 @@ Name: python-backports_abc Version: 0.5 -Release: 11 +Release: 12 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/68/3c/1317a9113c377d1e33711ca8de1e80afbaf4a3c950dd0edfaf61f9bfe6d8/backports_abc-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/b/backports_abc/backports_abc-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel python3-setuptools @@ -38,6 +38,9 @@ In Python 3.x, it patches the collections module instead of the collections.abc %{python3_sitelib}/__pycache__/* %changelog +* Wed Nov 16 2022 yaoxin - 0.5-12 +- Modify invalid Source + * Wed Oct 21 2020 chengzihan - 0.5-11 - Remove subpackage python2-backports_abc