#1667 jsonschema.Draft4Validator.TYPE_CHECKER missing in older versions
Closed: Fixed a year ago by lsedlar. Opened a year ago by ktdreyer.

PR #1621 introduced jsonschema.Draft4Validator.TYPE_CHECKER. This attribute is not available with the jsonschema versions available for RHEL 7 or 8.

These versions do not have jsonschema.Draft4Validator.TYPE_CHECKER:

  • python-jsonschema-2.3.0-2.el7 in RCMTOOLS-EL-7 (internal to Red Hat)
  • python2-jsonschema-2.5.1-4.el7 in EPEL 7
  • python3-jsonschema-2.6.0-4.el8 in RHEL 8 AppStream

This version does:

  • python3-jsonschema-3.2.0-13.el9 in RHEL 9 AppStream

Ok, I see now internal el7 and el8 builds just revert #1621. I'll do the same in my Git checkouts.

Metadata Update from @lsedlar:
- Issue set to the milestone: 4.4.0

11 months ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #1678 Merged 11 months ago