Needed for the new Lutris release
This update has been submitted for testing by bunnyapocalypse.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
Looks good to me!
Using a mock chroot with --enable-network, I tried the examples from the README:
mock
--enable-network
import moddb mod = moddb.parse_page("http://www.moddb.com/mods/edain-mod") print(mod.name) #Edain Mod
This worked.
import moddb mod = moddb.parse_page("http://www.moddb.com/mods/edain-mod", page_type=moddb.ThumbnailType.mod) print(mod.name) #Edain Mod
This did not work due to an upstream documentation issue; I opened a PR.
The license file is properly marked.
# rpm -qL python3-moddb /usr/lib/python3.9/site-packages/moddb-0.8.1.dist-info/LICENSE
The files list and Provides look reasonable.
Provides
This update can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by bunnyapocalypse.
This update has been pushed to stable.
Please login to add feedback.
Confirm request to re-trigger tests.
This update has been submitted for testing by bunnyapocalypse.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
Looks good to me!
Using a
mock
chroot with--enable-network
, I tried the examples from the README:This worked.
This did not work due to an upstream documentation issue; I opened a PR.
The license file is properly marked.
The files list and
Provides
look reasonable.This update can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by bunnyapocalypse.
This update has been pushed to stable.