diff --git a/1.14.0.tar.gz b/1.14.0.tar.gz
deleted file mode 100644
index 74aad28ac5aa7cc848d11fef79458f2479b87c8e..0000000000000000000000000000000000000000
Binary files a/1.14.0.tar.gz and /dev/null differ
diff --git a/1.14.1.tar.gz b/1.14.1.tar.gz
new file mode 100644
index 0000000000000000000000000000000000000000..24b685fbcdb8fee6f5e8af90d973fed1796e0dcf
Binary files /dev/null and b/1.14.1.tar.gz differ
diff --git a/python-wrapt.spec b/python-wrapt.spec
index 5d05d6fdb53c62aa52b4721f1ccf23ce902ce002..70fa6b625a35809b0c8c4a031b7e17ce88c17675 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:        2
+Version:        1.14.1
+Release:        1
 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/1.14.1.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
+* Wed Dec 07 2022 dingdingaaaaa <dingziwei@kylinos.cn> - 1.14.1-1
+- Upgrade version to 1.14.1
+
 * Wed Jul 13 2022 caodongxia <caodongxia@h-partners.com> - 1.14.0-2
 - Modify the install way to provides python3dist module