diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 09:08:24 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 09:08:24 +0000 |
commit | d4b0054ae29af7d63833338e839f878502cbf2e9 (patch) | |
tree | 6dcf4687253ec4a75dc105c21c888c7fd4cdc1f8 | |
parent | 60aca3db76a3b42938e38ef08af6374bc02ecc10 (diff) |
automatic import of python-mautrixopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-mautrix.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /mautrix-0.19.8.tar.gz +/mautrix-0.19.13.tar.gz diff --git a/python-mautrix.spec b/python-mautrix.spec index 78875f0..2650b45 100644 --- a/python-mautrix.spec +++ b/python-mautrix.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-mautrix -Version: 0.19.8 +Version: 0.19.13 Release: 1 Summary: A Python 3 asyncio Matrix framework. License: Mozilla Public License 2.0 (MPL 2.0) URL: https://github.com/mautrix/python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c5/2f/1c96dba8df1ff39e561297c5b357c680c1ca8e7df201c9a08362ddaafa5a/mautrix-0.19.8.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/22/b4/6aecf40985ccefcc14b0530d4eafa0fb74a3b29cea60c2004ef1f9d91eba/mautrix-0.19.13.tar.gz BuildArch: noarch Requires: python3-aiohttp @@ -51,7 +51,7 @@ A Python 3.8+ asyncio Matrix framework. Matrix room: `#maunium:maunium.net`_ %prep -%autosetup -n mautrix-0.19.8 +%autosetup -n mautrix-0.19.13 %build %py3_build @@ -91,5 +91,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.19.8-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.19.13-1 - Package Spec generated @@ -1 +1 @@ -53d28679e7d68f3f6b86cfcd4dbbf19e mautrix-0.19.8.tar.gz +4da009aac17fb45eb847db2500ff3ce6 mautrix-0.19.13.tar.gz |