Bug 2441402
| Summary: | Review Request: python-qrcode8 - Python QR Code image generator | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michel Lind <michel> |
| Component: | Package Review | Assignee: | Neal Gompa <ngompa13> |
| Status: | ON_QA --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | ngompa13, package-review |
| Target Milestone: | --- | Flags: | ngompa13:
fedora-review+
|
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Michel Lind
2026-02-20 17:33:06 UTC
Note: This is intended for EPEL 9 only, needed for updating django-allauth Diff from Rawhide spec (pillow is actually in EPEL now - https://src.fedoraproject.org/rpms/python-pillow - and pypng is getting built) Since we can't replace existing c9s packages this is conflicting with the python3-qrcode-core that's in ELL9 instead --- /home/michel/src/fedora/pkgs/main-admin/python-qrcode/python-qrcode.spec 2026-02-20 16:55:44.680193093 +0000 +++ python-qrcode8.spec 2026-02-20 17:30:48.711604740 +0000 @@ -1,9 +1,8 @@ -# RHEL does not include pillow or pypng -%bcond extras %[%{undefined rhel} || %{defined epel}] +%bcond extras 1 %global pkgname qrcode -Name: python-%{pkgname} +Name: python-%{pkgname}8 Version: 8.0 Release: %autorelease Summary: Python QR Code image generator @@ -23,21 +22,20 @@ generation of QR Codes. -%package -n python3-%{pkgname} +%package -n python3-%{pkgname}8 Summary: Python QR Code image generator -Obsoletes: python3-qrcode-core < 7.4.2-2 -Provides: python3-qrcode-core = %{version}-%{release} +Conflicts: python3-qrcode-core < 7.4.2-2 %if %{with extras} -Recommends: (python3-%{pkgname}+pil or python3-%{pkgname}+png or python3-%{pkgname}+all) +Recommends: (python3-%{pkgname}8+pil or python3-%{pkgname}8+png or python3-%{pkgname}8+all) %endif -%description -n python3-%{pkgname} +%description -n python3-%{pkgname}8 This module uses the Python Imaging Library (PIL) to allow for the generation of QR Codes. Python 3 version. %if %{with extras} -%pyproject_extras_subpkg -n python3-%{pkgname} pil,png,all +%pyproject_extras_subpkg -n python3-%{pkgname}8 pil,png,all %endif @@ -69,7 +67,7 @@ %pytest -v -%files -n python3-%{pkgname} -f %{pyproject_files} +%files -n python3-%{pkgname}8 -f %{pyproject_files} %doc README.rst CHANGES.rst %license LICENSE %{_bindir}/qr Package review notes: * Package is forked from python-django-allauth, simplifying the review * Package follows Fedora packaging guidelines * Package follows Fedora Python packaging guidelines * Package builds and installs * No serious issues from rpmlint PACKAGE APPROVED. The Pagure repository was created at https://src.fedoraproject.org/rpms/python-qrcode8 FEDORA-EPEL-2026-8e235e20a2 (python-django-allauth-0.62.1-1.el9, python-pypng-0.0.21-1.el9, and 1 more) has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2026-8e235e20a2 FEDORA-EPEL-2026-8e235e20a2 has been pushed to the Fedora EPEL 9 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2026-8e235e20a2 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. |