Update to v1.18.0
This commit is contained in:
parent
49e3a54b0c
commit
2466647220
2 changed files with 9 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
%{?python_enable_dependency_generator}
|
||||
|
||||
Name: matrix-%{srcname}
|
||||
Version: 1.14.0
|
||||
Version: 1.18.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A Matrix reference homeserver written in Python using Twisted
|
||||
License: ASL 2.0
|
||||
|
@ -21,12 +21,13 @@ BuildRequires: python3-setuptools
|
|||
|
||||
# Test dependencies
|
||||
BuildRequires: python3-mock >= 2.0
|
||||
BuildRequires: python3-parameterized
|
||||
BuildRequires: python3-parameterized >= 0.7.0
|
||||
BuildRequires: /usr/bin/openssl
|
||||
|
||||
# Package dependencies
|
||||
#BuildRequires: python3-txacme >= 0.9.2
|
||||
BuildRequires: python3-attrs >= 17.4.0
|
||||
BuildRequires: python3-attrs >= 19.1.0
|
||||
BuildRequires: python3-authlib
|
||||
BuildRequires: python3-bcrypt >= 3.1.0
|
||||
BuildRequires: python3-bleach >= 1.4.3
|
||||
BuildRequires: python3-canonicaljson >= 1.1.3
|
||||
|
@ -35,13 +36,14 @@ BuildRequires: python3-frozendict >= 1.0
|
|||
BuildRequires: python3-idna >= 2.5
|
||||
BuildRequires: python3-jinja2 >= 2.9
|
||||
BuildRequires: python3-jsonschema >= 2.5.1
|
||||
BuildRequires: python3-jwt
|
||||
BuildRequires: python3-lxml >= 3.5.0
|
||||
BuildRequires: python3-matrix-synapse-ldap3 >= 0.1
|
||||
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.0.18, python3-prometheus_client < 0.8.0
|
||||
BuildRequires: python3-prometheus_client < 0.9.0
|
||||
BuildRequires: python3-pyOpenSSL >= 16.0.0
|
||||
BuildRequires: python3-pyasn1 >= 0.1.9
|
||||
BuildRequires: python3-pyasn1-modules >= 0.0.7
|
||||
|
@ -51,7 +53,6 @@ BuildRequires: python3-pysaml2 >= 4.5.0
|
|||
BuildRequires: python3-pyyaml >= 3.11
|
||||
BuildRequires: python3-service-identity >= 18.1.0
|
||||
BuildRequires: python3-signedjson >= 1.1.0
|
||||
BuildRequires: python3-six >= 1.10
|
||||
BuildRequires: python3-sortedcontainers >= 1.4.4
|
||||
BuildRequires: python3-systemd >= 231
|
||||
BuildRequires: python3-treq >= 15.1
|
||||
|
@ -133,8 +134,8 @@ exit 0
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu May 28 2020 Kai A. Hiller <V02460@gmail.com> - 1.14.0-1
|
||||
- Update to v1.14.0
|
||||
* Sat Aug 29 2020 Kai A. Hiller <V02460@gmail.com> - 1.18.0-1
|
||||
- Update to v1.18.0
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.0-4
|
||||
- Second attempt - Rebuilt for
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
SHA512 (synapse-1.14.0.tar.gz) = 575eaab85ee521654c7a4ca4b0cbbb5aea17f31f0d872d7b79330f559df2289b38f1360791686ea258c1817196140e508936b17a4af99f24762e5920eee8d003
|
||||
SHA512 (synapse-1.18.0.tar.gz) = edbbc55910d6691caf7209a10b74a3022f9cafdc2dd4693ee5d4337372a307f9a4fbd72444c6d73615cde360a8517772fea98d72292321f40f3e98bf8fb706b3
|
||||
|
|
Loading…
Reference in a new issue