Bug 264508 - www/py-fastapi-users: Update to 10.0.6
Summary: www/py-fastapi-users: Update to 10.0.6
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: Nuno Teixeira
URL: https://github.com/fastapi-users/fast...
Keywords:
Depends on: 264516
Blocks:
  Show dependency treegraph
 
Reported: 2022-06-06 22:12 UTC by Goran Mekić
Modified: 2022-06-07 23:27 UTC (History)
1 user (show)

See Also:


Attachments
fastapi-users.patch (1.25 KB, patch)
2022-06-06 22:12 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ć 2022-06-06 22:12:26 UTC
Created attachment 234502 [details]
fastapi-users.patch

QA:

  * portlint: OK (looks fine.)
  * testport: OK (poudriere: 13.1, amd64 tested)
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2022-06-07 22:33:21 UTC
Hello,

databases/py-ormar fails because of dependency on newest py-databases-0.6.0 (py-ormar depends on package: py38-databases>=0.3.2,<0.6.0):
                                                    ^

---
[00:00:24] [01] [00:00:07] Finished databases/py-ormar@py38 | py38-ormar-0.11.0: Failed: run-depends
---
[00:00:26] Installing packages
[00:00:26] Installing run-depends for databases/py-ormar | py38-ormar-0.11.0
===>   py38-ormar-0.11.0 depends on package: py38-databases>=0.3.2,<0.6.0 - not found
===>   Installing existing package /packages/All/py38-databases-0.6.0.pkg
[131amd64-devel] Installing py38-databases-0.6.0...
the most recent version of py38-databases-0.6.0 is already installed
===>   py38-ormar-0.11.0 depends on package: py38-databases>=0.3.2,<0.6.0 - not found
*** Error code 1

Stop.
make: stopped in /usr/ports/databases/py-ormar
[00:00:26] Warning: Failed to install databases/py-ormar | py38-ormar-0.11.0 run-depends
[00:00:26] Installing databases/py-ormar | py38-ormar-0.11.0
pkg-static: /tmp/pkgs/py38-ormar-0.11.0.pkg: No such file or directory
pkg-static: Was 'pkg install /tmp/pkgs/py38-ormar-0.11.0.pkg' meant?

Failed to install the following 1 package(s): /tmp/pkgs/py38-ormar-0.11.0.pkg
*** Error code 1
---

py-ormar should depend on py-databases>=0.3.2,<=0.6.0 since recent version is 0.6.0

                                              ^^
What do you think?

BTW, there is a new fastapi-users version available: 10.0.7
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-06-07 23:26:46 UTC
A commit in branch main references this bug:

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

commit 2bcb761ee5c0a2a2f0450ad4237f9063a1990bee
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2022-06-07 23:24:09 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-06-07 23:24:09 +0000

    www/py-fastapi-users: Update to 10.0.6

    ChangeLog: https://github.com/fastapi-users/fastapi-users/releases/tag/v10.0.6

    PR:             264508

 www/py-fastapi-users/Makefile | 2 +-
 www/py-fastapi-users/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2022-06-07 23:27:35 UTC
Commited, thanks!