14
0

- Update to 3.6.0:

* Fixed DeprecationWarning in importlib.resources.read_text.
  * #5: Fixed warning in docs builds.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.text?expand=0&rev=15
This commit is contained in:
2021-11-16 08:38:07 +00:00
committed by Git OBS Bridge
parent 91f187d03d
commit a99b4f1d52
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 16 08:37:12 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.6.0:
* Fixed DeprecationWarning in importlib.resources.read_text.
* #5: Fixed warning in docs builds.
-------------------------------------------------------------------
Sat May 15 17:25:42 UTC 2021 - Arun Persaud <arun@gmx.de>