Bug 2079606

Summary: Please branch and build python-jmespath in epel9
Product: [Fedora] Fedora EPEL Reporter: Major Hayden 🤠 <mhayden>
Component: python-jmespathAssignee: Kevin Fenzi <kevin>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel9CC: 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
python-jmespath is a dependency of azure-cli and I'm working to backport azure-cli in BZ 2077853.

Could you please branch and build python-jmespath in epel9? If you would like help maintaining the package, I am happy to help.

Thanks!

Comment 1 Major Hayden 🤠 2022-05-02 14:42:13 UTC
I made a PR to remove the nose dependency for EPEL9: https://src.fedoraproject.org/rpms/python-jmespath/pull-request/7

Comment 2 Major Hayden 🤠 2022-05-04 11:57:21 UTC
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!

Comment 3 Kevin Fenzi 2022-05-09 02:56:55 UTC
Hum... python3-jmespath seems to be in rhel9? (well, centos 9 stream anyhow): 

python3-jmespath-0.9.4-11.el9.noarch.rpm

Comment 4 Major Hayden 🤠 2022-05-09 12:21:46 UTC
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.