diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-matrix-synapse.spec | 10 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 6 deletions
@@ -1 +1,2 @@ /matrix_synapse-1.80.0.tar.gz +/matrix_synapse-1.81.0.tar.gz diff --git a/python-matrix-synapse.spec b/python-matrix-synapse.spec index 95fa685..75b6f20 100644 --- a/python-matrix-synapse.spec +++ b/python-matrix-synapse.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-matrix-synapse -Version: 1.80.0 +Version: 1.81.0 Release: 1 Summary: Homeserver for the Matrix decentralised comms protocol License: Apache-2.0 URL: https://github.com/matrix-org/synapse -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/05/86/81d65cd2128afd473f8d3dab72c6ce143f45e33fe183cce2b351e8926efc/matrix_synapse-1.80.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8a/f2/19220b79392969f80a468052f73871c81c70b04f719598d1499930bd753a/matrix_synapse-1.81.0.tar.gz BuildArch: noarch Requires: python3-Jinja2 @@ -19,10 +19,10 @@ Requires: python3-bcrypt Requires: python3-bleach Requires: python3-canonicaljson Requires: python3-cryptography -Requires: python3-frozendict Requires: python3-hiredis Requires: python3-idna Requires: python3-ijson +Requires: python3-immutabledict Requires: python3-importlib_metadata Requires: python3-jaeger-client Requires: python3-jsonschema @@ -76,7 +76,7 @@ Provides: python3-matrix-synapse-doc %prep -%autosetup -n matrix-synapse-1.80.0 +%autosetup -n matrix-synapse-1.81.0 %build %py3_build @@ -116,5 +116,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.80.0-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 1.81.0-1 - Package Spec generated @@ -1 +1 @@ -44f7eb86669cc892db69743dc10a3cfe matrix_synapse-1.80.0.tar.gz +3d243a212efc7c15f5386ea03f4056b3 matrix_synapse-1.81.0.tar.gz |