Accepting request 1143346 from devel:languages:python

- 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/request/show/1143346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-platformdirs?expand=0&rev=11
This commit is contained in:
Ana Guerrero 2024-02-02 14:44:45 +00:00 committed by Git OBS Bridge
commit 8bf2075e84
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:906d548203468492d432bcb294d4bc2fff751bf84971fbb2c10918cc206ee420
size 19760

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768
size 20055

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>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-platformdirs
Version: 4.1.0
Version: 4.2.0
Release: 0
Summary: Module for determining appropriate platform-specific dirs
License: MIT