[Bug 281973] devel/py-jsonref: AttributeError: module 'jsonref' has no attribute 'replace_refs'

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 09 Oct 2024 18:06:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281973

            Bug ID: 281973
           Summary: devel/py-jsonref: AttributeError: module 'jsonref' has
                    no attribute 'replace_refs'
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: grembo@FreeBSD.org
          Reporter: ohartmann@walstatt.org
             Flags: maintainer-feedback?(grembo@FreeBSD.org)
          Assignee: grembo@FreeBSD.org

Port devel/py-jsonref is at rev. 0.2, official PYPI website has rev. 1.1.0.

I face several issues with some Python based development tools for ESP32/RISC-V
32 development/toolchains and would like to ask, whether the port could be
updated to rev. 1.1.0?

[...]
_schema_without_ref = jsonref.replace_refs(MANIFEST_JSON_SCHEMA,
jsonschema=True)
                          ^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'jsonref' has no attribute 'replace_refs'

-- 
You are receiving this mail because:
You are the assignee for the bug.