Bug 280594

Summary: net/py-zeep: Update dependencies
Product: Ports & Packages Reporter: Christian Ullrich <chris>
Component: Individual Port(s)Assignee: Muhammad Moinur Rahman <bofh>
Status: Closed FIXED    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (bofh)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch none

Description Christian Ullrich 2024-08-03 18:02:22 UTC
Created attachment 252483 [details]
Patch

The declared dependencies of net/py-zeep have not been updated in four years, and some of them are by now lagging rather far behind reality.

I made async I/O and XML-Security support optional because it seemed like a good idea to avoid their further dependencies.

All combinations of options build in poudriere.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-08-18 07:46:17 UTC
A commit in branch main references this bug:

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

commit 110f1ba669667263da57f511a5005484401250b7
Author:     Christian Ullrich <chris@chrullrich.net>
AuthorDate: 2024-08-18 07:35:03 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-08-18 07:45:25 +0000

    net/py-zeep: Update dependencies

    PR:             280594

 net/py-zeep/Makefile | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)
Comment 2 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2024-08-18 07:53:22 UTC
It's better if we get git-formatted patches. Do not add an attachment or patch while creating the bug report. Just create the report with the necessary synopsis. Then, create the git-formatted patch, especially with the PR. There are a number of git meta fields that can be set. If you do `git config—-add core.hooksPath .hooks`, then it will pop up a pre-formatted commit message that is self-explanatory.