From 36b640fb86fb0314aa2088a1fe094eb2eac5e3d5 Mon Sep 17 00:00:00 2001 From: zhanzhimin <7587189+zzm_567@user.noreply.gitee.com> Date: Wed, 16 Dec 2020 10:44:44 +0800 Subject: [PATCH] Update Source0 --- python-zipp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-zipp.spec b/python-zipp.spec index aa7cef0..2471be4 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -1,10 +1,10 @@ Name: python-zipp Version: 0.5.1 -Release: 2 +Release: 3 Summary: Backport of pathlib-compatible object wrapper for zip files License: MIT URL: https://github.com/jaraco/zipp -Source0: https://github.com/jaraco/zipp/archive/zipp-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/f9/c4/15a1260171956ed4f8190962b1771c7dbca4a39360c15f9c2b77e667a489/zipp-0.5.1.tar.gz BuildArch: noarch BuildRequires: python3-devel python3-setuptools BuildRequires: python3-setuptools_scm >= 1.15.0 @@ -44,6 +44,9 @@ A pathlib-compatible Zipfile object wrapper. A backport of the Path object. %doc README.rst %changelog +* Wed Dec 16 2020 zhanzhimin - 0.5.1-3 +- Update Source0 + * Fri Jun 19 2020 wuchaochao - 0.5.1-2 - Depend on the python version to revise the spec file is variable -- Gitee