Changelog for
python311-platformdirs-3.5.1-17.6.noarch.rpm :
* Fri Jun 02 2023 Dirk Müller
- update to 3.5.1:
* Add 3.12 support
* Add tox.ini to sdist
* removing Windows versions
* Better handling for UNIX support
* platformdirs: introduce `user_music_dir()`
* platformdirs: introduce `user_videos_dir()`
* Adding platformdirs.PlatformDirs to docs
* Fix linter failures
* Exclude bots from generated release notes
* platformdirs: introduce `user_pictures_dir()`
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Sun Apr 02 2023 Andreas Prittwitz - update to 3.2.0
* Remove reference to missing CHANGES.rst in %doc section
* Rename %license reference to LICENSE
* Add pyproject-fmt by AATTgaborbernat in #150
* Bump deps and tools by AATTgaborbernat in #149
* Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by AATTdependabot in #151
* Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 by AATTdependabot in #153
* Bump deps and tools by AATTgaborbernat in #154
* Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by AATTdependabot in #156
* Add option to create directories by AATTsmsearcy in #155- changes in 3.1.1
* site_cache_dir: use /var/tmp instead of /var/cache on unix by AATTefiop in #148- changes in 3.1.0
* rst: fix backtics by AATTefiop in #146
* platformdirs: introduce site_cache_dir by AATTefiop in #145- changes in 3.0.1
* pyproject.toml: add appdirs keyword by AATTefiop in #144- changes in 3.0.0
* Fix CI by AATTgaborbernat in #125
* Use the correct project name in documentation by AATTpradyunsg in [#131]
* Fix CI by AATTgaborbernat in #138
* Fix macos user_site_dir by AATTThomasWaldmann in #137- changes in 2.6.2
* Add typing-extensions as dependency when python_version < 3.8 by AATTamacf in #123- changes in 2.6.1
* Bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4 by AATTdependabot in #116
* Fix the CI, bump tools by AATTgaborbernat in #119
* Coverage reporting fixes by AATTnedbat in #121
* Fix #114 by AATTFreed-Wu in #115- changes in 2.6.0
* [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #107
* Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2 by AATTdependabot in #111
* Bump pypa/gh-action-pypi-publish from 1.5.2 to 1.6.1 by AATTdependabot in #113
* Change user_log_dir to point to user_state_dir on Linux per the XDG spec by AATTlordwelch in #108- changes in 2.5.4
* Update check.yml- changes in 2.5.3
* [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #80
* [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #82
* Bump pre-commit/action from 2.0.3 to 3.0.0 by AATTdependabot in [#87]
* Bump actions/upload-artifact from 2 to 3 by AATTdependabot in #86
* Bump actions/download-artifact from 2 to 3 by AATTdependabot in [#85]
* Bump actions/setup-python from 2 to 4 by AATTdependabot in #84
* Bump actions/checkout from 2 to 3 by AATTdependabot in #83
* Docs: platformdirs is a package by AATTchanicpanic in #88
* [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #89
* [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #91
* Check 3.11 support by AATTgaborbernat in #92
* [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #93
* Bump tools by AATTgaborbernat in #94
* Bump dependencies by AATTgaborbernat in #95
* [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #96
* [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #99
* [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #100
* [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #101
* [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #102
* Declare support for Python 3.11 by AATThugovk in #103
* Mon Aug 22 2022 Ben Greiner - Update to 2.5.2:
* Move packaging to hatchling from setuptools
* Treat android shells as unix- Disable building the docs.
* It\'s the only package in Ring1 pulling in python-sphinx-autodoc-typehints and thus python-nptyping and python-beartype. Avoid it. The online docs should be enough nowadays.
* Drop no-furo.patch
* Sat Mar 26 2022 Dirk Müller - update to 2.5.1: - Add native support for nuitka - Add support for Termux subsystems
* Mon Jan 10 2022 Dirk Müller - update to 2.4.1:
* python 3.6 removal
* Sun Oct 03 2021 Ben Greiner - Update to version 2.4.0
* Add user_documents_dir
* Add user_runtime_dir and its path-returning equivalent (#37)- Fix egg-info version: build requires setuptools_scm >= 5
* Tue Aug 03 2021 Matej Cepl - Initial package for platformdirs 2.2.0.- Add no-furo.patch to avoid using furo Sphinx theme (https://github.com/pradyunsg/furo/discussions/148#discussioncomment-1125486)