Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1718342

Summary: python-kajiki fails to build with Python 3.8
Product: [Fedora] Fedora Reporter: Petr Viktorin <pviktori>
Component: python-kajikiAssignee: Fedora Infrastructure SIG <infra-sig>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: infra-sig, kevin, mhroncok, rbean
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: 2019-06-30 00:11:07 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: 1686977    

Description Petr Viktorin 2019-06-07 14:11:56 UTC
python-kajiki fails to build with Python 3.8.0b1.

The types.CodeType constructor (used in kajiki/template.py) takes one extra argument on Python 3.8: the positional-only argument count. See the "CodeType" entry in:
https://docs.python.org/3.8/whatsnew/3.8.html#changes-in-the-python-api

For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.8/fedora-rawhide-x86_64/00927574-python-kajiki/

For all our attempts to build python-kajiki with Python 3.8, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.8/package/python-kajiki/

Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.8:
https://copr.fedorainfracloud.org/coprs/g/python/python3.8/

Let us know here if you have any questions.

Comment 1 Kevin Fenzi 2019-06-30 00:05:23 UTC
I just build 0.8.0, which claims some python 3.8 fixes. Could you test it? 

Otherwise I will try and do so when I get time...

Comment 2 Miro HronĨok 2019-06-30 00:11:07 UTC
Builds fine, thank You.