diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-rocketchat-api.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /rocketchat_API-1.29.0.tar.gz +/rocketchat_API-1.30.0.tar.gz diff --git a/python-rocketchat-api.spec b/python-rocketchat-api.spec index 170448e..0956f39 100644 --- a/python-rocketchat-api.spec +++ b/python-rocketchat-api.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-rocketchat-API -Version: 1.29.0 +Version: 1.30.0 Release: 1 Summary: Python API wrapper for Rocket.Chat License: MIT URL: https://github.com/jadolg/rocketchat_API -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0c/9c/3cd35e2d523c6c926afc840626d4a7966bb5b00aff8d6d3fa1f5306d94e6/rocketchat_API-1.29.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/69/8a/02a5b8659f6295e6ed8734a2462b540e0fe934f873affeb612c0401a55da/rocketchat_API-1.30.0.tar.gz BuildArch: noarch Requires: python3-requests @@ -273,7 +273,7 @@ We hang out [here](https://open.rocket.chat/channel/python_rocketchat_api) if yo %prep -%autosetup -n rocketchat-API-1.29.0 +%autosetup -n rocketchat-API-1.30.0 %build %py3_build @@ -313,5 +313,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.29.0-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 1.30.0-1 - Package Spec generated @@ -1 +1 @@ -2519c3476b31473c3cba7b0689b0f9b6 rocketchat_API-1.29.0.tar.gz +32684289d54a293413c2e832f80d9e8e rocketchat_API-1.30.0.tar.gz |