15
0

- update to 3.7.2:

* Fix FilesSpec parameters variance issues by making it a
    typing.Mapping instead of a dict -- by :user:`Avasam`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.path?expand=0&rev=18
This commit is contained in:
2025-07-13 12:13:02 +00:00
committed by Git OBS Bridge
parent c89db160c6
commit 6ce8ab7550
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jul 13 12:12:52 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.7.2:
* Fix FilesSpec parameters variance issues by making it a
typing.Mapping instead of a dict -- by :user:`Avasam`
-------------------------------------------------------------------
Tue Apr 1 15:35:26 UTC 2025 - Markéta Machová <mmachova@suse.com>