Bug 278070 - databases/py-ormar: Update to 0.20.0
Summary: databases/py-ormar: Update to 0.20.0
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/collerek/ormar/rel...
Keywords:
Depends on:
Blocks: 278143
  Show dependency treegraph
 
Reported: 2024-03-31 14:15 UTC by Goran Mekić
Modified: 2024-04-04 09:51 UTC (History)
1 user (show)

See Also:


Attachments
ormar.patch (4.81 KB, patch)
2024-03-31 14:17 UTC, Goran Mekić
meka: maintainer-approval+
Details | Diff
ormar (4.82 KB, patch)
2024-03-31 14:18 UTC, Goran Mekić
meka: maintainer-approval+
Details | Diff
ormar.patch (4.95 KB, patch)
2024-04-04 00:15 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ć 2024-03-31 14:15:16 UTC
QA:

  * portlint: OK (looks fine.)
  * testport: OK (poudriere: 15.0, amd64 tested)
  * maketest: OK (556 passed, 14 deselected, 26 warnings)
Comment 1 Goran Mekić 2024-03-31 14:17:54 UTC
Created attachment 249594 [details]
ormar.patch
Comment 2 Goran Mekić 2024-03-31 14:18:57 UTC
Created attachment 249595 [details]
ormar

Incomplete info, sorry!
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2024-04-03 15:48:24 UTC
testunit:

INTERNALERROR>     from async_timeout import timeout as timeout_ctx
INTERNALERROR> E   ModuleNotFoundError: No module named 'async_timeout'

Could you check if a TEST_DEPENDS+=${PYTHON_PKGNAMEPREFIX}async_timeout>0:devel/py-async_timeout@${PY_FLAVOR} is needed?
Comment 4 Goran Mekić 2024-04-04 00:15:29 UTC
Created attachment 249690 [details]
ormar.patch

Yep, it was missing. It is missing upstream, too, but it is in poetry.lock.
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-04-04 09:50:31 UTC
A commit in branch main references this bug:

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

commit 72a3d2029352c6267dee3fc0894f2871aa410a33
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2024-04-04 09:48:25 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-04-04 09:49:32 +0000

    databases/py-ormar: Update to 0.20.0

    ChangeLog:      https://github.com/collerek/ormar/releases/tag/0.20.0
    PR:             278070

 databases/py-ormar/Makefile                        | 31 +++++++++++++---------
 databases/py-ormar/distinfo                        |  6 ++---
 ...atch-benchmarks_test__benchmark__init.py (gone) | 15 -----------
 3 files changed, 22 insertions(+), 30 deletions(-)
Comment 6 Nuno Teixeira freebsd_committer freebsd_triage 2024-04-04 09:51:41 UTC
Committed, thanks!