15
0

Accepting request 766370 from home:mcalabkova:branches:devel:languages:python

- update to 20.0.0
  * New module pathutils
  * add strutils.unwrap_text which does what you think to wrapped text
  * iterutils.chunked to work with the bytes type
  * funcutils.format_invocation for formatting simple function calls func(pos1, pos2, kw_k=kw_v)
  * A bunch of small fixes and enhancements.
  * many more in upstream CHANGELOG.md

OBS-URL: https://build.opensuse.org/request/show/766370
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2020-01-22 16:04:11 +00:00
committed by Git OBS Bridge
parent 0c16d5fa66
commit b49053d311
4 changed files with 19 additions and 8 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jan 22 15:50:52 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 20.0.0
* New module pathutils
* add strutils.unwrap_text which does what you think to wrapped text
* iterutils.chunked to work with the bytes type
* funcutils.format_invocation for formatting simple function calls func(pos1, pos2, kw_k=kw_v)
* A bunch of small fixes and enhancements.
* many more in upstream CHANGELOG.md
-------------------------------------------------------------------
Sat Mar 9 08:12:17 UTC 2019 - John Vandenberg <jayvdb@gmail.com>