Accepting request 1090568 from devel:languages:python

- update to 3.5.1:
  * Add 3.12 support
  * Add tox.ini to sdist
  * removing Windows versions
  * Better handling for UNIX support
  * platformdirs: introduce `user_music_dir()`
  * platformdirs: introduce `user_videos_dir()`
  * Adding platformdirs.PlatformDirs to docs
  * Fix linter failures
  * Exclude bots from generated release notes
  * platformdirs: introduce `user_pictures_dir()`

OBS-URL: https://build.opensuse.org/request/show/1090568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-platformdirs?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2023-06-04 14:41:34 +00:00 committed by Git OBS Bridge
commit 128d61a772
4 changed files with 19 additions and 4 deletions

View File

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

BIN
platformdirs-3.5.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jun 2 20:55:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.5.1:
* Add 3.12 support
* Add tox.ini to sdist
* removing Windows versions
* Better handling for UNIX support
* platformdirs: introduce `user_music_dir()`
* platformdirs: introduce `user_videos_dir()`
* Adding platformdirs.PlatformDirs to docs
* Fix linter failures
* Exclude bots from generated release notes
* platformdirs: introduce `user_pictures_dir()`
-------------------------------------------------------------------
Fri Apr 21 12:29:27 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

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