diff --git a/python-smmap.spec b/python-smmap.spec
index 2bc02c86de8bc41758556dd4a3687b0016075ceb..09091cd79a1efcc09c135e6cff58f944f55556a5 100644
--- a/python-smmap.spec
+++ b/python-smmap.spec
@@ -1,11 +1,11 @@
 %global _empty_manifest_terminate_build 0
 Name:           python-smmap
-Version:        5.0.1
+Version:        5.0.2
 Release:        1
 Summary:        A pure Python implementation of a sliding window memory map manager
 License:        BSD
 URL:            https://github.com/gitpython-developers/smmap
-Source0:        https://files.pythonhosted.org/packages/88/04/b5bf6d21dc4041000ccba7eb17dd3055feb237e7ffc2c20d3fae3af62baa/smmap-5.0.1.tar.gz
+Source0:        %{pypi_source smmap}
 BuildArch:      noarch
 %description
 A pure Python implementation of a sliding window memory map manager
@@ -76,6 +76,9 @@ pytest
 %{_docdir}/*
 
 %changelog
+* Wed Mar 26 2025 Ge Wang <wang__ge@126.com> - 5.0.2-1
+- Update package to version 5.0.2
+
 * Tue Mar 19 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 5.0.1-1
 - Update package to version 5.0.1
 
diff --git a/smmap-5.0.1.tar.gz b/smmap-5.0.1.tar.gz
deleted file mode 100644
index 3dbe7e746cb7d0e224f3c9c728efdb9d150636e1..0000000000000000000000000000000000000000
Binary files a/smmap-5.0.1.tar.gz and /dev/null differ
diff --git a/smmap-5.0.2.tar.gz b/smmap-5.0.2.tar.gz
new file mode 100644
index 0000000000000000000000000000000000000000..462aeb67343e4a470b1f65ba171bf4ef72a04ed2
Binary files /dev/null and b/smmap-5.0.2.tar.gz differ