Bug 275275 - www/py-fastapi-users: bump email-validator version
Summary: www/py-fastapi-users: bump email-validator version
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: Robert Clausecker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-23 07:47 UTC by Goran Mekić
Modified: 2023-11-24 06:21 UTC (History)
1 user (show)

See Also:


Attachments
fastapi-users.patch (1.24 KB, patch)
2023-11-23 07:48 UTC, Goran Mekić
meka: maintainer-approval+
Details | Diff
fastapi-users.patch (1.25 KB, patch)
2023-11-23 08:13 UTC, Goran Mekić
meka: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Goran Mekić 2023-11-23 07:47:41 UTC

    
Comment 1 Goran Mekić 2023-11-23 07:48:20 UTC
Created attachment 246506 [details]
fastapi-users.patch
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2023-11-23 07:52:44 UTC
Why is this bump needed?
Comment 3 Goran Mekić 2023-11-23 07:57:25 UTC
Because email-validator was updated and now py-fastapi-users fails to build.
Comment 4 Robert Clausecker freebsd_committer freebsd_triage 2023-11-23 08:01:03 UTC
Perhaps you could just remove the upper bound on the version.  Upper bounds are usually not a good idea, unless you know that the new version doesn't work.
Comment 5 Goran Mekić 2023-11-23 08:13:47 UTC
Created attachment 246507 [details]
fastapi-users.patch
Comment 6 Goran Mekić 2023-11-23 08:14:05 UTC
All tests pass so I think it's safe to remove upper bound.
Comment 7 commit-hook freebsd_committer freebsd_triage 2023-11-24 06:16:08 UTC
A commit in branch main references this bug:

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

commit d1a1681e9573a6c3583f8b96de79253a8c026ade
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2023-11-23 07:45:18 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-24 06:12:44 +0000

    www/py-fastapi-users: remove email-validator upper bound on version

    This unbreaks the build as mail/py-email-validator is now at 2.1.0.

    PR:             275275

 www/py-fastapi-users/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 8 Robert Clausecker freebsd_committer freebsd_triage 2023-11-24 06:21:29 UTC
Thank you for your contribution.