- update to 4.28.1:

* tqdm.main(): expose argv
  * cli: add working `--manpath`
  * fix CLI:--manpath not found issue
  * update .gitattributes
  * CLI unit tests
  * remove deprecated dist options
  * add missing auto submodule
  * PyPI fix
  * remove man page from distribution
  * cli:add `--man_path` option

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=35
This commit is contained in:
Thomas Bechtold
2018-12-31 14:27:27 +00:00
committed by Git OBS Bridge
parent dc769b8803
commit 794fe7d556
4 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Dec 31 14:21:07 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
- update to 4.28.1:
* tqdm.main(): expose argv
* cli: add working `--manpath`
* fix CLI:--manpath not found issue
* update .gitattributes
* CLI unit tests
* remove deprecated dist options
* add missing auto submodule
* PyPI fix
* remove man page from distribution
* cli:add `--man_path` option
-------------------------------------------------------------------
Wed Oct 17 15:33:30 UTC 2018 - Arun Persaud <arun@gmx.de>