1
0

- update to 4.2.0:

* Fix 2 typos about XDG_DATA_DIR
  * Add convenience methods to `PlatformDirsAPI` that allow
    iterating over both user and site dirs/paths.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformdirs?expand=0&rev=21
This commit is contained in:
2024-02-01 12:37:27 +00:00
committed by Git OBS Bridge
parent 5c948d5b3d
commit a47da11ea9
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Feb 1 12:37:16 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.2.0:
* Fix 2 typos about XDG_DATA_DIR
* Add convenience methods to `PlatformDirsAPI` that allow
iterating over both user and site dirs/paths.
-------------------------------------------------------------------
Mon Jan 1 20:22:00 UTC 2024 - Dirk Müller <dmueller@suse.com>