+++ This bug was initially created as a clone of Bug #1455800 +++ Description of problem: | [tim@passepartout ~/src/emacs-php-mode]$ fedpkg --help | head | /usr/lib/python2.7/site-packages/fedora/client/bodhi.py:48: DeprecationWarning: fedora.client.bodhi has been deprecated. Please use bodhi.client.bindings instead. | DeprecationWarning) | usage: fedpkg [-h] [--config CONFIG] [--release RELEASE | --dist DIST] | [--module-name MODULE_NAME] [--user USER] [--password PASSWORD] | [--runas RUNAS] [--path PATH] [--verbose] [--debug] [-q] | {help,build,chain-build,clean,clog,clone,co,copr-build,commit,ci,compile,container-build,container-build-setup,diff,gimmespec,gitbuildhash,giturl,import,install,lint,local,mockbuild,mock-config,new,new-sources,patch,prep,pull,push,scratch-build,sources,srpm,switch-branch,tag,unused-patches,upload,verify-files,verrel,retire,update} | ... | optional arguments: | -h, --help show this help message and exit | --config CONFIG, -C CONFIG | Specify a config file to use | [tim@passepartout ~/src/emacs-php-mode]$ Version-Release number of selected component (if applicable): fedpkg-1.28-1.fc25.noarch python2-rpkg-1.49-6.fc25.noarch In Rawhide, this has apparently been fixed in rpkg 1.50-1, but F25 (and probably other releases) still output the warning.
f25 packages are being closer to stable. https://bodhi.fedoraproject.org/updates/FEDORA-2017-f0d9aff598
With the F25 updates for fedpkg-1.29-3.fc25.noarch and python2-rpkg-1.50-2.fc25.noarch, the warning is now gone. Thanks!