diff --git a/WSME-0.11.0.tar.gz b/WSME-0.11.0.tar.gz deleted file mode 100644 index 0683b38..0000000 Binary files a/WSME-0.11.0.tar.gz and /dev/null differ diff --git a/WSME-0.12.1.tar.gz b/WSME-0.12.1.tar.gz new file mode 100644 index 0000000..e46799c Binary files /dev/null and b/WSME-0.12.1.tar.gz differ diff --git a/python-WSME.spec b/python-WSME.spec index 147360a..75f91e5 100644 --- a/python-WSME.spec +++ b/python-WSME.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-WSME -Version: 0.11.0 +Version: 0.12.1 Release: 1 Summary: Simplify the writing of REST APIs, and extend them with additional protocols. License: MIT URL: https://opendev.org/x/wsme -Source0: https://files.pythonhosted.org/packages/3b/ae/fb85318a41e667508544bf0e20315469e9551d3af5fae3ac83217c1bb897/WSME-0.11.0.tar.gz +Source0: https://files.pythonhosted.org/packages/3b/ae/fb85318a41e667508544bf0e20315469e9551d3af5fae3ac83217c1bb897/WSME-%{version}.tar.gz BuildArch: noarch %description Web Services Made Easy (WSME) simplify the writing of REST APIs, and extend @@ -83,6 +83,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Mar 05 2024 wangqiang - 0.12.1-1 +- Update to 0.12.1 + * Wed Jul 20 2022 renliang16 - 0.11.0-1 - Upgrade package python3-wsme to version 0.11.0 diff --git a/python-WSME.yaml b/python-WSME.yaml new file mode 100644 index 0000000..a22ffa3 --- /dev/null +++ b/python-WSME.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: WSME +tag_prefix: ^v +separator: .