Bug 2079606
| Summary: | Please branch and build python-jmespath in epel9 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Major Hayden 🤠 <mhayden> |
| Component: | python-jmespath | Assignee: | Kevin Fenzi <kevin> |
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel9 | CC: | gholms, kevin, lkundrak, me |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-05-09 12:21:46 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2077853 | ||
|
Description
Major Hayden 🤠
2022-04-27 21:03:15 UTC
I made a PR to remove the nose dependency for EPEL9: https://src.fedoraproject.org/rpms/python-jmespath/pull-request/7 Now that the PR is merged, we should be good to request the branch and start a build. I don't have permission to do that. Would you be able to do that, Kevin? Thank you! Hum... python3-jmespath seems to be in rhel9? (well, centos 9 stream anyhow): python3-jmespath-0.9.4-11.el9.noarch.rpm Darn, I'm sorry for wasting your time, Kevin. 🤦🏻♂️ I don't know how I missed this one when I started doing the backports. [root@86ebafe41f95 /]# cat /etc/redhat-release CentOS Stream release 9 [root@86ebafe41f95 /]# dnf -q info python3-jmespath Available Packages Name : python3-jmespath Version : 0.9.4 Release : 11.el9 Architecture : noarch Size : 50 k Source : python-jmespath-0.9.4-11.el9.src.rpm Repository : appstream Summary : JSON Matching Expressions URL : https://github.com/jmespath/jmespath.py License : MIT Description : JMESPath allows you to declaratively specify how to extract elements from : a JSON document. |