1
0

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
This commit is contained in:
2022-08-23 09:41:06 +00:00
committed by Git OBS Bridge
parent 97d902ffe7
commit 35876519b5
5 changed files with 23 additions and 50 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
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>