Bug 281836 - net-im/py-matrix-synapse: Update to 1.116.0
Summary: net-im/py-matrix-synapse: Update to 1.116.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ashish SHUKLA
URL: https://github.com/element-hq/synapse...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-03 15:40 UTC by Sascha Biberhofer
Modified: 2024-10-03 21:31 UTC (History)
1 user (show)

See Also:


Attachments
net-im/py-matrix-synapse: Update to 1.116.0 (5.65 KB, patch)
2024-10-03 15:40 UTC, Sascha Biberhofer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sascha Biberhofer 2024-10-03 15:40:48 UTC
Created attachment 253982 [details]
net-im/py-matrix-synapse: Update to 1.116.0

This patch updates net-im/py-matrix-synapse to 1.116.0 and switches the port from distutils to pep517. While there I've also removed the now apparently superfluous PLIST entry for the rust module, which coincidentially makes portlint much happier. The update itself is otherwise rather boring with mere version bumps for the cargo dependencies.

As usual, the port passes the testsuite just fine:

-------------------------------------------------------------------------------
Ran 242 tests in 6.128s

PASSED (successes=242)

The resulting package has also been running fine on my own instance for the last few days and so far nothing appears to have caught on fire.

Feedback is welcome as always. :)

Cheers,
Sascha
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-10-03 21:31:00 UTC
A commit in branch main references this bug:

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

commit 3adb14bc1f82b4cc5bf952603e7b6266ce4a0d75
Author:     Sascha Biberhofer <ports@skyforge.at>
AuthorDate: 2024-10-03 21:03:41 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2024-10-03 21:28:10 +0000

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

    - Add shebangfix for the CLI scripts
    - Switch to pep517 from distutils

    PR:             281836

 net-im/py-matrix-synapse/Makefile        | 11 ++++++-----
 net-im/py-matrix-synapse/Makefile.crates | 10 +++++-----
 net-im/py-matrix-synapse/distinfo        | 26 +++++++++++++-------------
 3 files changed, 24 insertions(+), 23 deletions(-)