1
0

- 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:
2023-06-02 20:56:34 +00:00
committed by Git OBS Bridge
parent 991c563b64
commit 44e4b80fef
4 changed files with 19 additions and 4 deletions

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>