Accepting request 1135087 from home:bnavigator:branches:devel:languages:python

- Update to 1.13.5
  * [bugfix] Import setuptools before importing distutils. Thanks
    to @tjni
  * [bugfix] Move zip-safe option to tool.setuptools section of
     pyproject.toml. Thanks to @cclecle
- Accomodate upstream's usage of reruns: some tag
  tests fail with commit hashes starting with 0.

OBS-URL: https://build.opensuse.org/request/show/1135087
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-git-versioning?expand=0&rev=13
This commit is contained in:
2023-12-27 10:47:01 +00:00
committed by Git OBS Bridge
parent 7c8d77c0b5
commit a65a342d35
6 changed files with 22 additions and 18 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Dec 25 11:20:47 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 1.13.5
* [bugfix] Import setuptools before importing distutils. Thanks
to @tjni
* [bugfix] Move zip-safe option to tool.setuptools section of
pyproject.toml. Thanks to @cclecle
- Accomodate upstream's usage of reruns: some tag
tests fail with commit hashes starting with 0.
-------------------------------------------------------------------
Fri Jun 9 09:22:01 UTC 2023 - ecsos <ecsos@opensuse.org>