Bug 280594 - net/py-zeep: Update dependencies
Summary: net/py-zeep: Update dependencies
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-03 18:02 UTC by Christian Ullrich
Modified: 2024-08-18 07:53 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (bofh)


Attachments
Patch (2.13 KB, patch)
2024-08-03 18:02 UTC, Christian Ullrich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.