]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
knotty: import latest python-progressbar
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 23 Jun 2016 10:59:04 +0000 (22:59 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Jul 2016 15:35:37 +0000 (16:35 +0100)
commitc3e51d71b36cbc9e9ed1b35fb93d0978e24bc98a
tree20165890db27e21406fb3bd595d6f5be0087e796
parente9f41c0507a6527bf2ed86506813d4d4a89f8ebf
knotty: import latest python-progressbar

Since we're going to make some minor extensions to it, it makes sense to
bring in the latest version of python-progressbar. Its structure has
changed a little but the API hasn't; however we do need to ensure our
overridden _needs_update() function's signature in BBProgress() matches
properly.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/ui/knotty.py
lib/progressbar.py [deleted file]
lib/progressbar/LICENSE.txt [new file with mode: 0644]
lib/progressbar/__init__.py [new file with mode: 0644]
lib/progressbar/compat.py [new file with mode: 0644]
lib/progressbar/progressbar.py [new file with mode: 0644]
lib/progressbar/widgets.py [new file with mode: 0644]