- 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
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user