Upgrade package to version 0.10.1 for OpenStack Wallaby support

This commit is contained in:
sean-lau 2021-08-05 16:26:25 +08:00
parent df10f8e1fd
commit b60cdefb75
3 changed files with 8 additions and 4 deletions

Binary file not shown.

BIN
WSME-0.10.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-wsme Name: python-wsme
Version: 0.10.0 Version: 0.10.1
Release: 3 Release: 1
Summary: Simplify the writing of REST APIs, and extend them with additional protocols. Summary: Simplify the writing of REST APIs, and extend them with additional protocols.
License: MIT License: MIT
URL: http://git.openstack.org/cgit/openstack/wsme 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 BuildArch: noarch
Requires: python3-six 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. Web Services Made Easy (WSME) simplify the writing of REST APIs, and extend them with additional protocols.
%prep %prep
%autosetup -n WSME-0.10.0 %autosetup -n WSME-0.10.1
%build %build
%py3_build %py3_build
@ -74,7 +74,11 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Aug 05 2021 liusheng <liusheng2048@gmail.com> - 0.10.1-1
- Upgrade to version 0.10.1
* Thu Jan 28 2021 zhangy <zhangy1317@foxmail.com> * Thu Jan 28 2021 zhangy <zhangy1317@foxmail.com>
- Add buildrequires - Add buildrequires
* Thu Dec 31 2020 Python_Bot <Python_Bot@openeuler.org> * Thu Dec 31 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated