Sync from SUSE:SLFO:Main python-platformdirs revision 0a930e363e8c0c8f76c7d85a1ab50fde

This commit is contained in:
Adrian Schröter 2024-09-25 17:16:01 +02:00
parent b27a13ab1e
commit ab2b35f4ed
4 changed files with 74 additions and 10 deletions

BIN
platformdirs-3.5.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
platformdirs-4.2.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Tue Jun 4 20:37:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.2.2:
* Fix android detection when python4android is present
-------------------------------------------------------------------
Sat Apr 27 07:40:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.2.1:
* Switch to ruff for formatting and use codespell and
docformatter
* Use hatch over tox
* Allow working without ctypes
-------------------------------------------------------------------
Thu Feb 1 12:37:16 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.2.0:
* Fix 2 typos about XDG_DATA_DIR
* Add convenience methods to `PlatformDirsAPI` that allow
iterating over both user and site dirs/paths.
-------------------------------------------------------------------
Mon Jan 1 20:22:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <ecsos@opensuse.org>
- 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 <dmueller@suse.com>

View File

@ -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.5.1
Version: 4.2.2
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
@ -56,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