Bug 1876901
| Summary: | Review Request: python-aiosasl - Protocol agnostic SASL Python library | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fabian Affolter <mail> |
| Component: | Package Review | Assignee: | Robert-André Mauchin 🐧 <eclipseo> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | eclipseo, package-review |
| Target Milestone: | --- | Flags: | eclipseo:
fedora-review+
|
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-09-23 17:11:50 UTC | 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
Fabian Affolter
2020-09-08 13:17:19 UTC
- One test fails:
collecting ... collected 72 items / 1 error / 71 selected
==================================== ERRORS ====================================
____________ ERROR collecting tests/test_channel_binding_methods.py ____________
ImportError while importing test module '/builddir/build/BUILD/aiosasl-0.4.1/tests/test_channel_binding_methods.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib64/python3.9/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_channel_binding_methods.py:26: in <module>
import OpenSSL
E ModuleNotFoundError: No module named 'OpenSSL'
- it needs an OpenSSL thingie:
BuildRequires: python3dist(pyopenssl)
- Fix this typo:
python3-aiosasl.noarch: W: spelling-error %description -l en_US neccessary -> necessary, necessarily
Then:
- Latest version packaged
- License ok
- Builds in mock
- Tests pass
- Conforms to Packaging Guidelines
Package approved. Please fix the aforementioned issues before import.
Thanks for the feedback. (fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/python-aiosasl FEDORA-2020-1e71ec0e4a has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-1e71ec0e4a FEDORA-2020-882522ee4a has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-882522ee4a FEDORA-2020-8df3c49fc8 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2020-8df3c49fc8 FEDORA-EPEL-2020-1f361751d5 has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-1f361751d5 FEDORA-2020-882522ee4a has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2020-882522ee4a \*` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-882522ee4a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2020-1f361751d5 has been pushed to the Fedora EPEL 8 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-1f361751d5 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-8df3c49fc8 has been pushed to the Fedora 31 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2020-8df3c49fc8 \*` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-8df3c49fc8 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-1e71ec0e4a has been pushed to the Fedora 33 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2020-1e71ec0e4a \*` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-1e71ec0e4a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-882522ee4a has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2020-8df3c49fc8 has been pushed to the Fedora 31 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2020-1e71ec0e4a has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-EPEL-2020-1f361751d5 has been pushed to the Fedora EPEL 8 stable repository. If problem still persists, please make note of it in this bug report. |