14
0

- update to 3.14.0:

* Add new 'clean' function, extracted from 'yield_lines'.
  * Fix EncodingWarning.
  * Add 'lines_from' function.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.text?expand=0&rev=31
This commit is contained in:
2024-10-23 20:23:51 +00:00
committed by Git OBS Bridge
parent 7303363f0a
commit 0dff5e1871
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Oct 23 20:22:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.14.0:
* Add new 'clean' function, extracted from 'yield_lines'.
* Fix EncodingWarning.
* Add 'lines_from' function.
-------------------------------------------------------------------
Sun Dec 17 01:44:48 UTC 2023 - Dirk Müller <dmueller@suse.com>