Bug 295850 - databases/py-oxyde: Update to 0.7.1
Summary: databases/py-oxyde: Update to 0.7.1
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: Yusuf Yaman
URL: https://github.com/mr-fatalyst/oxyde/...
Keywords:
Depends on:
Blocks:
 
Reported: 2026-06-04 14:29 UTC by Goran Mekić
Modified: 2026-06-04 17:36 UTC (History)
1 user (show)

See Also:


Attachments
oxyde.patch (2.28 KB, patch)
2026-06-04 14:30 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ć 2026-06-04 14:29:16 UTC
QA:
  * portlint: OK (looks fine.)
  * testport: OK (poudriere: 15.0, amd64 tested)
Comment 1 Goran Mekić 2026-06-04 14:30:27 UTC
Created attachment 271479 [details]
oxyde.patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2026-06-04 17:22:31 UTC
A commit in branch main references this bug:

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

commit 7635f3f97195e5cea8fdcb60dcb3412e02b181b4
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2026-06-04 14:27:23 +0000
Commit:     Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-06-04 17:19:48 +0000

    databases/py-oxyde: Update 0.6.1 => 0.7.1

    While here:
    - Update DEPENDS.
    - Move place of NO_ARCH (pet portclippy).
    - Unbreak `make test` by adding dependency on missing
      sqlite3 and ignoring typecheck tests which are failing.

    Changelogs:
    - https://github.com/mr-fatalyst/oxyde/releases/tag/v0.7.0
    - https://github.com/mr-fatalyst/oxyde/releases/tag/v0.7.1
    Commit log:
    https://github.com/mr-fatalyst/oxyde/compare/v0.6.1...v0.7.1

    PR:             295850
    Reported by:    Goran Mekić <meka@tilda.center> (maintainer)
    Approved by:    osa, vvd (Mentors, implicit)

 databases/py-oxyde/Makefile | 14 ++++++++------
 databases/py-oxyde/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 9 deletions(-)
Comment 3 Yusuf Yaman freebsd_committer freebsd_triage 2026-06-04 17:36:01 UTC
Hi,

Thank you for your submission!

While here, I did:

1. Moved place of NO_ARCH (pet portclippy).

2. Unbreak `make test` by adding test dependency on missing sqlite3 and ignoring typecheck tests which are failing. I've tried passing tests for mysql and postgresql but did not succeed, I guess they require docker or something?

Test result:
1148 passed, 24 skipped, 20 deselected in 3.95s

Committed, thanks.