pyp2rpm fails to build with the latest setuptools version. This report is automated and not very verbose, but we'll try to get back here with details. For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/cstratak/setuptools-67.5.1/fedora-rawhide-x86_64/05722224-pyp2rpm/ For all our attempts to build pyp2rpm with the latest setuptools, see: https://copr.fedorainfracloud.org/coprs/cstratak/setuptools-67.5.1/package/pyp2rpm/ Let us know here if you have any questions.
FAILED tests/test_dependency_parser.py::TestDependencyParser::test_dependency_to_rpm[nb2plots>0+unknown-True-True-expected10] self = <[AttributeError("'Requirement' object has no attribute 'name'") raised in repr()] Requirement object at 0x7f4227418050> requirement_string = 'nb2plots>0+unknown' def __init__(self, requirement_string: str) -> None: try: parsed = parse_requirement(requirement_string) except ParserSyntaxError as e: > raise InvalidRequirement(str(e)) from e E pkg_resources.extern.packaging.requirements.InvalidRequirement: Expected end or semicolon (after version specifier) E nb2plots>0+unknown E ~~^ /usr/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/requirements.py:37: InvalidRequirement
The version now in rawhide should work. Do I need to take any additional steps to close this bug?
Thank you for the fix!