14
0

- update to 3.5.0:

* Introduced ``Recording`` object and ``TreeMaker`` protocol,
    with ``build()`` now explicitly accepting any ``TreeMaker``.
  * Fixed EncodingWarnings and ResourceWarnings.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.path?expand=0&rev=9
This commit is contained in:
2023-05-04 21:53:27 +00:00
committed by Git OBS Bridge
parent ce4b41d850
commit c05daa9e2f
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 4 21:52:25 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.5.0:
* Introduced ``Recording`` object and ``TreeMaker`` protocol,
with ``build()`` now explicitly accepting any ``TreeMaker``.
* Fixed EncodingWarnings and ResourceWarnings.
-------------------------------------------------------------------
Fri Apr 21 12:27:25 UTC 2023 - Dirk Müller <dmueller@suse.com>