From ed3a4ff0c08bc2748f01301fe3d08e8d5e73b63f Mon Sep 17 00:00:00 2001
From: cherry530 <xuping33@huawei.com>
Date: Tue, 22 Nov 2022 15:24:44 +0800
Subject: [PATCH] Modify invalid source

Signed-off-by: cherry530 <xuping33@huawei.com>
---
 python-wrapt.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/python-wrapt.spec b/python-wrapt.spec
index 92ed5d6..c89eef6 100644
--- a/python-wrapt.spec
+++ b/python-wrapt.spec
@@ -1,11 +1,11 @@
 %global _empty_manifest_terminate_build 0
 Name:           python-wrapt
 Version:        1.14.0
-Release:        1
+Release:        2
 Summary:        A Python module for decorators, wrappers and monkey patching
 License:        BSD-2-Clause
 URL:            https://github.com/GrahamDumpleton/wrapt
-Source0:        https://github.com/GrahamDumpleton/%{sname}/archive/%{version}.tar.gz
+source0:        https://github.com/GrahamDumpleton/wrapt/archive/refs/tags/%{version}.tar.gz
 
 %description
 The aim of the wrapt module is to provide a transparent object proxy for Python,
@@ -60,6 +60,9 @@ popd
 %doc docs/build/html
 
 %changelog
+* Tue Nov 22 2022 xu_ping <xuping33@h-partners.com> - 1.14.0-2
+- Modify invalid source
+
 * Fri Oct 21 2022 caodongxia <caodongxia@h-partners.com> - 1.14.0-1
 - Update to 1.14.0
 
-- 
Gitee