Bug 1873340 - import expectedArch from rpmfluff fails in v0.6
Summary: import expectedArch from rpmfluff fails in v0.6
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-rpmfluff
Version: 33
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jan Hutař
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-08-27 22:57 UTC by Brian Lane
Modified: 2020-10-01 00:14 UTC (History)
4 users (show)

Fixed In Version: python-rpmfluff-0.6.1-1.fc33
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-10-01 00:14:59 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Brian Lane 2020-08-27 22:57:33 UTC
[root@514319588f58 /]# rpm -q python3-rpmfluff
python3-rpmfluff-0.6-1.fc33.noarch

[root@514319588f58 /]# python3
Python 3.9.0rc1 (default, Aug 12 2020, 00:00:00) 
[GCC 10.2.1 20200804 (Red Hat 10.2.1-2)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from rpmfluff import expectedArch
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name 'expectedArch' from 'rpmfluff' (/usr/lib/python3.9/site-packages/rpmfluff/__init__.py)


Looks like this has been fixed in 0.6.1 but it hasn't been built for Fedora 33 yet. This is causing test failures in Lorax's Travis pylint tests.

Comment 1 Fedora Update System 2020-09-03 15:48:47 UTC
FEDORA-2020-17b2125665 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-17b2125665

Comment 2 Jan Hutař 2020-09-03 15:51:02 UTC
Hello. Please try with above mentioned update. Thanks for reporting!

Comment 3 Fedora Update System 2020-09-03 18:10:32 UTC
FEDORA-2020-17b2125665 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 upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-17b2125665`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-17b2125665

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 4 Fedora Update System 2020-10-01 00:14:59 UTC
FEDORA-2020-17b2125665 has been pushed to the Fedora 33 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.