Update to v1.60.0
This commit is contained in:
parent
159861ff82
commit
47f5502751
2 changed files with 7 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
%global rcx %{nil}
|
%global rcx %{nil}
|
||||||
|
|
||||||
Name: matrix-%{srcname}
|
Name: matrix-%{srcname}
|
||||||
Version: 1.59.1
|
Version: 1.60.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A Matrix reference homeserver written in Python using Twisted
|
Summary: A Matrix reference homeserver written in Python using Twisted
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
|
@ -72,7 +72,8 @@ PYTHONPATH=%{buildroot}%{python3_sitearch}:%{buildroot}%{python3_sitelib}:$PWD t
|
||||||
# Guard against new types of tests being skipped.
|
# Guard against new types of tests being skipped.
|
||||||
WHITELIST="Requires hiredis
|
WHITELIST="Requires hiredis
|
||||||
Requires jaeger_client
|
Requires jaeger_client
|
||||||
Requires Postgres"
|
Requires Postgres
|
||||||
|
\`BaseFederationServlet\` does not support cancellation yet."
|
||||||
REASONS=$(cat trial.stdout | sed -n '/^\[SKIPPED\]$/{n;p;}')
|
REASONS=$(cat trial.stdout | sed -n '/^\[SKIPPED\]$/{n;p;}')
|
||||||
SKIPPED=$(comm -23 <(echo "$REASONS" | sort | uniq) <(echo "$WHITELIST" | sort | uniq))
|
SKIPPED=$(comm -23 <(echo "$REASONS" | sort | uniq) <(echo "$WHITELIST" | sort | uniq))
|
||||||
if [ ! -z "$SKIPPED" ]; then
|
if [ ! -z "$SKIPPED" ]; then
|
||||||
|
@ -110,6 +111,9 @@ fi
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 09 2022 Kai A. Hiller <V02460@gmail.com> - 1.60.0-1
|
||||||
|
- Update to v1.60.0
|
||||||
|
|
||||||
* Thu May 19 2022 Kai A. Hiller <V02460@gmail.com> - 1.59.1-1
|
* Thu May 19 2022 Kai A. Hiller <V02460@gmail.com> - 1.59.1-1
|
||||||
- Update to v1.59.1
|
- Update to v1.59.1
|
||||||
|
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
SHA512 (synapse-1.59.1.tar.gz) = 0243241faac141b875924c260d416d25d3d07337e1a08c461e67bfc80f1075bf4b5c017f483e73f1cbd330c4b4fd8a255ebabc48637360886b1d0a32418aae0f
|
SHA512 (synapse-1.60.0.tar.gz) = 60c3d76fb61640ee915b618119e3b1416f2e91052174ed9261ddcf5c966ac855ed5c94b7f5404cf05e8f6688a2d5ac8df791c3d979769ba099e399c578b6e470
|
||||||
|
|
Loading…
Reference in a new issue