diff --git a/python-restfly.spec b/python-restfly.spec index 9830f348affe8fbf00a7fca3c64634b3eb0c22e7..2bf3a541b4ebfa99f8cb4b5803774ac608f683ac 100644 --- a/python-restfly.spec +++ b/python-restfly.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-restfly -Version: 1.3.5 +Version: 1.5.1 Release: 1 Summary: A simple framework for building RESTful API libraries License: MIT URL: https://github.com/stevemcgrath/restfly -Source0: https://files.pythonhosted.org/packages/3b/05/f7bc7fca981fb2fecb63b75fabb8c090c933cdd7b0dd198ef3f0f17d5605/restfly-1.3.5.tar.gz +Source0: https://files.pythonhosted.org/packages/source/r/restfly/restfly-%{version}.tar.gz BuildArch: noarch %global _description\ @@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 25 2025 zhangzeyang0718 - 1.5.1-1 +- Update to 1.5.1 + * Thu Sep 03 2020 Python_Bot - Package Spec generated diff --git a/restfly-1.3.5.tar.gz b/restfly-1.3.5.tar.gz deleted file mode 100644 index 21dbf37763b26edacea8e2f543018b088019f5d7..0000000000000000000000000000000000000000 Binary files a/restfly-1.3.5.tar.gz and /dev/null differ diff --git a/restfly-1.5.1.tar.gz b/restfly-1.5.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..211d634d8507b65728cd7a37d48608e75d5ffb18 Binary files /dev/null and b/restfly-1.5.1.tar.gz differ