diff --git a/python-restfly.spec b/python-restfly.spec index 9830f348affe8fbf00a7fca3c64634b3eb0c22e7..e0fa685c165a31121b41faf6dc1abc841b1e8bbf 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.4.7 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/3b/05/f7bc7fca981fb2fecb63b75fabb8c090c933cdd7b0dd198ef3f0f17d5605/restfly-1.4.7.tar.gz BuildArch: noarch %global _description\ @@ -34,7 +34,7 @@ Provides: python3-restfly-doc %description help %_description %prep -%autosetup -n restfly-1.3.5 +%autosetup -n restfly-1.4.7 %build %py3_build @@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jul 7 2023 sunhui - 1.4.7-1 +- Update package to version 1.4.7 + * 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.4.7.tar.gz b/restfly-1.4.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..610e82162072bf740d505c97687ad0014f6b9784 Binary files /dev/null and b/restfly-1.4.7.tar.gz differ