From 44e4b80fef1d1da40baf9e0168b0f91169b65e5b2c1c0bb3a4c86d490f88e8fc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 2 Jun 2023 20:56:34 +0000 Subject: [PATCH] - 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 --- platformdirs-3.2.0.tar.gz | 3 --- platformdirs-3.5.1.tar.gz | 3 +++ python-platformdirs.changes | 15 +++++++++++++++ python-platformdirs.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 platformdirs-3.2.0.tar.gz create mode 100644 platformdirs-3.5.1.tar.gz diff --git a/platformdirs-3.2.0.tar.gz b/platformdirs-3.2.0.tar.gz deleted file mode 100644 index 67f57be..0000000 --- a/platformdirs-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5b638ca397f25f979350ff789db335903d7ea010ab28903f57b27e1b16c2b08 -size 15017 diff --git a/platformdirs-3.5.1.tar.gz b/platformdirs-3.5.1.tar.gz new file mode 100644 index 0000000..930cef7 --- /dev/null +++ b/platformdirs-3.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412dae91f52a6f84830f39a8078cecd0e866cb72294a5c66808e74d5e88d251f +size 17164 diff --git a/python-platformdirs.changes b/python-platformdirs.changes index f3d5fcd..324cfa6 100644 --- a/python-platformdirs.changes +++ b/python-platformdirs.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Jun 2 20:55:07 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-platformdirs.spec b/python-platformdirs.spec index 65467c1..d35d692 100644 --- a/python-platformdirs.spec +++ b/python-platformdirs.spec @@ -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