Bug 1980256
Summary: | Rebase python-jsonpointer to major version 2 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Jan Kurik <jkurik> |
Component: | python-jsonpointer | Assignee: | Andreas Gerstmayr <agerstmayr> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Kurik <jkurik> |
Severity: | low | Docs Contact: | Jacob Taylor Valdez <jvaldez> |
Priority: | medium | ||
Version: | 9.0 | CC: | agerstmayr, jvaldez, otikhomi |
Target Milestone: | beta | Keywords: | Rebase, Triaged |
Target Release: | --- | Flags: | pm-rhel:
mirror+
|
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-jsonpointer-2.0-3.el9 | Doc Type: | Enhancement |
Doc Text: |
.RHEL 9 provides `python-jsonpointer` 2.0
RHEL 9 is distributed with the `python-jsonpointer` package version 2.0.
Notable changes over version 1.9 include:
* The Python versions 2.6 and 3.3 are deprecated.
* The `python-jsonpointer` module now automatically checks pointers for invalid escape sequences.
* You can now write pointers as arguments in the command line.
* Pointers can not be submitted in URL encoded format any more.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2021-12-07 21:42:00 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jan Kurik
2021-07-08 08:18:06 UTC
Hi @agerstmayr, would you please let me know what notable highlights of the rebase of the python-jsonpointer to major version 2 are? Sure, I've updated the doctext field. Hi Andreas, thank you very much for your input! I updated the doctext field accordingly, please review it. Thank you! looks good, a few minor corrections: > The `python-jsonpointer` module now automatically checks your code for invalid escapes of jsonpointers. The `python-jsonpointer` module now automatically checks pointers for invalid escape sequences. > Pointers are not url encoded anymore. Pointers must not be submitted in URL encoded format anymore. Thanks, Andreas Hi Andreas, thank you very much, I updated the doctext field. WDYT? looks great, thanks! |