Skip to content

Tags: qdao/python-progressbar

Tags

v3.42.0

Toggle v3.42.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
wolph Rick van Hattem
Merge tag 'v3.41.0' into develop

Added string support to dynamic messages to fix wolph#193 v3.41.0

# gpg: Signature made Wed May 29 22:33:15 2019 CEST
# gpg:                using RSA key 149325FD15904E9C4EB89E95E81444E9CE1F695D
# gpg: Good signature from "Rick van Hattem <[email protected]>" [ultimate]
# gpg:                 aka "[jpeg image of size 9662]" [ultimate]

v3.41.0

Toggle v3.41.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
wolph Rick van Hattem
Merge tag 'v3.40.0' into develop

Updated code to fit newer Python releases (i.e. using `collections.abc` instead of `collections`). Fixes: wolph#186 v3.40.0

# gpg: Signature made Mon May 27 17:03:43 2019 CEST
# gpg:                using RSA key 149325FD15904E9C4EB89E95E81444E9CE1F695D
# gpg: Good signature from "Rick van Hattem <[email protected]>" [ultimate]
# gpg:                 aka "[jpeg image of size 9662]" [ultimate]

v3.40.0

Toggle v3.40.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
wolph Rick van Hattem
fixed coverage issue with import

v3.39.3

Toggle v3.39.3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
wolph Rick van Hattem
Fixed updates for non-timed progressbars. Fixes wolph#185

v3.39.2

Toggle v3.39.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
wolph Rick van Hattem
Merge tag 'v3.39.1' into develop

added support for dirty progressbar thanks to @ritze v3.39.1

# gpg: Signature made Mon Dec 17 01:49:58 2018 CET
# gpg:                using RSA key 149325FD15904E9C4EB89E95E81444E9CE1F695D
# gpg: Good signature from "Rick van Hattem <[email protected]>" [ultimate]
# gpg:                 aka "[jpeg image of size 9662]" [ultimate]

v3.39.1

Toggle v3.39.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
wolph Rick van Hattem
Merge tag 'v3.39.0' into develop

Added python 3.7 and armv6 test support and fixed stdout/stderr wrapping thanks to @ikonst v3.39.0

# gpg: Signature made Sun Dec 16 04:27:36 2018 CET
# gpg:                using RSA key 149325FD15904E9C4EB89E95E81444E9CE1F695D
# gpg: Good signature from "Rick van Hattem <[email protected]>" [ultimate]
# gpg:                 aka "[jpeg image of size 9662]" [ultimate]

v3.39.0

Toggle v3.39.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
wolph Rick van Hattem
postpone travis python 3.7 support until its supported natively

v3.38.0

Toggle v3.38.0's commit message
added prefix/suffix arguments to fix wolph#168

v3.37.1

Toggle v3.37.1's commit message
making sure we run all the finish code. fixes wolph#162

v3.37.0

Toggle v3.37.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
wolph Rick van Hattem
improved tests