Bug 1928110
| Summary: | swid-tools fails to build with Python 3.10: test error 'optional arguments' vs. 'options' | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomáš Hrnčiar <thrnciar> |
| Component: | swid-tools | Assignee: | Jan Pazdziora (Red Hat) <jpazdziora> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | jpazdziora, mhroncok, rpm-software-management, thrnciar |
| 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: | 2021-03-01 10:07:58 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: | 1890881 | ||
Addressed upstream: https://github.com/swidtags/rpm2swidtag/commit/b7dc05e8827e025107d1c62918721698ace62249 Addressed in upstream release rpm2swidtag 0.8.12, released in Fedora rawhide as swid-tools-0.8.12-1.fc35 via https://bodhi.fedoraproject.org/updates/FEDORA-2021-1a8bdb9805. |
swid-tools fails to build with Python 3.10.0a5. ++ sed -n '/^usage: rpm2swidtag/,/```/{/```/T;p}' README.md ++ ./bin/rpm2swidtag -h --- /dev/fd/63 2021-02-09 14:13:18.434834834 +0000 +++ /dev/fd/62 2021-02-09 14:13:18.434834834 +0000 @@ -14,7 +14,7 @@ positional arguments: ... package(s), glob(s) or file name(s) -options: +optional arguments: -h, --help show this help message and exit -a, --all query all packages with glob pattern -p, --package process rpm package file error: Bad exit status from /var/tmp/rpm-tmp.8nPqn1 (%check) bpo-9694: Argparse help no longer uses the confusing phrase, “optional arguments”. It uses “options” instead. https://docs.python.org/3.10/whatsnew/changelog.html#python-3-10-0-alpha-5 For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.10/fedora-rawhide-x86_64/01959415-swid-tools/ For all our attempts to build swid-tools with Python 3.10, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.10/package/swid-tools/ 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.10: https://copr.fedorainfracloud.org/coprs/g/python/python3.10/ Let us know here if you have any questions. Python 3.10 will be included in Fedora 35. To make that update smoother, we're building Fedora packages with early pre-releases of Python 3.10. A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon. We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.