From 3aa15a490936c4736c85d2e999586d723ea908f1 Mon Sep 17 00:00:00 2001 From: lei_ju <983277505@qq.com> Date: Thu, 31 Dec 2020 09:54:45 +0800 Subject: [PATCH] Fix URL display format problem --- python-importlib-resources.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-importlib-resources.spec b/python-importlib-resources.spec index 735d67b..436a12b 100644 --- a/python-importlib-resources.spec +++ b/python-importlib-resources.spec @@ -4,7 +4,7 @@ Version: 3.3.0 Release: 1 Summary: Read resources from Python packages License: Apache 2.0 -URL: https://pypi.org/project/importlib-resources +URL: https://pypi.org/project/importlib-resources Source0: https://files.pythonhosted.org/packages/d1/34/f2aedc50b3a32eefd249159ea7497ece70022e35f6531bd4718fd9688cb1/importlib_resources-%{version}.tar.gz BuildArch: noarch -- Gitee