Accepting request 1136016 from devel:languages:python

- 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/request/show/1136016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-platformdirs?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2024-01-05 21:58:41 +00:00 committed by Git OBS Bridge
commit 56ebb2c153
4 changed files with 20 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf8ee52a3afdb965072dcc652433e0c7e3e40cf5ea1477cd4b3b1d2eb75495b3
size 19914

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:906d548203468492d432bcb294d4bc2fff751bf84971fbb2c10918cc206ee420
size 19760

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>
@ -9,7 +19,7 @@ Thu Nov 9 08:47:29 UTC 2023 - ecsos <ecsos@opensuse.org>
- 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 <ecsos@opensuse.org>
- 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 <m4ng4n@gmx.de>
* [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 <code@bnavigator.de>
@ -169,7 +179,7 @@ Sat Mar 26 18:42:11 UTC 2022 - Dirk Müller <dmueller@suse.com>
Mon Jan 10 22:19:08 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.4.1:
* python 3.6 removal
* python 3.6 removal
-------------------------------------------------------------------
Sun Oct 3 19:04:59 UTC 2021 - Ben Greiner <code@bnavigator.de>

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.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