14
0

Accepting request 641312 from home:TheBlackCat:branches:devel:languages:python

- Update to version 2.5
  * fix issue with recursive import and mixed tabs with spaces
  * Add support for python3.6
  * Don't use `sys.stderr` as a default value 
- Drop progressbar-python3-relative-imports.patch
  It is included upstream

OBS-URL: https://build.opensuse.org/request/show/641312
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-progressbar?expand=0&rev=19
This commit is contained in:
Todd R
2018-10-11 15:53:19 +00:00
committed by Git OBS Bridge
parent 4821dc76ae
commit 246b6817ea
5 changed files with 21 additions and 42 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Oct 11 15:18:59 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Update to version 2.5
* fix issue with recursive import and mixed tabs with spaces
* Add support for python3.6
* Don't use `sys.stderr` as a default value
- Drop progressbar-python3-relative-imports.patch
It is included upstream
-------------------------------------------------------------------
Thu Aug 31 17:13:34 UTC 2017 - toddrme2178@gmail.com