Update to v1.56.0
This commit is contained in:
parent
f3a8d57f3c
commit
356f79beea
2 changed files with 6 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
%{?python_enable_dependency_generator}
|
||||
|
||||
Name: matrix-%{srcname}
|
||||
Version: 1.55.0
|
||||
Version: 1.56.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A Matrix reference homeserver written in Python using Twisted
|
||||
License: ASL 2.0
|
||||
|
@ -39,7 +39,7 @@ BuildRequires: python3-daemonize >= 2.3.1
|
|||
BuildRequires: (python3-frozendict without python3-frozendict = 2.1.2)
|
||||
BuildRequires: python3-idna >= 2.5
|
||||
BuildRequires: python3-ijson
|
||||
BuildRequires: python3-jinja2 >= 2.9
|
||||
BuildRequires: python3-jinja2
|
||||
BuildRequires: python3-jsonschema
|
||||
BuildRequires: python3-jwt
|
||||
BuildRequires: python3-lxml
|
||||
|
@ -139,6 +139,9 @@ PYTHONPATH=. trial-3 tests
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 05 2022 Kai A. Hiller <V02460@gmail.com> - 1.56.0-1
|
||||
- Update to v1.56.0
|
||||
|
||||
* Thu Mar 24 2022 Kai A. Hiller <V02460@gmail.com> - 1.55.0-1
|
||||
- Update to v1.55.0
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
SHA512 (synapse-1.55.0.tar.gz) = 217244fb7cf71175ac5e953316fa13f235fe06e756dfc1e8bcddb5f9395d730646380512e64a9095b3df752ceae812000d1b4addc8597e1b2e7b97976e1ee849
|
||||
SHA512 (synapse-1.56.0.tar.gz) = da8233008adc92bbb5975a110e2825c8add5a38db3c21a378f9f1a7b4bf826fc13b6230e69c2b9d400e33d276d5fd781e176623bdf4d44a1e768211e2013e5f1
|
||||
|
|
Loading…
Reference in a new issue