Bug 255727

Summary: net-im/py-matrix-synapse: Update to 1.33.1
Product: Ports & Packages Reporter: Sascha Biberhofer <ports>
Component: Individual Port(s)Assignee: Rainer Hurling <rhurlin>
Status: Closed FIXED    
Severity: Affects Only Me CC: rhurlin
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/matrix-org/synapse/releases/tag/v1.33.1
Attachments:
Description Flags
net-im/py-matrix-synapse: Update to 1.33.1 ports: maintainer-approval+

Description Sascha Biberhofer 2021-05-09 14:41:18 UTC
Created attachment 224793 [details]
net-im/py-matrix-synapse: Update to 1.33.1

This patch updates net-im/py-matrix-synapse to version 1.33.1, which includes the usual mix of bugfixes and feature additions. From a ports perspective, the only thing worth noting is that this particular release introduces a limit on the version of py-attrs that the port is compatible with. I've added the corresponding upper bound to the RUN_DEPENDS, but since we currently ship py-attrs 20.3.0 that shouldn't be a problem for now.


portlint: "OK" (3 Warnings, none new)
testport: OK (poudriere: 130amd64)
do-test: OK (Ran 1602 tests in 725.151s, PASSED (skips=35, successes=1567))

The resulting package has been running fine in production for the past 48 hours. :)
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-05-09 17:07:22 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ed349e276bf0beb5708cfcb8fe37e8b5ed0cebde

commit ed349e276bf0beb5708cfcb8fe37e8b5ed0cebde
Author:     Sascha Biberhofer <ports@skyforge.at>
AuthorDate: 2021-05-09 17:00:37 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2021-05-09 17:00:37 +0000

    net-im/py-matrix-synapse: Update to 1.33.1

    Changelog: https://github.com/matrix-org/synapse/releases

    PR:             255727

    Co-authored-by: Rainer Hurling <rhurlin@FreeBSD.org>

 net-im/py-matrix-synapse/Makefile                              | 10 +++++-----
 net-im/py-matrix-synapse/distinfo                              |  6 +++---
 .../files/patch-synapse_python__dependencies.py                |  8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)
Comment 2 Rainer Hurling freebsd_committer freebsd_triage 2021-05-09 17:36:14 UTC
Moved the do-test target under the install targets, like suggested by portclippy ;)

Committed, thanks!