diff --git a/python/tqdm/README b/python/tqdm/README index 5700d663c3..2e90cc0c5a 100644 --- a/python/tqdm/README +++ b/python/tqdm/README @@ -5,3 +5,5 @@ tqdm(iterable), and you're done! from tqdm import tqdm for i in tqdm(range(9)): ... + +Optional dependency: python3 diff --git a/python/tqdm/tqdm.SlackBuild b/python/tqdm/tqdm.SlackBuild index 32276397f1..2a55d5115f 100644 --- a/python/tqdm/tqdm.SlackBuild +++ b/python/tqdm/tqdm.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tqdm -VERSION=${VERSION:-4.14.0} +VERSION=${VERSION:-4.15.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/tqdm/tqdm.info b/python/tqdm/tqdm.info index 423eeddf23..e0a1088754 100644 --- a/python/tqdm/tqdm.info +++ b/python/tqdm/tqdm.info @@ -1,8 +1,8 @@ PRGNAM="tqdm" -VERSION="4.14.0" +VERSION="4.15.0" HOMEPAGE="http://chump.readthedocs.org" -DOWNLOAD="https://pypi.python.org/packages/67/7c/95e5425871bf314e484aea5f8ec65b49ab006944309b496cd53c47646155/tqdm-4.14.0.tar.gz" -MD5SUM="132f85f0f2ffad4226a2156b9b100653" +DOWNLOAD="https://pypi.python.org/packages/01/f7/2058bd94a903f445e8ff19c0af64b9456187acab41090ff2da21c7c7e193/tqdm-4.15.0.tar.gz" +MD5SUM="78da94992ee52742da2cfd9e0545cc5c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES=""