Update to v1.24.0
This commit is contained in:
parent
ce16e3e59d
commit
7a31030dcf
2 changed files with 7 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
%{?python_enable_dependency_generator}
|
||||
|
||||
Name: matrix-%{srcname}
|
||||
Version: 1.23.0
|
||||
Version: 1.24.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A Matrix reference homeserver written in Python using Twisted
|
||||
License: ASL 2.0
|
||||
|
@ -43,7 +43,7 @@ BuildRequires: python3-msgpack >= 0.5.2
|
|||
BuildRequires: python3-netaddr >= 0.7.18
|
||||
BuildRequires: python3-phonenumbers >= 8.2.0
|
||||
BuildRequires: python3-pillow >= 4.3.0
|
||||
BuildRequires: python3-prometheus_client < 0.9.0
|
||||
BuildRequires: python3-prometheus_client
|
||||
BuildRequires: python3-pyOpenSSL >= 16.0.0
|
||||
BuildRequires: python3-pyasn1 >= 0.1.9
|
||||
BuildRequires: python3-pyasn1-modules >= 0.0.7
|
||||
|
@ -60,6 +60,7 @@ BuildRequires: python3-twisted >= 18.9.0
|
|||
BuildRequires: python3-typing-extensions >= 3.7.4
|
||||
BuildRequires: python3-unpaddedbase64 >= 1.1.0
|
||||
BuildRequires: systemd
|
||||
BuildRequires: xmlsec1
|
||||
|
||||
Requires(pre): shadow-utils
|
||||
Requires: systemd
|
||||
|
@ -134,6 +135,9 @@ exit 0
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 09 2020 Kai A. Hiller <V02460@gmail.com> - 1.24.0-1
|
||||
- Update to v1.24.0
|
||||
|
||||
* Mon Nov 30 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.23.0-1
|
||||
- 1.23.0
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
SHA512 (synapse-1.23.0.tar.gz) = 5ebb65ca84816b0117cdff96a24d0b8c9bc7676817d42516b2aa3b0cea70d4a00d88e7ef525f3eece168bf26091b05c88a6f3a2545073994778d6a00e40126f5
|
||||
SHA512 (synapse-1.24.0.tar.gz) = c58867cb2f55be423cf295ec0b383a60ae3f33036fd365027b91f6ed5168dc773ce9cacb574b4cc825bc9d597385e33e635bd9ba8187bd3a360c984e9ab939aa
|
||||
|
|
Loading…
Reference in a new issue