python-platformdirs/python-platformdirs.changes
Markéta Machová 35876519b5 Accepting request 998726 from home:bnavigator:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/998726
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformdirs?expand=0&rev=9
2022-08-23 09:41:06 +00:00

41 lines
1.5 KiB
Plaintext

-------------------------------------------------------------------
Mon Aug 22 21:59:19 UTC 2022 - Ben Greiner <code@bnavigator.de>
- 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 18:42:11 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.5.1:
- Add native support for nuitka
- Add support for Termux subsystems
-------------------------------------------------------------------
Mon Jan 10 22:19:08 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.4.1:
* python 3.6 removal
-------------------------------------------------------------------
Sun Oct 3 19:04:59 UTC 2021 - Ben Greiner <code@bnavigator.de>
- 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 3 09:35:42 UTC 2021 - Matej Cepl <mcepl@suse.com>
- 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)