From 5c948d5b3d0229a0a1ac53b7ce92fda121a6f5d082411dd2b0811957561b8308 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 1 Jan 2024 20:24:02 +0000 Subject: [PATCH] - update to 4.1.0: * docs: fix Linux user_log_dir example in README * Drop support for EOL Python 3.7 - update to 4.0.0: * site_cache_dir: Use `/var/cache` again instead of `/var/tmp` on UNIX - unix: Optionally create the opinionated log/ in user_log_dir() - git ls-files -z -- .github/workflows/check.yml | xargs -0 * Declare support for Python 3.11 by @hugovk in #103 * python 3.6 removal OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformdirs?expand=0&rev=19 --- platformdirs-3.11.0.tar.gz | 3 --- platformdirs-4.1.0.tar.gz | 3 +++ python-platformdirs.changes | 18 ++++++++++++++---- python-platformdirs.spec | 6 +++--- 4 files changed, 20 insertions(+), 10 deletions(-) delete mode 100644 platformdirs-3.11.0.tar.gz create mode 100644 platformdirs-4.1.0.tar.gz diff --git a/platformdirs-3.11.0.tar.gz b/platformdirs-3.11.0.tar.gz deleted file mode 100644 index 93c9734..0000000 --- a/platformdirs-3.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf8ee52a3afdb965072dcc652433e0c7e3e40cf5ea1477cd4b3b1d2eb75495b3 -size 19914 diff --git a/platformdirs-4.1.0.tar.gz b/platformdirs-4.1.0.tar.gz new file mode 100644 index 0000000..8da506d --- /dev/null +++ b/platformdirs-4.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906d548203468492d432bcb294d4bc2fff751bf84971fbb2c10918cc206ee420 +size 19760 diff --git a/python-platformdirs.changes b/python-platformdirs.changes index c72f3ff..6e18ff4 100644 --- a/python-platformdirs.changes +++ b/python-platformdirs.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jan 1 20:22:00 UTC 2024 - Dirk Müller + +- update to 4.1.0: + * docs: fix Linux user_log_dir example in README + * Drop support for EOL Python 3.7 +- update to 4.0.0: + * site_cache_dir: Use `/var/cache` again instead of `/var/tmp` + on UNIX + ------------------------------------------------------------------- Thu Nov 9 08:47:29 UTC 2023 - ecsos @@ -9,7 +19,7 @@ Thu Nov 9 08:47:29 UTC 2023 - ecsos - Fix docs build failure in #210 - platformdirs: introduce site_runtime_dir in #212 - Changes from 3.9.1 - - unix: Optionally create the opinionated log/ in user_log_dir() + - unix: Optionally create the opinionated log/ in user_log_dir() in #208 - Changes from 3.9.0 - Added desktop folder in #200 @@ -24,7 +34,7 @@ Thu Nov 9 08:47:29 UTC 2023 - ecsos - Changes from 3.5.3 - https://github.com/platformdirs/platformdirs/compare/3.5.2...3.5.3 - Changes from 3.5.2 - - git ls-files -z -- .github/workflows/check.yml | xargs -0 + - git ls-files -z -- .github/workflows/check.yml | xargs -0 sed -i 's|3.12.0-alpha.7|3.12.0-beta.1|g' in #187 - Use ruff in #189 @@ -143,7 +153,7 @@ Sun Apr 2 15:40:11 UTC 2023 - Andreas Prittwitz * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #100 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #101 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #102 - * Declare support for Python 3.11 by @hugovk in #103 + * Declare support for Python 3.11 by @hugovk in #103 ------------------------------------------------------------------- Mon Aug 22 21:59:19 UTC 2022 - Ben Greiner @@ -169,7 +179,7 @@ Sat Mar 26 18:42:11 UTC 2022 - Dirk Müller Mon Jan 10 22:19:08 UTC 2022 - Dirk Müller - update to 2.4.1: - * python 3.6 removal + * python 3.6 removal ------------------------------------------------------------------- Sun Oct 3 19:04:59 UTC 2021 - Ben Greiner diff --git a/python-platformdirs.spec b/python-platformdirs.spec index 803b97e..03f1073 100644 --- a/python-platformdirs.spec +++ b/python-platformdirs.spec @@ -1,7 +1,7 @@ # # spec file for package python-platformdirs # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-platformdirs -Version: 3.11.0 +Version: 4.1.0 Release: 0 Summary: Module for determining appropriate platform-specific dirs License: MIT @@ -57,6 +57,6 @@ A small Python module for determining appropriate platform-specific dirs, e.g. a %doc README.rst %license LICENSE %{python_sitelib}/platformdirs -%{python_sitelib}/platformdirs-%{version}*-info +%{python_sitelib}/platformdirs-%{version}.dist-info %changelog