forked from pool/python-platformdirs
- 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/package/show/devel:languages:python/python-platformdirs?expand=0&rev=15
This commit is contained in:
parent
991c563b64
commit
44e4b80fef
@ -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
BIN
platformdirs-3.5.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user