Bug 262254

Summary: mail/py-postfix-mta-sts-resolver: Fix dependency on aiodns, and add new dependency on py-uvloop.
Product: Ports & Packages Reporter: Norikatsu Shigemura <nork>
Component: Individual Port(s)Assignee: Romain Tartière <romain>
Status: Closed FIXED    
Severity: Affects Some People Flags: bugzilla: maintainer-feedback? (romain)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262251
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264324
Bug Depends on: 262251    
Bug Blocks:    
Attachments:
Description Flags
Fix some dependency
none
Update to 1.1.2 none

Description Norikatsu Shigemura 2022-02-28 18:17:28 UTC
Created attachment 232166 [details]
Fix some dependency

To keep stable on latest python(3.6+), fix dependency on aiodns (to update 2.0.0).
Add a dependency on py-uvloop, to obtain load reduction effect. (*)
(*) I confimed on my environment, not benchmark.
Comment 1 Norikatsu Shigemura 2022-07-09 18:31:09 UTC
Created attachment 235150 [details]
Update to 1.1.2

Update to 1.1.2, and I'll handle this port.
- Update to 1.1.2.
- Fix dependency on aiodns to fix on new python.
- Add new dependency on uvloop.
- MAINTAINER changed.
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-07-09 19:32:37 UTC
A commit in branch main references this bug:

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

commit 2839d7d5f6a0e792118ecef1837836a07c0eb17d
Author:     Norikatsu Shigemura <nork@ninth-nine.com>
AuthorDate: 2022-07-09 19:29:44 +0000
Commit:     Romain Tartière <romain@FreeBSD.org>
CommitDate: 2022-07-09 19:29:44 +0000

    mail/py-postfix-mta-sts-resolver: Update to 1.1.2

    PR:             262254

 mail/py-postfix-mta-sts-resolver/Makefile | 11 ++++++-----
 mail/py-postfix-mta-sts-resolver/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 8 deletions(-)
Comment 3 Romain Tartière freebsd_committer freebsd_triage 2022-07-09 19:33:47 UTC
Committed, thanks!