diff --git a/WSME-0.10.0.tar.gz b/WSME-0.10.0.tar.gz deleted file mode 100644 index 821cc0c..0000000 Binary files a/WSME-0.10.0.tar.gz and /dev/null differ diff --git a/WSME-0.10.1.tar.gz b/WSME-0.10.1.tar.gz new file mode 100644 index 0000000..798515c Binary files /dev/null and b/WSME-0.10.1.tar.gz differ diff --git a/python-wsme.spec b/python-wsme.spec index ed2409b..917a064 100644 --- a/python-wsme.spec +++ b/python-wsme.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-wsme -Version: 0.10.0 -Release: 3 +Version: 0.10.1 +Release: 1 Summary: Simplify the writing of REST APIs, and extend them with additional protocols. License: MIT URL: http://git.openstack.org/cgit/openstack/wsme -Source0: https://files.pythonhosted.org/packages/76/49/1628b8dfa51d0ec42442259edcf2bf963ab9d6bbcc5cc7fc46117ebf6a0d/WSME-0.10.0.tar.gz +Source0: https://files.pythonhosted.org/packages/62/94/120407b4a857ad46567f09e5f880e48c7407da4bdcaea65aa408b4d97e31/WSME-0.10.1.tar.gz BuildArch: noarch Requires: python3-six @@ -34,7 +34,7 @@ Provides: python3-wsme-doc Web Services Made Easy (WSME) simplify the writing of REST APIs, and extend them with additional protocols. %prep -%autosetup -n WSME-0.10.0 +%autosetup -n WSME-0.10.1 %build %py3_build @@ -74,7 +74,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Aug 05 2021 liusheng - 0.10.1-1 +- Upgrade to version 0.10.1 + * Thu Jan 28 2021 zhangy - Add buildrequires + * Thu Dec 31 2020 Python_Bot - Package Spec generated