diff --git a/platformdirs-3.11.0.tar.gz b/platformdirs-3.11.0.tar.gz new file mode 100644 index 0000000..93c9734 --- /dev/null +++ b/platformdirs-3.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8ee52a3afdb965072dcc652433e0c7e3e40cf5ea1477cd4b3b1d2eb75495b3 +size 19914 diff --git a/platformdirs-3.5.1.tar.gz b/platformdirs-3.5.1.tar.gz deleted file mode 100644 index 930cef7..0000000 --- a/platformdirs-3.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:412dae91f52a6f84830f39a8078cecd0e866cb72294a5c66808e74d5e88d251f -size 17164 diff --git a/python-platformdirs.changes b/python-platformdirs.changes index 324cfa6..c72f3ff 100644 --- a/python-platformdirs.changes +++ b/python-platformdirs.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Thu Nov 9 08:47:29 UTC 2023 - ecsos + +- Update to 3.11.0 + - README: Fix CI badge in #222 + - Fix documentation build in #225 + - Add support for Homebrew-installed software in #232 +- Changes from 3.10.0 + - 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() + in #208 +- Changes from 3.9.0 + - Added desktop folder in #200 +- Changes from 3.8.1 + - BSD: provide a fallback for user_runtime_dir in #201 +- Changes from 3.8.0 + - Add missing user media directory docs in #195 +- Changes from 3.7.0 + - Have user_runtime_dir return /var/run/user/uid for *BSD in #194 +- Changes from 3.6.0 + - platformdirs: introduce user_downloads_dir() in #192 +- 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 + sed -i 's|3.12.0-alpha.7|3.12.0-beta.1|g' in #187 + - Use ruff in #189 + ------------------------------------------------------------------- Fri Jun 2 20:55:07 UTC 2023 - Dirk Müller diff --git a/python-platformdirs.spec b/python-platformdirs.spec index d35d692..803b97e 100644 --- a/python-platformdirs.spec +++ b/python-platformdirs.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-platformdirs -Version: 3.5.1 +Version: 3.11.0 Release: 0 Summary: Module for determining appropriate platform-specific dirs License: MIT @@ -29,8 +29,9 @@ BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module hatch-vcs} BuildRequires: %{python_module hatchling >= 0.22.0} BuildRequires: %{python_module pip} -BuildRequires: %{python_module pytest >= 6} -BuildRequires: %{python_module pytest-mock >= 3.6} +BuildRequires: %{python_module pytest >= 7.4} +BuildRequires: %{python_module pytest-cov >= 4.1} +BuildRequires: %{python_module pytest-mock >= 3.11.1} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch