Learn more about these different git repos.
Other Git URLs
When I use fedpkg build on Python 3.7, i see this deprecation warning:
/usr/lib/python3.7/site-packages/koji/__init__.py:1704: DeprecationWarning: This method will be removed in future versions. Use 'parser.read_file()' instead.
config.readfp(f)
See https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.readfp
PR #1150
Metadata Update from @julian8628: - Issue set to the milestone: 1.17
Commit 8813d28 fixes this issue
Login to comment on this ticket.