Bug 262254 - mail/py-postfix-mta-sts-resolver: Fix dependency on aiodns, and add new dependency on py-uvloop.
Summary: mail/py-postfix-mta-sts-resolver: Fix dependency on aiodns, and add new depen...
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: Romain Tartière
URL:
Keywords:
Depends on: 262251
Blocks:
  Show dependency treegraph
 
Reported: 2022-02-28 18:17 UTC by Norikatsu Shigemura
Modified: 2022-07-09 19:33 UTC (History)
0 users

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


Attachments
Fix some dependency (1.01 KB, patch)
2022-02-28 18:17 UTC, Norikatsu Shigemura
no flags Details | Diff
Update to 1.1.2 (2.11 KB, patch)
2022-07-09 18:31 UTC, Norikatsu Shigemura
no flags Details | Diff

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