diff --git a/python-restfly.spec b/python-restfly.spec index 9830f348affe8fbf00a7fca3c64634b3eb0c22e7..7b764ffca4ce34477888cdb69786e1b12406c659 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.0 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/2a/3d/ddabaf0d62c671c147ec5cb01269e6bf9801d25dfc2e9a1d768b8c110901/restfly-1.4.0.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.0 %build %py3_build @@ -74,5 +74,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 06 2024 muxiaohui - 1.4.0-1 +- Update package to version 1.4.0 +- RESTfly now has typing support + * 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.0.tar.gz b/restfly-1.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0e1ce5282d6b186063c70fbe9a1bbc02864e0a48 Binary files /dev/null and b/restfly-1.4.0.tar.gz differ